OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x_putint32
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
xdr.h
133
bool_t (*
x_putint32
) (XDR *__xdrs, __const int32_t *__ip);
member in struct:XDR::xdr_ops
171
(*(xdrs)->x_ops->
x_putint32
)(xdrs, int32p)
173
(*(xdrs)->x_ops->
x_putint32
)(xdrs, int32p)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
xdr.h
133
bool_t (*
x_putint32
) (XDR *__xdrs, __const int32_t *__ip);
member in struct:XDR::xdr_ops
171
(*(xdrs)->x_ops->
x_putint32
)(xdrs, int32p)
173
(*(xdrs)->x_ops->
x_putint32
)(xdrs, int32p)
Completed in 1057 milliseconds