Lines Matching defs:key
25 undefine(char *key, unsigned int type, isc_symvalue_t value, void *arg) {
29 isc_mem_free(mctx, key);
64 char str[16], *key;
67 key = isc_mem_strdup(mctx, str);
68 ATF_REQUIRE(key != NULL);
71 result = isc_symtab_define(st, key, 1, value, policy);
74 undefine(key, 1, value, NULL);
81 char str[16], *key;
84 key = isc_mem_strdup(mctx, str);
85 ATF_REQUIRE(key != NULL);
88 result = isc_symtab_define(st, key, 1, value, policy);
90 undefine(key, 1, value, NULL);