Searched refs:RECSTREAM (Results 1 – 1 of 1) sorted by relevance
138 } RECSTREAM; typedef141 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()[all …]