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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpc/
xdr.h 66 * data can be freed with the XDR_FREE operation.
78 * XDR_FREE can be used to release the space allocated by an XDR_DECODE
84 XDR_FREE = 2
373 extern void xdr_free (xdrproc_t __proc, char *__objp) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
xdr.h 66 * data can be freed with the XDR_FREE operation.
78 * XDR_FREE can be used to release the space allocated by an XDR_DECODE
84 XDR_FREE = 2
373 extern void xdr_free (xdrproc_t __proc, char *__objp) __THROW;

Completed in 129 milliseconds