TLS_LARGE_LINELENGTH
&& (c->read_pos < TLS_LARGE_LINELENGTH)) {
newbuf = realloc(c->inbuf, TLS_LARGE_LINELENGTH);
c->inbuflen = TLS_LARGE_LINELENGTH;