Searched refs:rhsbuf (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/lib/dns/ |
H A D | master.c | 778 char *rhsbuf = NULL; local 802 rhsbuf = isc_mem_get(lctx->mctx, DNS_MASTER_RHS); 804 if (target_mem == NULL || rhsbuf == NULL || lhsbuf == NULL) { 856 result = genname(rhs, i, rhsbuf, DNS_MASTER_RHS); 885 isc_buffer_init(&buffer, rhsbuf, strlen(rhsbuf)); 886 isc_buffer_add(&buffer, strlen(rhsbuf)); 887 isc_buffer_setactive(&buffer, strlen(rhsbuf)); 932 if (rhsbuf != NULL) 933 isc_mem_put(lctx->mctx, rhsbuf, DNS_MASTER_RH [all...] |
Completed in 556 milliseconds