HomeSort by: relevance | last modified time | path
    Searched defs:more_elements (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/rpc/
pmap_prot2.c 105 * more_elements is pre-computed in case the direction is
106 * XDR_ENCODE or XDR_FREE. more_elements is overwritten by
109 bool_t more_elements; local in function:__weak_alias
119 more_elements = (bool_t)(*rp != NULL);
120 if (! xdr_bool(xdrs, &more_elements))
122 if (! more_elements)
pmap_prot2.c 105 * more_elements is pre-computed in case the direction is
106 * XDR_ENCODE or XDR_FREE. more_elements is overwritten by
109 bool_t more_elements; local in function:__weak_alias
119 more_elements = (bool_t)(*rp != NULL);
120 if (! xdr_bool(xdrs, &more_elements))
122 if (! more_elements)
rpcb_prot.c 128 * more_elements is pre-computed in case the direction is
129 * XDR_ENCODE or XDR_FREE. more_elements is overwritten by
132 bool_t more_elements; local in function:xdr_rpcblist_ptr
144 more_elements = (bool_t)(*rp != NULL);
145 if (! xdr_bool(xdrs, &more_elements)) {
148 if (! more_elements) {
219 * more_elements is pre-computed in case the direction is
220 * XDR_ENCODE or XDR_FREE. more_elements is overwritten by
223 bool_t more_elements; local in function:xdr_rpcb_entry_list_ptr
235 more_elements = (bool_t)(*rp != NULL)
    [all...]
rpcb_prot.c 128 * more_elements is pre-computed in case the direction is
129 * XDR_ENCODE or XDR_FREE. more_elements is overwritten by
132 bool_t more_elements; local in function:xdr_rpcblist_ptr
144 more_elements = (bool_t)(*rp != NULL);
145 if (! xdr_bool(xdrs, &more_elements)) {
148 if (! more_elements) {
219 * more_elements is pre-computed in case the direction is
220 * XDR_ENCODE or XDR_FREE. more_elements is overwritten by
223 bool_t more_elements; local in function:xdr_rpcb_entry_list_ptr
235 more_elements = (bool_t)(*rp != NULL)
    [all...]

Completed in 41 milliseconds