Searched defs:rec_strm (Results 1 – 1 of 1) sorted by relevance
127 typedef struct rec_strm { struct128 char *tcp_handle;132 int (*writeit)(char *, char *, int);133 char *out_base; /* output buffer (points to frag header) */134 char *out_finger; /* next output position */135 char *out_boundry; /* data cannot up to this address */136 uint32_t *frag_header; /* beginning of current fragment */137 bool_t frag_sent; /* true if buffer sent in middle of record */141 int (*readit)(char *, char *, int);142 u_long in_size; /* fixed size of the input buffer */[all …]