OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lhsbuf
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
master.c
755
char *
lhsbuf
= NULL;
local
781
lhsbuf
= isc_mem_get(lctx->mctx, DNS_MASTER_LHS);
782
if (target_mem == NULL || rhsbuf == NULL ||
lhsbuf
== NULL) {
826
result = genname(lhs, i,
lhsbuf
, DNS_MASTER_LHS);
835
isc_buffer_init(&buffer,
lhsbuf
, strlen(
lhsbuf
));
836
isc_buffer_add(&buffer, strlen(
lhsbuf
));
837
isc_buffer_setactive(&buffer, strlen(
lhsbuf
));
909
if (
lhsbuf
!= NULL) {
910
isc_mem_put(lctx->mctx,
lhsbuf
, DNS_MASTER_LHS)
[
all
...]
/src/external/mpl/dhcp/bind/dist/lib/dns/
master.c
810
char *
lhsbuf
= NULL;
local
836
lhsbuf
= isc_mem_get(lctx->mctx, DNS_MASTER_LHS);
837
if (target_mem == NULL || rhsbuf == NULL ||
lhsbuf
== NULL) {
881
result = genname(lhs, i,
lhsbuf
, DNS_MASTER_LHS);
890
isc_buffer_init(&buffer,
lhsbuf
, strlen(
lhsbuf
));
891
isc_buffer_add(&buffer, strlen(
lhsbuf
));
892
isc_buffer_setactive(&buffer, strlen(
lhsbuf
));
964
if (
lhsbuf
!= NULL) {
965
isc_mem_put(lctx->mctx,
lhsbuf
, DNS_MASTER_LHS)
[
all
...]
Completed in 86 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026