Home
last modified time | relevance | path

Searched refs:get_input_bytes (Results 1 – 2 of 2) sorted by relevance

/src/crypto/krb5/src/lib/rpc/
H A Dxdr_rec.c124 static bool_t get_input_bytes(RECSTREAM *, caddr_t, int);
260 if (! get_input_bytes(rstrm, addr, current)) in xdrrec_getbytes()
511 get_input_bytes(RECSTREAM *rstrm, caddr_t addr, int len) in get_input_bytes() function
537 if (! get_input_bytes(rstrm, (caddr_t)&header, sizeof(header))) in set_input_fragment()
/src/lib/libc/xdr/
H A Dxdr_rec.c143 static bool_t get_input_bytes(RECSTREAM *, char *, int);
289 if (! get_input_bytes(rstrm, addr, current)) in xdrrec_getbytes()
652 get_input_bytes(RECSTREAM *rstrm, char *addr, int len) in get_input_bytes() function
688 if (! get_input_bytes(rstrm, (char *)(void *)&header, sizeof(header))) in set_input_fragment()