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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
xdr.h 2 * xdr.h, External Data Representation Serialization Routines.
47 * XDR provides a conventional way for converting between C data
57 * XDR *xdrs;
60 * xdrs is an instance of a XDR handle, to which or from which the data
62 * converted. The XDR handle contains an operation field which indicates
76 * Xdr operations. XDR_ENCODE causes the type to be encoded into the
104 * The XDR handle.
109 typedef struct XDR XDR;
110 struct XDR
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 150 # include <rpc/xdr.h>
152 # include <tirpc/rpc/xdr.h>
    [all...]

Completed in 293 milliseconds