OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XDR_DECODE
(Results
1 - 6
of
6
) sorted by null
/external/compiler-rt/test/msan/Linux/
sunrpc.cc
33
xdrmem_create(&xdrs, buf, sizeof(buf),
XDR_DECODE
);
sunrpc_bytes.cc
28
xdrmem_create(&xdrs, buf, sizeof(buf),
XDR_DECODE
);
sunrpc_string.cc
27
xdrmem_create(&xdrs, buf, sizeof(buf),
XDR_DECODE
);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
xdr.h
65
*
XDR_DECODE
may allocate space if the pointer argresp is null. This
77
* stream.
XDR_DECODE
causes the type to be extracted from the stream.
78
* XDR_FREE can be used to release the space allocated by an
XDR_DECODE
83
XDR_DECODE
= 1,
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
xdr.h
65
*
XDR_DECODE
may allocate space if the pointer argresp is null. This
77
* stream.
XDR_DECODE
causes the type to be extracted from the stream.
78
* XDR_FREE can be used to release the space allocated by an
XDR_DECODE
83
XDR_DECODE
= 1,
/external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc
[
all
...]
Completed in 87 milliseconds