HomeSort by: relevance | last modified time | path
    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