Home
last modified time | relevance | path

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

/NextBSD/lib/libc/xdr/
HDxdr_rec.c143 } RECSTREAM; typedef
146 static bool_t flush_out(RECSTREAM *, bool_t);
147 static bool_t fill_input_buf(RECSTREAM *);
148 static bool_t get_input_bytes(RECSTREAM *, char *, int);
149 static bool_t set_input_fragment(RECSTREAM *);
150 static bool_t skip_input_bytes(RECSTREAM *, long);
151 static bool_t realloc_stream(RECSTREAM *, int);
177 RECSTREAM *rstrm = mem_alloc(sizeof(RECSTREAM)); in xdrrec_create()
191 mem_free(rstrm, sizeof(RECSTREAM)); in xdrrec_create()
199 mem_free(rstrm, sizeof(RECSTREAM)); in xdrrec_create()
[all …]