Searched refs:RECSTREAM (Results 1 – 2 of 2) sorted by relevance
| /src/lib/libc/xdr/ |
| H A D | xdr_rec.c | 138 } RECSTREAM; typedef 141 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 …]
|
| /src/crypto/krb5/src/lib/rpc/ |
| H A D | xdr_rec.c | 120 } RECSTREAM; typedef 123 static bool_t flush_out(RECSTREAM *, bool_t); 124 static bool_t get_input_bytes(RECSTREAM *, caddr_t, int); 125 static bool_t set_input_fragment(RECSTREAM *); 126 static bool_t skip_input_bytes(RECSTREAM *, int32_t); 149 RECSTREAM *rstrm = mem_alloc(sizeof(RECSTREAM)); in xdrrec_create() 203 RECSTREAM *rstrm = xdrs->x_private; in xdrrec_getlong() 226 RECSTREAM *rstrm = xdrs->x_private; in xdrrec_putlong() 247 RECSTREAM *rstrm = xdrs->x_private; in xdrrec_getbytes() 272 RECSTREAM *rstrm = xdrs->x_private; in xdrrec_putbytes() [all …]
|