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

  /src/lib/libc/rpc/
rpcb_prot.c 135 rpcblist_ptr next_copy; local in function:xdr_rpcblist_ptr
163 next_copy = next;
164 rp = &next_copy;
166 * Note that in the subsequent iteration, next_copy
226 rpcb_entry_list_ptr next_copy; local in function:xdr_rpcb_entry_list_ptr
255 next_copy = next;
256 rp = &next_copy;
258 * Note that in the subsequent iteration, next_copy
rpcb_prot.c 135 rpcblist_ptr next_copy; local in function:xdr_rpcblist_ptr
163 next_copy = next;
164 rp = &next_copy;
166 * Note that in the subsequent iteration, next_copy
226 rpcb_entry_list_ptr next_copy; local in function:xdr_rpcb_entry_list_ptr
255 next_copy = next;
256 rp = &next_copy;
258 * Note that in the subsequent iteration, next_copy

Completed in 21 milliseconds