Lines Matching defs:table
47 const void *table,
57 assert(table);
63 for (t = table; t->lvalue; t++) {
81 const void *table,
89 ConfigPerfItemLookup lookup = (ConfigPerfItemLookup) table;
92 assert(table);
125 const void *table,
144 r = lookup(table, section, lvalue, &func, <ype, &data, userdata);
169 const void *table,
214 return config_parse(unit, fn, NULL, sections, lookup, table, relaxed, false, false, userdata);
273 table,
288 const void *table,
373 table,
399 const void *table,
411 r = config_parse(NULL, conf_file, NULL, sections, lookup, table, relaxed, false, true, userdata);
417 r = config_parse(NULL, *fn, NULL, sections, lookup, table, relaxed, false, true, userdata);