Home | History | Annotate | Download | only in ocsp

Lines Matching defs:iobuf

78 	unsigned char *iobuf;	/* Line buffer */
116 if (rctx->iobuf)
117 OPENSSL_free(rctx->iobuf);
169 rctx->iobuf = OPENSSL_malloc(rctx->iobuflen);
170 if (!rctx->iobuf)
270 n = BIO_read(rctx->io, rctx->iobuf, rctx->iobuflen);
281 if (BIO_write(rctx->mem, rctx->iobuf, n) != n)
350 n = BIO_gets(rctx->mem, (char *)rctx->iobuf, rctx->iobuflen);
370 if (parse_http_line1((char *)rctx->iobuf))
384 for (p = rctx->iobuf; *p; p++)