Searched defs:bl (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dbufferlist.c22 isc_bufferlist_usedcount(isc_bufferlist_t *bl) { argument
26 REQUIRE(bl != NULL);
29 buffer = ISC_LIST_HEAD(*bl);
40 isc_bufferlist_availablecount(isc_bufferlist_t *bl) { argument
44 REQUIRE(bl != NULL);
47 buffer = ISC_LIST_HEAD(*bl);

Completed in 10 milliseconds