Searched defs:tags (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/dns/
H A Ddst_parse.c167 find_metadata(const char *s, const char *tags[], int ntags) { argument
171 if (tags[i] != NULL && strcasecmp(s, tags[i]) == 0)
828 /* Add the metadata tags */
/bind-9.11.3/bin/named/
H A Dquery.c9061 char *tags = NULL; local
9085 char *cp = tags = isc_mem_get(client->mctx, taglen);
9089 if (tags != NULL) {
9109 namebuf, classname, clientbuf, tags != NULL? tags : "");
9110 if (tags != NULL) {
9111 isc_mem_put(client->mctx, tags, taglen);

Completed in 33 milliseconds