/external/chromium_org/third_party/openssl/openssl/crypto/ocsp/ |
ocsp_ht.c | 78 unsigned char *iobuf; /* Line buffer */ member in struct:ocsp_req_ctx_st 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++ [all...] |
/external/openssl/crypto/ocsp/ |
ocsp_ht.c | 78 unsigned char *iobuf; /* Line buffer */ member in struct:ocsp_req_ctx_st 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++ [all...] |
/external/qemu/target-i386/ |
hax-i386.h | 35 unsigned char *iobuf; member in struct:hax_vcpu_state
|
hax-darwin.c | 256 vcpu->iobuf = (unsigned char *)(info.io_va);
|
hax-windows.c | 377 vcpu->iobuf = (unsigned char *)(info.io_va);
|
hax-all.c | 564 ht->pio._size, ht->pio._count, vcpu->iobuf); 572 (struct hax_fastmmio *)vcpu->iobuf);
|
/external/chromium/net/spdy/ |
spdy_proxy_client_socket.cc | 222 scoped_refptr<DrainableIOBuffer> iobuf(new DrainableIOBuffer(buf, i + len)); 223 iobuf->SetOffset(i); 224 int rv = spdy_stream_->WriteStreamData(iobuf, len, spdy::DATA_FLAG_NONE);
|
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
asn_mime.c | 576 char iobuf[4096]; local 597 while ((len = BIO_read(in, iobuf, sizeof(iobuf))) > 0) 598 BIO_write(out, iobuf, len);
|
/external/openssl/crypto/asn1/ |
asn_mime.c | 576 char iobuf[4096]; local 597 while ((len = BIO_read(in, iobuf, sizeof(iobuf))) > 0) 598 BIO_write(out, iobuf, len);
|