Searched refs:tcp_handle (Results 1 – 1 of 1) sorted by relevance
/picolibc-latest/newlib/libc/xdr/ |
D | xdr_rec.c | 123 caddr_t tcp_handle; member 182 void *tcp_handle, in xdrrec_create() argument 242 rstrm->tcp_handle = tcp_handle; in xdrrec_create() 381 pos = lseek ((int) (uintptr_t) rstrm->tcp_handle, (off_t) 0, 1); in xdrrec_getpos() 650 n = rstrm->readit (rstrm->tcp_handle, rstrm->in_hdrp, in __xdrrec_getrec() 697 n = rstrm->readit (rstrm->tcp_handle, in __xdrrec_getrec() 763 if ((*(rstrm->writeit)) (rstrm->tcp_handle, rstrm->out_base, (int) len) in flush_out() 785 if ((len = (*(rstrm->readit)) (rstrm->tcp_handle, where, len)) == -1) in fill_input_buf()
|