Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libresolv2/common/isc/
H A Dctl_p.c81 REQUIRE(!allocated_p(*buf) && buf->used == 0U); in ctl_bufget()
83 if (!allocated_p(*buf)) { in ctl_bufget()
94 REQUIRE(allocated_p(*buf)); in ctl_bufput()
H A Dctl_p.h13 #define allocated_p(Buf) ((Buf).text != NULL) macro
H A Dctl_srvr.c321 if (!allocated_p(sess->outbuf) && in ctl_response()
509 if (allocated_p(sess->inbuf)) in ctl_close()
511 if (allocated_p(sess->outbuf)) in ctl_close()
581 if (!allocated_p(sess->inbuf) && in ctl_readable()
685 REQUIRE(allocated_p(sess->inbuf)); in ctl_docommand()
743 INSIST(allocated_p(sess->outbuf)); in ctl_writedone()
H A Dctl_clnt.c373 if (allocated_p(ctx->inbuf)) in destroy()
377 if (allocated_p(this->outbuf)) in destroy()
501 if (!allocated_p(ctx->inbuf) && in readable()
558 if (allocated_p(ctx->inbuf)) in readable()