Lines Matching refs:cpp
560 xdr_bytes(XDR *xdrs, char **cpp, u_int *sizep, u_int maxsize) in xdr_bytes() argument
562 char *sp = *cpp; /* sp is the actual string pointer */ in xdr_bytes()
587 *cpp = sp = mem_alloc(nodesize); in xdr_bytes()
601 *cpp = NULL; in xdr_bytes()
609 *cpp = NULL; in xdr_bytes()
689 xdr_string(XDR *xdrs, char **cpp, u_int maxsize) in xdr_string() argument
691 char *sp = *cpp; /* sp is the actual string pointer */ in xdr_string()
729 *cpp = sp = mem_alloc(nodesize); in xdr_string()
744 *cpp = NULL; in xdr_string()
751 *cpp = NULL; in xdr_string()
763 xdr_wrapstring(XDR *xdrs, char **cpp) in xdr_wrapstring() argument
765 return xdr_string(xdrs, cpp, RPC_MAXDATASIZE); in xdr_wrapstring()