Searched refs:line_type (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/dba/libinifile/ |
H A D | inifile.h | 33 } line_type; typedef 40 line_type curr; 41 line_type next; 59 void inifile_line_free(line_type *ln);
|
H A D | inifile.c | 71 void inifile_line_free(line_type *ln) in inifile_line_free() 164 static int inifile_read(inifile *dba, line_type *ln) { in inifile_read() 242 line_type ln = {{NULL,NULL},{NULL},0}; in inifile_fetch() 293 line_type ln = {{NULL,NULL},{NULL},0}; in inifile_nextkey() 333 line_type ln = {{NULL,NULL},{NULL},0}; in inifile_find_group() 362 line_type ln = {{NULL,NULL},{NULL},0}; in inifile_next_group() 413 line_type ln = {{NULL,NULL},{NULL},0}; in inifile_filter()
|
Completed in 8 milliseconds