Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Dclnt_vc.c114 XDR ct_xdrs; /* XDR stream */ member
276 xdrmem_create(&(ct->ct_xdrs), ct->ct_u.ct_mcallc, MCALL_MSG_SIZE, in clnt_vc_create()
278 if (! xdr_callhdr(&(ct->ct_xdrs), &call_msg)) { in clnt_vc_create()
284 ct->ct_mpos = XDR_GETPOS(&(ct->ct_xdrs)); in clnt_vc_create()
285 XDR_DESTROY(&(ct->ct_xdrs)); in clnt_vc_create()
297 xdrrec_create(&(ct->ct_xdrs), sendsz, recvsz, in clnt_vc_create()
317 XDR *xdrs = &(ct->ct_xdrs); in clnt_vc_call()
476 xdrs = &(ct->ct_xdrs); in clnt_vc_freeres()
645 XDR_DESTROY(&(ct->ct_xdrs)); in clnt_vc_destroy()