IniSection         51 src/utils/configfile.c static void DelSection(IniSection *ptr)
IniSection         74 src/utils/configfile.c 	IniSection *p;
IniSection         78 src/utils/configfile.c 			p = (IniSection *) gf_list_get(iniFile->sections, 0);
IniSection         94 src/utils/configfile.c 	IniSection *p;
IniSection        150 src/utils/configfile.c 			p = (IniSection *) gf_malloc(sizeof(IniSection));
IniSection        231 src/utils/configfile.c 	IniSection *sec;
IniSection        243 src/utils/configfile.c 	while ( (sec = (IniSection *) gf_list_enum(iniFile->sections, &i)) ) {
IniSection        289 src/utils/configfile.c 	IniSection *sec;
IniSection        293 src/utils/configfile.c 	while ( (sec = (IniSection *) gf_list_enum(iniFile->sections, &i)) ) {
IniSection        310 src/utils/configfile.c 	IniSection *sec;
IniSection        314 src/utils/configfile.c 	while ( (sec = (IniSection *) gf_list_enum(iniFile->sections, &i)) ) {
IniSection        333 src/utils/configfile.c 	IniSection *sec;
IniSection        341 src/utils/configfile.c 	while ((sec = (IniSection *) gf_list_enum(iniFile->sections, &i)) ) {
IniSection        345 src/utils/configfile.c 	sec = (IniSection *) gf_malloc(sizeof(IniSection));
IniSection        391 src/utils/configfile.c 	IniSection *is = (IniSection *) gf_list_get(iniFile->sections, secIndex);
IniSection        400 src/utils/configfile.c 	IniSection *sec;
IniSection        401 src/utils/configfile.c 	while ( (sec = (IniSection *) gf_list_enum(iniFile->sections, &i)) ) {
IniSection        411 src/utils/configfile.c 	IniSection *sec;
IniSection        412 src/utils/configfile.c 	while ( (sec = (IniSection *) gf_list_enum(iniFile->sections, &i) ) ) {
IniSection        425 src/utils/configfile.c 	IniSection *p;
IniSection        429 src/utils/configfile.c 	while ((p = (IniSection*)gf_list_enum(iniFile->sections, &i))) {
IniSection        443 src/utils/configfile.c 	IniSection *sec;
IniSection        449 src/utils/configfile.c 	while ( (sec = (IniSection *) gf_list_enum(iniFile->sections, &i) ) ) {