HomeSort by relevance Sort by last modified time
    Searched refs:XDR_ENCODE (Results 1 - 5 of 5) sorted by null

  /hardware/msm7k/librpc/
xdr.c 22 case XDR_ENCODE:
71 case XDR_ENCODE:
86 case XDR_ENCODE:
110 case XDR_ENCODE:
125 case XDR_ENCODE:
146 if (xdrs->x_op == XDR_ENCODE) {
176 case XDR_ENCODE:
227 case XDR_ENCODE:
399 case XDR_ENCODE:
419 case XDR_ENCODE
    [all...]
svc.c 495 serv->xdr->x_op = XDR_ENCODE;
clnt.c 321 xdr->x_op = XDR_ENCODE;
  /hardware/msm7k/librpc/rpc/
types.h 100 * Xdr operations. XDR_ENCODE causes the type to be encoded into the
106 XDR_ENCODE = 0,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
xdr.h 78 * Xdr operations. XDR_ENCODE causes the type to be encoded into the
84 XDR_ENCODE = 0,

Completed in 213 milliseconds