Home
last modified time | relevance | path

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

/mirbsd/src/lib/libc/rpc/
Dxdr_rec.c115 } RECSTREAM; typedef
118 static bool_t flush_out(RECSTREAM *, bool_t);
119 static bool_t get_input_bytes(RECSTREAM *, caddr_t, int);
120 static bool_t set_input_fragment(RECSTREAM *);
121 static bool_t skip_input_bytes(RECSTREAM *, long);
140 RECSTREAM *rstrm = in xdrrec_create()
141 (RECSTREAM *)mem_alloc(sizeof(RECSTREAM)); in xdrrec_create()
195 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_getlong()
217 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_putlong()
239 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_getbytes()
[all …]