Home
last modified time | relevance | path

Searched refs:INIFILE_VARIABLE (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/sane-airscan/sane-airscan-0.99.26/
H A Dairscan-inifile.c405 if (rec_type == INIFILE_VARIABLE || rec_type == INIFILE_COMMAND) { in inifile_read_finish()
407 if (rec_type == INIFILE_VARIABLE) { in inifile_read_finish()
470 return inifile_read_finish(file, c, INIFILE_VARIABLE); in inifile_read()
H A Dtest-zeroconf.c342 while (rec != NULL && rec->type == INIFILE_VARIABLE) { in test_section_add_del()
484 while (rec != NULL && rec->type == INIFILE_VARIABLE) { in test_section_expect()
H A Dairscan-conf.c270 case INIFILE_VARIABLE: in conf_load_from_ini()
H A Dairscan.h856 INIFILE_VARIABLE, /* The variable = value string */ enumerator