Searched refs:txtname (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/isccfg/
H A Daclconf.c191 const char *txtname = cfg_obj_asstring(keyobj); local
193 keylen = strlen(txtname);
194 isc_buffer_constinit(&buf, txtname, keylen);
202 txtname);
/bind-9.11.3/bin/tests/rbt/
H A Dt_rbt.c44 fixedname_cmp(dns_fixedname_t *dns_name, char *txtname);
58 fixedname_cmp(dns_fixedname_t *dns_name, char *txtname) { argument
62 if (strcmp(txtname, "NULL") == 0) {
67 return(strcmp(name, txtname));

Completed in 16 milliseconds