OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:msgblock
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
message.c
256
* Return an element from the
msgblock
. If no more are available, return
326
dns_msgblock_t *
msgblock
;
local
335
msgblock
= ISC_LIST_TAIL(msg->rdatas);
336
rdata = msgblock_get(
msgblock
, dns_rdata_t);
338
msgblock
= msgblock_allocate(msg->mctx, sizeof(dns_rdata_t),
340
ISC_LIST_APPEND(msg->rdatas,
msgblock
, link);
342
rdata = msgblock_get(
msgblock
, dns_rdata_t);
356
dns_msgblock_t *
msgblock
;
local
365
msgblock
= ISC_LIST_TAIL(msg->rdatalists);
366
rdatalist = msgblock_get(
msgblock
, dns_rdatalist_t)
381
dns_
msgblock
_t *
msgblock
;
local
555
dns_
msgblock
_t *
msgblock
= NULL, *next_
msgblock
= NULL;
local
[
all
...]
/src/external/mpl/dhcp/bind/dist/lib/dns/
message.c
220
* Return an element from the
msgblock
. If no more are available, return
290
dns_msgblock_t *
msgblock
;
local
299
msgblock
= ISC_LIST_TAIL(msg->rdatas);
300
rdata = msgblock_get(
msgblock
, dns_rdata_t);
302
msgblock
= msgblock_allocate(msg->mctx, sizeof(dns_rdata_t),
304
if (
msgblock
== NULL) {
308
ISC_LIST_APPEND(msg->rdatas,
msgblock
, link);
310
rdata = msgblock_get(
msgblock
, dns_rdata_t);
324
dns_msgblock_t *
msgblock
;
local
333
msgblock
= ISC_LIST_TAIL(msg->rdatalists)
356
dns_
msgblock
_t *
msgblock
;
local
546
dns_
msgblock
_t *
msgblock
, *next_
msgblock
;
local
[
all
...]
Completed in 22 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026