Searched defs:rec_strm (Results 1 – 2 of 2) sorted by relevance
106 typedef struct rec_strm { struct107 char *tcp_handle;111 int (*writeit)(void *, void *, int);112 char *out_base; /* output buffer (points to frag header) */113 char *out_finger; /* next output position */114 char *out_boundry; /* data cannot up to this address */115 u_int32_t *frag_header; /* beginning of current fragment */116 bool_t frag_sent; /* true if buffer sent in middle of record */120 int (*readit)(void *, void *, int);121 u_long in_size; /* fixed size of the input buffer */[all …]
96 typedef struct rec_strm { struct97 caddr_t tcp_handle;98 caddr_t the_buffer;102 int (*writeit)();103 caddr_t out_base; /* output buffer (points to frag header) */104 caddr_t out_finger; /* next output position */105 caddr_t out_boundry; /* data cannot up to this address */106 uint32_t *frag_header; /* beginning of curren fragment */107 bool_t frag_sent; /* true if buffer sent in middle of record */111 int (*readit)();[all …]