Lines Matching refs:RECSTREAM

138 } RECSTREAM;  typedef
141 static bool_t flush_out(RECSTREAM *, bool_t);
142 static bool_t fill_input_buf(RECSTREAM *);
143 static bool_t get_input_bytes(RECSTREAM *, char *, int);
144 static bool_t set_input_fragment(RECSTREAM *);
145 static bool_t skip_input_bytes(RECSTREAM *, long);
146 static bool_t realloc_stream(RECSTREAM *, int);
172 RECSTREAM *rstrm = mem_alloc(sizeof(RECSTREAM)); in xdrrec_create()
186 mem_free(rstrm, sizeof(RECSTREAM)); in xdrrec_create()
194 mem_free(rstrm, sizeof(RECSTREAM)); in xdrrec_create()
232 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_getlong()
254 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_putlong()
276 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_getbytes()
301 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_putbytes()
331 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; in xdrrec_getpos()
353 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; in xdrrec_setpos()
388 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; in xdrrec_inline()
418 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; in xdrrec_destroy()
422 mem_free(rstrm, sizeof(RECSTREAM)); in xdrrec_destroy()
437 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_skiprecord()
472 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_eof()
495 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_endofrecord()
519 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in __xdrrec_getrec()
599 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in __xdrrec_setnonblock()
612 flush_out(RECSTREAM *rstrm, bool_t eor) in flush_out()
630 fill_input_buf(RECSTREAM *rstrm) in fill_input_buf()
652 get_input_bytes(RECSTREAM *rstrm, char *addr, int len) in get_input_bytes()
682 set_input_fragment(RECSTREAM *rstrm) in set_input_fragment()
707 skip_input_bytes(RECSTREAM *rstrm, long cnt) in skip_input_bytes()
739 realloc_stream(RECSTREAM *rstrm, int size) in realloc_stream()