Searched refs:XDR_GETPOS (Results 1 – 10 of 10) sorted by relevance
114 clp->mcnt = XDR_GETPOS (xdrs); in clntraw_create()160 (void) XDR_GETPOS (xdrs); /* called just to cause overhead */ in libc_hidden_nolink_sunrpc()
121 lenposition = XDR_GETPOS (xdrs); in libc_hidden_nolink_sunrpc()124 argposition = XDR_GETPOS (xdrs); in libc_hidden_nolink_sunrpc()127 position = XDR_GETPOS (xdrs); in libc_hidden_nolink_sunrpc()
89 ap->mcnt = XDR_GETPOS (xdrs); in authnone_create_once()
125 (void) XDR_GETPOS (xdrs); /* called just for overhead */ in svcraw_reply()
140 au->au_origcred.oa_length = len = XDR_GETPOS (&xdrs); in authunix_create()352 au->au_mpos = XDR_GETPOS (xdrs); in marshal_new_auth()
176 cu->cu_xdrpos = XDR_GETPOS (&(cu->cu_outxdrs)); in __libc_clntudp_bufcreate()342 outlen = (int) XDR_GETPOS (xdrs); in clntudp_call()
199 ct->ct_mpos = XDR_GETPOS (&(ct->ct_xdrs)); in clnttcp_create()
182 ct->ct_mpos = XDR_GETPOS (&(ct->ct_xdrs)); in clntunix_create()
343 slen = (int) XDR_GETPOS (xdrs); in svcudp_reply()
195 #define XDR_GETPOS(xdrs) \ macro
Completed in 19 milliseconds