Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/xdr/
Dxdr_rec.c156 } RECSTREAM; typedef
159 static bool_t flush_out (RECSTREAM *, bool_t);
160 static bool_t fill_input_buf (RECSTREAM *);
161 static bool_t get_input_bytes (RECSTREAM *, char *, size_t);
162 static bool_t set_input_fragment (RECSTREAM *);
163 static bool_t skip_input_bytes (RECSTREAM *, long);
164 static bool_t realloc_stream (RECSTREAM *, int);
186 RECSTREAM *rstrm; in xdrrec_create()
195 rstrm = (RECSTREAM *) mem_alloc (sizeof (RECSTREAM)); in xdrrec_create()
214 mem_free (rstrm, sizeof (RECSTREAM)); in xdrrec_create()
[all …]