HomeSort by: relevance | last modified time | path
    Searched refs:next_msgblock (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/dns/
message.c 546 dns_msgblock_t *msgblock, *next_msgblock; local
594 next_msgblock = ISC_LIST_NEXT(msgblock, link);
597 msgblock = next_msgblock;
610 next_msgblock = ISC_LIST_NEXT(msgblock, link);
613 msgblock = next_msgblock;
622 next_msgblock = ISC_LIST_NEXT(msgblock, link);
625 msgblock = next_msgblock;
  /src/external/mpl/bind/dist/lib/dns/
message.c 555 dns_msgblock_t *msgblock = NULL, *next_msgblock = NULL; local
603 next_msgblock = ISC_LIST_NEXT(msgblock, link);
606 msgblock = next_msgblock;
619 next_msgblock = ISC_LIST_NEXT(msgblock, link);
622 msgblock = next_msgblock;
631 next_msgblock = ISC_LIST_NEXT(msgblock, link);
634 msgblock = next_msgblock;

Completed in 68 milliseconds