OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XDR_DECODE
(Results
1 - 5
of
5
) sorted by null
/hardware/msm7k/librpc/
xdr.c
13
case
XDR_DECODE
:
73
case
XDR_DECODE
:
88
case
XDR_DECODE
:
112
case
XDR_DECODE
:
127
case
XDR_DECODE
:
153
if (xdrs->x_op ==
XDR_DECODE
) {
179
case
XDR_DECODE
:
230
case
XDR_DECODE
:
266
case
XDR_DECODE
:
364
case
XDR_DECODE
[
all
...]
svc.c
410
svc->xdr->x_op =
XDR_DECODE
;
clnt.c
395
xdr->x_op =
XDR_DECODE
;
/hardware/msm7k/librpc/rpc/
types.h
57
*
XDR_DECODE
may allocate space if the pointer argresp is null. This
101
* stream.
XDR_DECODE
causes the type to be extracted from the stream.
102
* XDR_FREE can be used to release the space allocated by an
XDR_DECODE
107
XDR_DECODE
= 1,
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
xdr.h
67
*
XDR_DECODE
may allocate space if the pointer argresp is null. This
79
* stream.
XDR_DECODE
causes the type to be extracted from the stream.
80
* XDR_FREE can be used to release the space allocated by an
XDR_DECODE
85
XDR_DECODE
= 1,
Completed in 53 milliseconds