Home
last modified time | relevance | path

Searched refs:iobuf (Results 1 – 4 of 4) sorted by relevance

/external/openssl/crypto/ocsp/
Docsp_ht.c78 unsigned char *iobuf; /* Line buffer */ member
116 if (rctx->iobuf) in OCSP_REQ_CTX_free()
117 OPENSSL_free(rctx->iobuf); in OCSP_REQ_CTX_free()
169 rctx->iobuf = OPENSSL_malloc(rctx->iobuflen); in OCSP_sendreq_new()
170 if (!rctx->iobuf) in OCSP_sendreq_new()
270 n = BIO_read(rctx->io, rctx->iobuf, rctx->iobuflen); in OCSP_sendreq_nbio()
281 if (BIO_write(rctx->mem, rctx->iobuf, n) != n) in OCSP_sendreq_nbio()
350 n = BIO_gets(rctx->mem, (char *)rctx->iobuf, rctx->iobuflen); in OCSP_sendreq_nbio()
370 if (parse_http_line1((char *)rctx->iobuf)) in OCSP_sendreq_nbio()
384 for (p = rctx->iobuf; *p; p++) in OCSP_sendreq_nbio()
/external/chromium/net/spdy/
Dspdy_proxy_client_socket.cc222 scoped_refptr<DrainableIOBuffer> iobuf(new DrainableIOBuffer(buf, i + len)); in Write() local
223 iobuf->SetOffset(i); in Write()
224 int rv = spdy_stream_->WriteStreamData(iobuf, len, spdy::DATA_FLAG_NONE); in Write()
/external/openssl/crypto/asn1/
Dasn_mime.c572 char iobuf[4096]; in SMIME_text() local
593 while ((len = BIO_read(in, iobuf, sizeof(iobuf))) > 0) in SMIME_text()
594 BIO_write(out, iobuf, len); in SMIME_text()
/external/ipsec-tools/src/racoon/
Dprivsep.c1551 char iobuf[1]; local
1553 iov.iov_base = iobuf;