OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xdr_recv_reply_header
(Results
1 - 2
of
2
) sorted by null
/hardware/msm7k/librpc/
clnt.c
63
extern bool_t
xdr_recv_reply_header
(xdr_s_type *xdr, rpc_reply_header *reply);
373
if (!
xdr_recv_reply_header
(client->xdr, &reply_header)) {
513
bool_t
xdr_recv_reply_header
(xdr_s_type *xdr, rpc_reply_header *reply)
function
533
} /*
xdr_recv_reply_header
*/
svc_clnt_common.c
83
extern bool_t
xdr_recv_reply_header
(xdr_s_type *xdr, rpc_reply_header *reply);
Completed in 945 milliseconds