Searched refs:isc_symtab_define (Results 1 - 7 of 7) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dsymtab.h53 * caller must ensure that any key it passes to isc_symtab_define() will not
130 isc_symtab_define(isc_symtab_t *symtab, const char *key, unsigned int type,
/bind-9.6-ESV-R11/lib/isc/tests/
H A Dsymtab_test.c79 result = isc_symtab_define(st, key, 1, value, policy);
96 result = isc_symtab_define(st, key, 1, value, policy);
/bind-9.6-ESV-R11/bin/tests/
H A Dsym_test.c108 result = isc_symtab_define(st, key, 1, value,
/bind-9.6-ESV-R11/lib/isc/
H A Dsymtab.c231 isc_symtab_define(isc_symtab_t *symtab, const char *key, unsigned int type, function
/bind-9.6-ESV-R11/lib/bind9/
H A Dcheck.c314 result = isc_symtab_define(symtab, key, value, symvalue,
886 tresult = isc_symtab_define(symtab, listname, 1, symvalue,
1184 * We need to make this canonical as isc_symtab_define()
1538 tresult = isc_symtab_define(symtab, keyname, 1, symvalue,
2029 tresult = isc_symtab_define(symtab, default_channels[i], 1,
2064 tresult = isc_symtab_define(symtab, channelname, 1,
2315 tresult = isc_symtab_define(symtab, key, vclass,
/bind-9.6-ESV-R11/bin/check/
H A Dcheck-tool.c159 result = isc_symtab_define(symtab, key, value, symvalue,
/bind-9.6-ESV-R11/lib/isccfg/
H A Dparser.c1259 result = isc_symtab_define(obj->value.
1266 "isc_symtab_define(%s) "
1300 "isc_symtab_define() failed");
1333 CHECK(isc_symtab_define(symtab, name,

Completed in 26 milliseconds