HomeSort by relevance Sort by last modified time
    Searched defs:XDR (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
xdr.h 31 * xdr.h, External Data Representation Serialization Routines.
49 * XDR provides a conventional way for converting between C data
59 * XDR *xdrs;
62 * xdrs is an instance of a XDR handle, to which or from which the data
64 * converted. The XDR handle contains an operation field which indicates
78 * Xdr operations. XDR_ENCODE causes the type to be encoded into the
106 * The XDR handle.
111 typedef struct XDR XDR;
112 struct XDR
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
xdr.h 31 * xdr.h, External Data Representation Serialization Routines.
49 * XDR provides a conventional way for converting between C data
59 * XDR *xdrs;
62 * xdrs is an instance of a XDR handle, to which or from which the data
64 * converted. The XDR handle contains an operation field which indicates
78 * Xdr operations. XDR_ENCODE causes the type to be encoded into the
106 * The XDR handle.
111 typedef struct XDR XDR;
112 struct XDR
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
xdr.h 31 * xdr.h, External Data Representation Serialization Routines.
49 * XDR provides a conventional way for converting between C data
59 * XDR *xdrs;
62 * xdrs is an instance of a XDR handle, to which or from which the data
64 * converted. The XDR handle contains an operation field which indicates
78 * Xdr operations. XDR_ENCODE causes the type to be encoded into the
106 * The XDR handle.
111 typedef struct XDR XDR;
112 struct XDR
    [all...]
  /hardware/msm7k/librpc/rpc/
types.h 39 * XDR provides a conventional way for converting between C data
49 * XDR *xdrs;
52 * xdrs is an instance of a XDR handle, to which or from which the data
54 * converted. The XDR handle contains an operation field which indicates
78 typedef int bool_t; /* This has to be a long, as it is used for XDR boolean too, which is a 4-byte value */
100 * Xdr operations. XDR_ENCODE causes the type to be encoded into the
117 * The XDR handle.
122 typedef struct xdr_struct XDR;
130 * bool_t (*xdrproc_t)(XDR *, caddr_t *);
132 typedef bool_t (*xdrproc_t) (XDR *, void *,...)
    [all...]

Completed in 87 milliseconds