Lines Matching refs:RECSTREAM
156 } RECSTREAM; typedef
159 static bool_t flush_out (RECSTREAM *, bool_t);
160 static bool_t fill_input_buf (RECSTREAM *);
161 static bool_t get_input_bytes (RECSTREAM *, char *, size_t);
162 static bool_t set_input_fragment (RECSTREAM *);
163 static bool_t skip_input_bytes (RECSTREAM *, long);
164 static bool_t realloc_stream (RECSTREAM *, int);
186 RECSTREAM *rstrm; in xdrrec_create()
195 rstrm = (RECSTREAM *) mem_alloc (sizeof (RECSTREAM)); in xdrrec_create()
214 mem_free (rstrm, sizeof (RECSTREAM)); in xdrrec_create()
229 mem_free (rstrm, sizeof (RECSTREAM)); in xdrrec_create()
273 RECSTREAM *rstrm = (RECSTREAM *) (xdrs->x_private); in xdrrec_getlong()
299 RECSTREAM *rstrm = (RECSTREAM *) (xdrs->x_private); in xdrrec_putlong()
324 RECSTREAM *rstrm = (RECSTREAM *) (xdrs->x_private); in xdrrec_getbytes()
353 RECSTREAM *rstrm = (RECSTREAM *) (xdrs->x_private); in xdrrec_putbytes()
378 RECSTREAM *rstrm = (RECSTREAM *) xdrs->x_private; in xdrrec_getpos()
405 RECSTREAM *rstrm = (RECSTREAM *) xdrs->x_private; in xdrrec_setpos()
445 RECSTREAM *rstrm = (RECSTREAM *) xdrs->x_private; in xdrrec_inline()
486 RECSTREAM *rstrm = (RECSTREAM *) xdrs->x_private; in xdrrec_destroy()
490 mem_free (rstrm, sizeof (RECSTREAM)); in xdrrec_destroy()
497 RECSTREAM *rstrm = (RECSTREAM *) (xdrs->x_private); in xdrrec_getint32()
523 RECSTREAM *rstrm = (RECSTREAM *) (xdrs->x_private); in xdrrec_putint32()
554 RECSTREAM *rstrm = (RECSTREAM *) (xdrs->x_private); in xdrrec_skiprecord()
592 RECSTREAM *rstrm = (RECSTREAM *) (xdrs->x_private); in xdrrec_eof()
617 RECSTREAM *rstrm = (RECSTREAM *) (xdrs->x_private); in xdrrec_endofrecord()
644 RECSTREAM *rstrm = (RECSTREAM *) (xdrs->x_private); in __xdrrec_getrec()
739 RECSTREAM *rstrm = (RECSTREAM *) (xdrs->x_private); in __xdrrec_setnonblock()
752 flush_out (RECSTREAM * rstrm, in flush_out()
772 fill_input_buf (RECSTREAM * rstrm) in fill_input_buf()
794 get_input_bytes (RECSTREAM * rstrm, in get_input_bytes()
829 set_input_fragment (RECSTREAM * rstrm) in set_input_fragment()
854 skip_input_bytes (RECSTREAM * rstrm, in skip_input_bytes()
889 realloc_stream (RECSTREAM * rstrm, in realloc_stream()