IniKey 53 src/utils/configfile.c IniKey *k; IniKey 57 src/utils/configfile.c k = (IniKey *) gf_list_get(ptr->keys, 0); IniKey 95 src/utils/configfile.c IniKey *k; IniKey 167 src/utils/configfile.c k = (IniKey *) gf_malloc(sizeof(IniKey)); IniKey 168 src/utils/configfile.c memset((void *)k, 0, sizeof(IniKey)); IniKey 232 src/utils/configfile.c IniKey *key; IniKey 249 src/utils/configfile.c while ( (key = (IniKey *) gf_list_enum(sec->keys, &j)) ) { IniKey 290 src/utils/configfile.c IniKey *key; IniKey 300 src/utils/configfile.c while ( (key = (IniKey *) gf_list_enum(sec->keys, &i)) ) { IniKey 311 src/utils/configfile.c IniKey *key; IniKey 321 src/utils/configfile.c while ( (key = (IniKey *) gf_list_enum(sec->keys, &i)) ) { IniKey 334 src/utils/configfile.c IniKey *key; IniKey 353 src/utils/configfile.c while ( (key = (IniKey *) gf_list_enum(sec->keys, &i) ) ) { IniKey 358 src/utils/configfile.c key = (IniKey *) gf_malloc(sizeof(IniKey)); IniKey 414 src/utils/configfile.c IniKey *key = (IniKey *) gf_list_get(sec->keys, keyIndex); IniKey 444 src/utils/configfile.c IniKey *key; IniKey 455 src/utils/configfile.c while ( (key = (IniKey *) gf_list_enum(sec->keys, &i) ) ) { IniKey 459 src/utils/configfile.c key = (IniKey *) gf_malloc(sizeof(IniKey));