Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/xdr/
H A Dxdr_rec.c150 static bool_t get_input_bytes(RECSTREAM *, char *, int);
296 if (! get_input_bytes(rstrm, addr, current)) in xdrrec_getbytes()
658 get_input_bytes(RECSTREAM *rstrm, char *addr, int len) in get_input_bytes() function
694 if (! get_input_bytes(rstrm, (char *)(void *)&header, sizeof(header))) in set_input_fragment()