OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:oa_length
(Results
1 - 7
of
7
) sorted by null
/hardware/msm7k/librpc/
rpc.c
146
return (XDR_SEND_UINT(xdr, (uint32_t *)&auth->
oa_length
) &&
147
(auth->
oa_length
== 0 ||
148
XDR_SEND_BYTES(xdr, (uint8_t *)auth->oa_base, auth->
oa_length
)));
clnt.c
317
cred.
oa_length
= 0;
319
verf.
oa_length
= 0;
434
if (!XDR_RECV_UINT (xdr, (unsigned *)&(auth->
oa_length
))) {
438
if (auth->
oa_length
!= 0) {
441
if (!XDR_RECV_BYTES (xdr, NULL, auth->
oa_length
))
svc.c
493
verf.
oa_length
= 0;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
auth.h
88
u_int
oa_length
; /* not to exceed MAX_AUTH_BYTES */
member in struct:opaque_auth
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
auth.h
88
u_int
oa_length
; /* not to exceed MAX_AUTH_BYTES */
member in struct:opaque_auth
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
auth.h
88
u_int
oa_length
; /* not to exceed MAX_AUTH_BYTES */
member in struct:opaque_auth
/hardware/msm7k/librpc/rpc/
types.h
261
u_int
oa_length
; /* not to exceed MAX_AUTH_BYTES */
member in struct:opaque_auth
Completed in 1413 milliseconds