Home
last modified time | relevance | path

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

/openbsd-src/lib/libc/rpc/
H A Dxdr_rec.c147 static bool_t get_input_bytes(RECSTREAM *, caddr_t, int);
286 if (! get_input_bytes(rstrm, addr, current)) in xdrrec_getbytes()
642 get_input_bytes(RECSTREAM *rstrm, caddr_t addr, int len) in get_input_bytes() function
677 if (! get_input_bytes(rstrm, (caddr_t)&header, sizeof(header))) in set_input_fragment()