Searched refs:lhsbuf (Results 1 - 1 of 1) sorted by relevance
/bind-9.6-ESV-R11/lib/dns/ |
H A D | master.c | 727 char *lhsbuf = NULL; local 753 lhsbuf = isc_mem_get(lctx->mctx, DNS_MASTER_BUFSZ); 754 if (target_mem == NULL || rhsbuf == NULL || lhsbuf == NULL) { 809 result = genname(lhs, i, lhsbuf, DNS_MASTER_BUFSZ); 816 isc_buffer_init(&buffer, lhsbuf, strlen(lhsbuf)); 817 isc_buffer_add(&buffer, strlen(lhsbuf)); 818 isc_buffer_setactive(&buffer, strlen(lhsbuf)); 885 if (lhsbuf != NULL) 886 isc_mem_put(lctx->mctx, lhsbuf, DNS_MASTER_BUFS [all...] |
Completed in 12 milliseconds