Home | History | Annotate | Download | only in ssl

Lines Matching defs:wbuf

332 	/* wbuf needs one byte more because when using two-byte headers,
334 if ((s2->wbuf=OPENSSL_malloc(
343 if (s2->wbuf != NULL) OPENSSL_free(s2->wbuf);
359 if (s2->wbuf != NULL) OPENSSL_free(s2->wbuf);
368 unsigned char *rbuf,*wbuf;
373 wbuf=s2->wbuf;
378 s2->wbuf=wbuf;