Home
last modified time | relevance | path

Searched refs:allocated_p (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dctl_p.c77 REQUIRE(!allocated_p(*buf) && buf->used == 0U); in ctl_bufget()
79 if (!allocated_p(*buf)) { in ctl_bufget()
90 REQUIRE(allocated_p(*buf)); in ctl_bufput()
H A Dctl_p.h13 #define allocated_p(Buf) ((Buf).text != NULL) macro
H A Dctl_srvr.c315 if (!allocated_p(sess->outbuf) && in ctl_response()
503 if (allocated_p(sess->inbuf)) in ctl_close()
505 if (allocated_p(sess->outbuf)) in ctl_close()
575 if (!allocated_p(sess->inbuf) && in ctl_readable()
679 REQUIRE(allocated_p(sess->inbuf)); in ctl_docommand()
737 INSIST(allocated_p(sess->outbuf)); in ctl_writedone()
H A Dctl_clnt.c367 if (allocated_p(ctx->inbuf)) in destroy()
371 if (allocated_p(this->outbuf)) in destroy()
495 if (!allocated_p(ctx->inbuf) && in readable()
552 if (allocated_p(ctx->inbuf)) in readable()