gwenhywfar  4.99.8beta
Macros | Functions
stringlist.c File Reference
#include <gwenhywfar/gwenhywfarapi.h>
#include <gwenhywfar/misc.h>
#include "stringlist_p.h"
#include "debug.h"
#include <stdlib.h>
#include <assert.h>
#include <string.h>
Include dependency graph for stringlist.c:

Go to the source code of this file.

Macros

#define DISABLE_DEBUGLOG
 

Functions

static int GWEN_StringList__compar_asc_case (const void *a, const void *b)
 
static int GWEN_StringList__compar_asc_int (const void *a, const void *b)
 
static int GWEN_StringList__compar_asc_nocase (const void *a, const void *b)
 
static int GWEN_StringList__compar_desc_case (const void *a, const void *b)
 
static int GWEN_StringList__compar_desc_int (const void *a, const void *b)
 
static int GWEN_StringList__compar_desc_nocase (const void *a, const void *b)
 
void GWEN_StringList_AppendEntry (GWEN_STRINGLIST *sl, GWEN_STRINGLISTENTRY *se)
 
int GWEN_StringList_AppendString (GWEN_STRINGLIST *sl, const char *s, int take, int checkDouble)
 
void GWEN_StringList_Clear (GWEN_STRINGLIST *sl)
 
unsigned int GWEN_StringList_Count (const GWEN_STRINGLIST *sl)
 
GWEN_STRINGLISTGWEN_StringList_dup (const GWEN_STRINGLIST *sl)
 
GWEN_STRINGLISTENTRYGWEN_StringList_FindStringEntry (const GWEN_STRINGLIST *sl, const char *s)
 
GWEN_STRINGLISTENTRYGWEN_StringList_FirstEntry (const GWEN_STRINGLIST *sl)
 
const char * GWEN_StringList_FirstString (const GWEN_STRINGLIST *l)
 
void * GWEN_StringList_ForEach (const GWEN_STRINGLIST *l, void *(*func)(const char *s, void *u), void *user_data)
 
void GWEN_StringList_free (GWEN_STRINGLIST *sl)
 
GWEN_STRINGLISTGWEN_StringList_fromString (const char *str, const char *delimiters, int checkDouble)
 
GWEN_STRINGLISTGWEN_StringList_fromTabString (const char *s, int checkDup)
 
int GWEN_StringList_GetStringPos (const GWEN_STRINGLIST *sl, const char *s)
 
int GWEN_StringList_HasString (const GWEN_STRINGLIST *sl, const char *s)
 
int GWEN_StringList_InsertString (GWEN_STRINGLIST *sl, const char *s, int take, int checkDouble)
 
GWEN_STRINGLISTGWEN_StringList_new (void)
 
void GWEN_StringList_RemoveEntry (GWEN_STRINGLIST *sl, GWEN_STRINGLISTENTRY *se)
 
GWENHYWFAR_API int GWEN_StringList_RemoveString (GWEN_STRINGLIST *sl, const char *s)
 
void GWEN_StringList_SetIgnoreRefCount (GWEN_STRINGLIST *sl, int i)
 
void GWEN_StringList_SetSenseCase (GWEN_STRINGLIST *sl, int i)
 
void GWEN_StringList_Sort (GWEN_STRINGLIST *l, int ascending, GWEN_STRINGLIST_SORT_MODE sortMode)
 
const char * GWEN_StringList_StringAt (const GWEN_STRINGLIST *sl, int idx)
 
const char * GWEN_StringListEntry_Data (const GWEN_STRINGLISTENTRY *se)
 
void GWEN_StringListEntry_free (GWEN_STRINGLISTENTRY *sl)
 
GWEN_STRINGLISTENTRYGWEN_StringListEntry_new (const char *s, int take)
 
GWEN_STRINGLISTENTRYGWEN_StringListEntry_Next (const GWEN_STRINGLISTENTRY *se)
 
void GWEN_StringListEntry_ReplaceString (GWEN_STRINGLISTENTRY *e, const char *s, int take)
 
void GWEN_StringListEntry_SetData (GWEN_STRINGLISTENTRY *se, const char *s)
 

Macro Definition Documentation

#define DISABLE_DEBUGLOG

Definition at line 30 of file stringlist.c.

Function Documentation

static int GWEN_StringList__compar_asc_case ( const void *  a,
const void *  b 
)
static

Definition at line 550 of file stringlist.c.

Referenced by GWEN_StringList_Sort().

Here is the caller graph for this function:

static int GWEN_StringList__compar_asc_int ( const void *  a,
const void *  b 
)
static

Definition at line 567 of file stringlist.c.

Referenced by GWEN_StringList_Sort().

Here is the caller graph for this function:

static int GWEN_StringList__compar_asc_nocase ( const void *  a,
const void *  b 
)
static

Definition at line 534 of file stringlist.c.

Referenced by GWEN_StringList_Sort().

Here is the caller graph for this function:

static int GWEN_StringList__compar_desc_case ( const void *  a,
const void *  b 
)
static

Definition at line 558 of file stringlist.c.

Referenced by GWEN_StringList_Sort().

Here is the caller graph for this function:

static int GWEN_StringList__compar_desc_int ( const void *  a,
const void *  b 
)
static

Definition at line 581 of file stringlist.c.

Referenced by GWEN_StringList_Sort().

Here is the caller graph for this function:

static int GWEN_StringList__compar_desc_nocase ( const void *  a,
const void *  b 
)
static

Definition at line 542 of file stringlist.c.

Referenced by GWEN_StringList_Sort().

Here is the caller graph for this function:

void GWEN_StringList_AppendEntry ( GWEN_STRINGLIST sl,
GWEN_STRINGLISTENTRY se 
)

Definition at line 128 of file stringlist.c.

Referenced by GWEN_StringList_AppendString(), and GWEN_StringList_dup().

Here is the caller graph for this function:

int GWEN_StringList_AppendString ( GWEN_STRINGLIST sl,
const char *  s,
int  take,
int  checkDouble 
)

Appends a string.

Returns
0 if not appended, !=0 if appended
Parameters
takeif true then the StringList takes over ownership of the string
checkDoubleif true the the string will only be appended if it does not already exist

Definition at line 230 of file stringlist.c.

References GWEN_StringList_AppendEntry(), and GWEN_StringListEntry_new().

Referenced by FOX16_HtmlLabel::addMediaPath(), addToList(), Gtk2Gui_WComboBox_SetCharProperty(), Gtk3Gui_WComboBox_SetCharProperty(), GWEN_ConfigMgrDir_ListSubGroups(), GWEN_DBIO_CSV__ReadLine(), GWEN_DBIO_CSV_Import(), GWEN_Dialog_AddMediaPath(), GWEN_Dialog_AddMediaPathsFromPathManager(), GWEN_Directory_GetAllEntries(), GWEN_Directory_GetDirEntries(), GWEN_Directory_GetFileEntries(), GWEN_Directory_GetFileEntriesWithType(), GWEN_Directory_GetMatchingFilesRecursively(), GWEN_Gui_Internal_SetPasswordStatus(), GWEN_I18N_SetLocale(), GWEN_MDigest__HashFileTree(), GWEN_MsgEngine__ListGroup(), GWEN_MsgEngine__ShowGroup(), GWEN_PasswordStore_GetTokenList(), GWEN_PathManager_GetPaths(), GWEN_StringList_fromString(), GWEN_StringList_fromTabString(), GWEN_SyncIo_Buffered_ReadLinesToStringList(), GWEN_SyncIo_Tls_Prepare(), HtmlCtx_AddMediaPath(), Typemaker2_Builder_AddCode(), Typemaker2_Builder_AddLibraryDeclaration(), Typemaker2_Builder_AddPrivateDeclaration(), Typemaker2_Builder_AddProtectedDeclaration(), Typemaker2_Builder_AddPublicDeclaration(), and Typemaker2_TypeManager_AddFolder().

Here is the call graph for this function:

Here is the caller graph for this function:

void GWEN_StringList_Clear ( GWEN_STRINGLIST sl)

Definition at line 214 of file stringlist.c.

References GWEN_StringListEntry_free().

Referenced by Gtk2Gui_WComboBox_SetCharProperty(), Gtk2Gui_WComboBox_SetIntProperty(), Gtk3Gui_WComboBox_SetCharProperty(), Gtk3Gui_WComboBox_SetIntProperty(), GWEN_DBIO_CSV_Import(), and GWEN_I18N_SetLocale().

Here is the call graph for this function:

Here is the caller graph for this function:

unsigned int GWEN_StringList_Count ( const GWEN_STRINGLIST sl)
GWEN_STRINGLIST* GWEN_StringList_dup ( const GWEN_STRINGLIST sl)

Definition at line 481 of file stringlist.c.

References GWEN_StringList_AppendEntry(), GWEN_StringList_new(), and GWEN_StringListEntry_new().

Here is the call graph for this function:

GWEN_STRINGLISTENTRY* GWEN_StringList_FindStringEntry ( const GWEN_STRINGLIST sl,
const char *  s 
)

Returns the first stringlist entry which contains the given string

Returns
string list entry containing the given string, NULL otherwise

Definition at line 449 of file stringlist.c.

References NULL.

GWEN_STRINGLISTENTRY* GWEN_StringList_FirstEntry ( const GWEN_STRINGLIST sl)
const char* GWEN_StringList_FirstString ( const GWEN_STRINGLIST l)

Returns the first string in this list.

Definition at line 525 of file stringlist.c.

Referenced by GWEN_I18N_ModuleInit(), and main().

Here is the caller graph for this function:

void* GWEN_StringList_ForEach ( const GWEN_STRINGLIST l,
void *(*)(const char *s, void *u)  func,
void *  user_data 
)

Traverses the list, calling the callback function 'func' on each list element. Traversal will stop when 'func' returns a non-NULL value, and the routine will return with that value. Otherwise the routine will return NULL.

Parameters
lThe list to traverse.
funcThe function to be called with each list element.
user_dataA pointer passed on to the function 'func'.
Returns
The non-NULL pointer returned by 'func' as soon as it returns one. Otherwise (i.e. 'func' always returns NULL) returns NULL.

Definition at line 501 of file stringlist.c.

References GWEN_StringList_FirstEntry(), GWEN_StringListEntry_Data(), and GWEN_StringListEntry_Next().

Referenced by print_paths().

Here is the call graph for this function:

Here is the caller graph for this function:

void GWEN_StringList_free ( GWEN_STRINGLIST sl)
GWEN_STRINGLIST* GWEN_StringList_fromString ( const char *  str,
const char *  delimiters,
int  checkDouble 
)

Definition at line 686 of file stringlist.c.

References GWEN_StringList_AppendString(), GWEN_StringList_Count(), GWEN_StringList_free(), GWEN_StringList_new(), and NULL.

Referenced by Typemaker2_FlagsFromString(), and Typemaker2_TypeFlagsFromString().

Here is the call graph for this function:

Here is the caller graph for this function:

GWEN_STRINGLIST* GWEN_StringList_fromTabString ( const char *  s,
int  checkDup 
)

Definition at line 150 of file stringlist.c.

References GWEN_StringList_AppendString(), and GWEN_StringList_new().

Here is the call graph for this function:

int GWEN_StringList_GetStringPos ( const GWEN_STRINGLIST sl,
const char *  s 
)

Returns the position of the given string within the stringlist.

Returns
position, -1 if not found

Definition at line 417 of file stringlist.c.

int GWEN_StringList_HasString ( const GWEN_STRINGLIST sl,
const char *  s 
)

Checks whether the given string already exists within in the string list.

Returns
!=0 if found, 0 otherwise

Definition at line 389 of file stringlist.c.

Referenced by GWEN_Gui_Internal_GetPassword().

Here is the caller graph for this function:

int GWEN_StringList_InsertString ( GWEN_STRINGLIST sl,
const char *  s,
int  take,
int  checkDouble 
)

Inserts a string.

Returns
0 if not inserted, !=0 if inserted
Parameters
takeif true then the StringList takes over ownership of the string
checkDoubleif true the the string will only be appended if it does not already exist

Definition at line 269 of file stringlist.c.

References GWEN_StringListEntry_new().

Here is the call graph for this function:

GWEN_STRINGLIST* GWEN_StringList_new ( void  )
void GWEN_StringList_RemoveEntry ( GWEN_STRINGLIST sl,
GWEN_STRINGLISTENTRY se 
)

Definition at line 185 of file stringlist.c.

Referenced by GWEN_StringList_RemoveString().

Here is the caller graph for this function:

GWENHYWFAR_API int GWEN_StringList_RemoveString ( GWEN_STRINGLIST sl,
const char *  s 
)

Removes a given string from the stringlist.

Returns
0 if not found, !=0 if found and removed

Definition at line 309 of file stringlist.c.

References GWEN_StringList_RemoveEntry().

Referenced by GWEN_Gui_Internal_GetPassword(), GWEN_Gui_Internal_SetPasswordStatus(), and GWEN_MDigest_CheckFileTree().

Here is the call graph for this function:

Here is the caller graph for this function:

void GWEN_StringList_SetIgnoreRefCount ( GWEN_STRINGLIST sl,
int  i 
)

Normally this group of functions ignores reference counters on stringlist entries when removing a string via GWEN_StringList_RemoveString. You can change this behaviour here.

Parameters
slstring list
iif 0 then reference counters are honoured

Definition at line 80 of file stringlist.c.

void GWEN_StringList_SetSenseCase ( GWEN_STRINGLIST sl,
int  i 
)

Normally this group of functions ignores cases when comparing two strings. You can change this behaviour here.

Parameters
slstring list
iif 0 then cases are ignored

Definition at line 73 of file stringlist.c.

void GWEN_StringList_Sort ( GWEN_STRINGLIST l,
int  ascending,
GWEN_STRINGLIST_SORT_MODE  sortMode 
)

Sorts this list. Internally this uses qsort(3), so the sorting should be reasonably fast even for large lists.

Parameters
lThe list to sort.
ascendingIf non-zero, the list is sorted ascending, i.e. smallest string first, according to strcmp(3) rules. If zero, the list is sorted descending.
sortModeSee GWEN_StringList_SortModeNoCase and following

Definition at line 597 of file stringlist.c.

References DBG_ERROR, GWEN_LOGDOMAIN, GWEN_StringList__compar_asc_case(), GWEN_StringList__compar_asc_int(), GWEN_StringList__compar_asc_nocase(), GWEN_StringList__compar_desc_case(), GWEN_StringList__compar_desc_int(), GWEN_StringList__compar_desc_nocase(), GWEN_StringList_SortModeCase, GWEN_StringList_SortModeInt, GWEN_StringList_SortModeNoCase, and NULL.

Here is the call graph for this function:

const char* GWEN_StringList_StringAt ( const GWEN_STRINGLIST sl,
int  idx 
)

Definition at line 671 of file stringlist.c.

Referenced by Gtk2Gui_WComboBox_GetCharProperty(), and Gtk3Gui_WComboBox_GetCharProperty().

Here is the caller graph for this function:

const char* GWEN_StringListEntry_Data ( const GWEN_STRINGLISTENTRY se)
void GWEN_StringListEntry_free ( GWEN_STRINGLISTENTRY sl)

Definition at line 118 of file stringlist.c.

References GWEN_FREE_OBJECT.

Referenced by GWEN_StringList_Clear(), and GWEN_StringList_free().

Here is the caller graph for this function:

GWEN_STRINGLISTENTRY* GWEN_StringListEntry_new ( const char *  s,
int  take 
)

Definition at line 87 of file stringlist.c.

References GWEN_NEW_OBJECT.

Referenced by GWEN_StringList_AppendString(), GWEN_StringList_dup(), and GWEN_StringList_InsertString().

Here is the caller graph for this function:

GWEN_STRINGLISTENTRY* GWEN_StringListEntry_Next ( const GWEN_STRINGLISTENTRY se)
void GWEN_StringListEntry_ReplaceString ( GWEN_STRINGLISTENTRY e,
const char *  s,
int  take 
)

Definition at line 104 of file stringlist.c.

void GWEN_StringListEntry_SetData ( GWEN_STRINGLISTENTRY se,
const char *  s 
)

Definition at line 373 of file stringlist.c.

References NULL.