Searched defs:rec_strm (Results 1 – 1 of 1) sorted by relevance
109 typedef struct rec_strm { struct110 char *tcp_handle;114 int (*writeit)(void *, void *, int);115 char *out_base; /* output buffer (points to frag header) */116 char *out_finger; /* next output position */117 char *out_boundry; /* data cannot up to this address */118 uint32_t *frag_header; /* beginning of current fragment */119 bool_t frag_sent; /* true if buffer sent in middle of record */123 int (*readit)(void *, void *, int);124 u_long in_size; /* fixed size of the input buffer */[all …]