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

/freebsd-13-stable/lib/libc/xdr/
H A Dxdr_rec.c145 } RECSTREAM; typedef in typeref:struct:rec_strm
148 static bool_t flush_out(RECSTREAM *, bool_t);
149 static bool_t fill_input_buf(RECSTREAM *);
150 static bool_t get_input_bytes(RECSTREAM *, char *, int);
151 static bool_t set_input_fragment(RECSTREAM *);
152 static bool_t skip_input_bytes(RECSTREAM *, long);
153 static bool_t realloc_stream(RECSTREAM *, int);
179 RECSTREAM *rstrm = mem_alloc(sizeof(RECSTREAM));
193 mem_free(rstrm, sizeof(RECSTREAM));
[all...]

Completed in 101 milliseconds