Searched refs:more_elements (Results 1 – 3 of 3) sorted by relevance
92 bool_t more_elements; in xdr_rpcblist_ptr() local98 more_elements = (bool_t)(*rp != NULL); in xdr_rpcblist_ptr()99 if (!xdr_bool(xdrs, &more_elements)) in xdr_rpcblist_ptr()101 if (!more_elements) in xdr_rpcblist_ptr()161 bool_t more_elements; in xdr_rpcb_entry_list_ptr() local167 more_elements = (bool_t)(*rp != NULL); in xdr_rpcb_entry_list_ptr()168 if (!xdr_bool(xdrs, &more_elements)) in xdr_rpcb_entry_list_ptr()170 if (!more_elements) in xdr_rpcb_entry_list_ptr()
127 bool_t more_elements; in xdr_pmaplist_ptr() local133 more_elements = (bool_t)(*rp != NULL); in xdr_pmaplist_ptr()134 if (!xdr_bool(xdrs, &more_elements)) in xdr_pmaplist_ptr()136 if (!more_elements) in xdr_pmaplist_ptr()
228 bool_t more_elements; in xdr_ypmaplist() local233 more_elements = (*lst != NULL); in xdr_ypmaplist()235 if (!xdr_bool(xdrs, &more_elements)) in xdr_ypmaplist()238 if (!more_elements) in xdr_ypmaplist()