OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rhsbuf
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
master.c
756
char *
rhsbuf
= NULL;
local
780
rhsbuf
= isc_mem_get(lctx->mctx, DNS_MASTER_RHS);
782
if (target_mem == NULL ||
rhsbuf
== NULL || lhsbuf == NULL) {
830
result = genname(rhs, i,
rhsbuf
, DNS_MASTER_RHS);
859
isc_buffer_init(&buffer,
rhsbuf
, strlen(
rhsbuf
));
860
isc_buffer_add(&buffer, strlen(
rhsbuf
));
861
isc_buffer_setactive(&buffer, strlen(
rhsbuf
));
912
if (
rhsbuf
!= NULL) {
913
isc_mem_put(lctx->mctx,
rhsbuf
, DNS_MASTER_RHS)
[
all
...]
/src/external/mpl/dhcp/bind/dist/lib/dns/
master.c
811
char *
rhsbuf
= NULL;
local
835
rhsbuf
= isc_mem_get(lctx->mctx, DNS_MASTER_RHS);
837
if (target_mem == NULL ||
rhsbuf
== NULL || lhsbuf == NULL) {
885
result = genname(rhs, i,
rhsbuf
, DNS_MASTER_RHS);
914
isc_buffer_init(&buffer,
rhsbuf
, strlen(
rhsbuf
));
915
isc_buffer_add(&buffer, strlen(
rhsbuf
));
916
isc_buffer_setactive(&buffer, strlen(
rhsbuf
));
967
if (
rhsbuf
!= NULL) {
968
isc_mem_put(lctx->mctx,
rhsbuf
, DNS_MASTER_RHS)
[
all
...]
Completed in 63 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026