Searched refs:iobuf (Results 1 – 7 of 7) sorted by relevance
/external/openssl/crypto/ocsp/ |
D | ocsp_ht.c | 78 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/ |
D | spdy_proxy_client_socket.cc | 222 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/qemu/target-i386/ |
D | hax-i386.h | 35 unsigned char *iobuf; member
|
D | hax-darwin.c | 256 vcpu->iobuf = (unsigned char *)(info.io_va); in hax_host_setup_vcpu_channel()
|
D | hax-windows.c | 377 vcpu->iobuf = (unsigned char *)(info.io_va); in hax_host_setup_vcpu_channel()
|
D | hax-all.c | 564 ht->pio._size, ht->pio._count, vcpu->iobuf); in hax_vcpu_hax_exec() 572 (struct hax_fastmmio *)vcpu->iobuf); in hax_vcpu_hax_exec()
|
/external/openssl/crypto/asn1/ |
D | asn_mime.c | 576 char iobuf[4096]; in SMIME_text() local 597 while ((len = BIO_read(in, iobuf, sizeof(iobuf))) > 0) in SMIME_text() 598 BIO_write(out, iobuf, len); in SMIME_text()
|