Home
last modified time | relevance | path

Searched refs:ct_xdrs (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/sunrpc/
Dclnt_tcp.c73 XDR ct_xdrs; member
190 xdrmem_create (&(ct->ct_xdrs), ct->ct_mcall, MCALL_MSG_SIZE, XDR_ENCODE); in clnttcp_create()
191 if (!xdr_callhdr (&(ct->ct_xdrs), &call_msg)) in clnttcp_create()
199 ct->ct_mpos = XDR_GETPOS (&(ct->ct_xdrs)); in clnttcp_create()
200 XDR_DESTROY (&(ct->ct_xdrs)); in clnttcp_create()
206 xdrrec_create (&(ct->ct_xdrs), sendsz, recvsz, in clnttcp_create()
233 XDR *xdrs = &(ct->ct_xdrs); in libc_hidden_def()
343 XDR *xdrs = &(ct->ct_xdrs); in clnttcp_freeres()
456 XDR_DESTROY (&(ct->ct_xdrs)); in clnttcp_destroy()
Dclnt_unix.c74 XDR ct_xdrs; member
175 xdrmem_create (&(ct->ct_xdrs), ct->ct_mcall, MCALL_MSG_SIZE, XDR_ENCODE); in clntunix_create()
176 if (!xdr_callhdr (&(ct->ct_xdrs), &call_msg)) in clntunix_create()
182 ct->ct_mpos = XDR_GETPOS (&(ct->ct_xdrs)); in clntunix_create()
183 XDR_DESTROY (&(ct->ct_xdrs)); in clntunix_create()
189 xdrrec_create (&(ct->ct_xdrs), sendsz, recvsz, in clntunix_create()
212 XDR *xdrs = &(ct->ct_xdrs); in libc_hidden_nolink_sunrpc()
319 XDR *xdrs = &(ct->ct_xdrs); in clntunix_freeres()
430 XDR_DESTROY (&(ct->ct_xdrs)); in clntunix_destroy()