Searched refs:RECSTREAM (Results 1 – 2 of 2) sorted by relevance
118 } RECSTREAM; typedef134 RECSTREAM *rstrm = (RECSTREAM *)mem_alloc(sizeof (RECSTREAM)); in xdrrec_create()187 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_getint32()209 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_putint32()237 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_getbytes()264 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_putbytes()286 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; in xdrrec_getpos()311 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; in xdrrec_setpos()345 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; in xdrrec_inline()372 RECSTREAM *rstrm = (RECSTREAM *)xdrs->x_private; in xdrrec_destroy()[all …]
123 } RECSTREAM; typedef128 static bool_t flush_out(RECSTREAM *, bool_t);129 static bool_t get_input_bytes(RECSTREAM *, caddr_t, int, bool_t);130 static bool_t set_input_fragment(RECSTREAM *);131 static bool_t skip_input_bytes(RECSTREAM *, int32_t);151 RECSTREAM *rstrm = malloc(sizeof (RECSTREAM)); in xdrrec_create()218 align_instream(RECSTREAM *rstrm) in align_instream()235 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_getint32()267 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_putint32()318 RECSTREAM *rstrm = (RECSTREAM *)(xdrs->x_private); in xdrrec_getbytes()[all …]