OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xdr_stream
(Results
1 - 4
of
4
) sorted by null
/external/kernel-headers/original/linux/sunrpc/
xdr.h
182
struct
xdr_stream
{
struct
190
extern void xdr_init_encode(struct
xdr_stream
*xdr, struct xdr_buf *buf, uint32_t *p);
191
extern uint32_t *xdr_reserve_space(struct
xdr_stream
*xdr, size_t nbytes);
192
extern void xdr_write_pages(struct
xdr_stream
*xdr, struct page **pages,
194
extern void xdr_init_decode(struct
xdr_stream
*xdr, struct xdr_buf *buf, uint32_t *p);
195
extern uint32_t *xdr_inline_decode(struct
xdr_stream
*xdr, size_t nbytes);
196
extern void xdr_read_pages(struct
xdr_stream
*xdr, unsigned int len);
197
extern void xdr_enter_page(struct
xdr_stream
*xdr, unsigned int len);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
xdr.h
132
/* free privates of this
xdr_stream
*/
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
xdr.h
132
/* free privates of this
xdr_stream
*/
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
xdr.h
132
/* free privates of this
xdr_stream
*/
Completed in 208 milliseconds