Home
last modified time | relevance | path

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

/openbsd-src/lib/libc/rpc/
H A Dxdr_rec.c142 } RECSTREAM; typedef
145 static bool_t flush_out(RECSTREAM *, bool_t);
146 static bool_t fill_input_buf(RECSTREAM *);
147 static bool_t get_input_bytes(RECSTREAM *, caddr_t, int);
148 static bool_t set_input_fragment(RECSTREAM *);
149 static bool_t skip_input_bytes(RECSTREAM *, long);
150 static bool_t realloc_stream(RECSTREAM *, int);
168 RECSTREAM *rstrm = in xdrrec_create()
169 (RECSTREAM *)mem_alloc(sizeof(RECSTREAM)); in xdrrec_create()
182 mem_free(rstrm, sizeof(RECSTREAM)); in xdrrec_create()
[all …]