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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dpmap_prot.c128 int freeing = (xdrs->x_op == XDR_FREE); local
140 * the case of freeing we must remember the next object
143 if (freeing)
148 if (freeing) {
H A Drpcb_prot.c95 int freeing = (xdrs->x_op == XDR_FREE); local
107 * the case of freeing we must remember the next object
110 if (freeing)
115 if (freeing) {
164 int freeing = (xdrs->x_op == XDR_FREE); local
176 * the case of freeing we must remember the next object
179 if (freeing)
185 if (freeing) {
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_xdr.c229 int freeing = (xdrs->x_op == XDR_FREE); local
241 if (freeing)
249 lst = (freeing) ? next : &((*lst)->ypml_next);

Completed in 95 milliseconds