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

/bind-9.11.3/bin/delv/
H A Ddelv.c93 static char *curqname = NULL, *qname = NULL; variable
1314 if (curqname != NULL) {
1316 isc_mem_free(mctx, curqname);
1318 curqname = isc_mem_strdup(mctx, value);
1319 if (curqname == NULL)
1343 if (curqname != NULL) {
1344 isc_mem_free(mctx, curqname);
1347 curqname = isc_mem_strdup(mctx, textname);
1348 if (curqname == NULL)
1471 if (curqname
[all...]

Completed in 784 milliseconds