Searched refs:lhsbuf (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/lib/dns/ |
H A D | master.c | 777 char *lhsbuf = NULL; local 803 lhsbuf = isc_mem_get(lctx->mctx, DNS_MASTER_LHS); 804 if (target_mem == NULL || rhsbuf == NULL || lhsbuf == NULL) { 853 result = genname(lhs, i, lhsbuf, DNS_MASTER_LHS); 860 isc_buffer_init(&buffer, lhsbuf, strlen(lhsbuf)); 861 isc_buffer_add(&buffer, strlen(lhsbuf)); 862 isc_buffer_setactive(&buffer, strlen(lhsbuf)); 930 if (lhsbuf != NULL) 931 isc_mem_put(lctx->mctx, lhsbuf, DNS_MASTER_LH [all...] |
Completed in 37 milliseconds