Searched refs:MCALL_MSG_SIZE (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dclnt_raw.c76 #define MCALL_MSG_SIZE 24 macro
85 char mashl_callmsg[MCALL_MSG_SIZE];
138 xdrmem_create(xdrs, clp->mashl_callmsg, MCALL_MSG_SIZE, XDR_ENCODE);
H A Dclnt_tcp.c89 #define MCALL_MSG_SIZE 24 macro
124 char ct_mcall[MCALL_MSG_SIZE]; /* marshalled callmsg */
241 xdrmem_create(&(ct->ct_xdrs), ct->ct_mcall, MCALL_MSG_SIZE, XDR_ENCODE);

Completed in 148 milliseconds