Lines Matching refs:key
33 undefine(char *key, unsigned int type, isc_symvalue_t value, void *arg) {
37 isc_mem_free(mctx, key);
72 char str[16], *key;
75 key = isc_mem_strdup(mctx, str);
76 ATF_REQUIRE(key != NULL);
79 result = isc_symtab_define(st, key, 1, value, policy);
82 undefine(key, 1, value, NULL);
89 char str[16], *key;
92 key = isc_mem_strdup(mctx, str);
93 ATF_REQUIRE(key != NULL);
96 result = isc_symtab_define(st, key, 1, value, policy);
98 undefine(key, 1, value, NULL);