Lines Matching refs:table_offset
408 int table_offset; in cfg_get_cstring() local
440 table_offset = cfg_get_parser_offset(section); in cfg_get_cstring()
467 (cfp, buf, table_offset, relnum - secnum) == NULL) { in cfg_get_cstring()
705 int table_offset; in cfg_put_cstring() local
749 table_offset = cfg_get_parser_offset(section); in cfg_put_cstring()
780 (cfp, tmpbuf, table_offset, relnum - secnum) in cfg_put_cstring()
873 (cfp, buf, table_offset, relnum - secnum) in cfg_put_cstring()
3098 int table_offset; in cfg_get_num_entries() local
3107 if ((table_offset = cfg_get_parser_offset(section)) < 0) { in cfg_get_num_entries()
3114 count += cfp->cf_head->h_cfgs[table_offset].l_nentry; in cfg_get_num_entries()
3130 int table_offset; in cfg_get_section() local
3143 if ((table_offset = cfg_get_parser_offset(section)) < 0) { in cfg_get_section()
3160 cfl = &cfp->cf_head->h_cfgs[table_offset]; in cfg_get_section()
3339 int table_offset; in cfg_get_srtdsec() local
3348 if ((table_offset = cfg_get_parser_offset(section)) < 0) { in cfg_get_srtdsec()
3370 cfl = &cfp->cf_head->h_cfgs[table_offset]; in cfg_get_srtdsec()