OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:send_bytes
(Results
1 - 2
of
2
) sorted by null
/hardware/msm7k/librpc/rpc/
xdr.h
53
#define XDR_SEND_BYTES(XDR, BUF, LEN) (XDR)->xops->
send_bytes
(XDR, BUF, LEN)
types.h
368
bool_t (*
send_bytes
) (xdr_s_type *xdr, const uint8 *buf, uint32 len);
member in struct:xdr_ops_struct
Completed in 19 milliseconds