HomeSort by relevance Sort by last modified time
    Searched refs:iobuf (Results 1 - 6 of 6) sorted by null

  /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);
171 rctx->iobuf = OPENSSL_malloc(rctx->iobuflen);
172 if (!rctx->mem || !rctx->iobuf)
275 n = BIO_read(rctx->io, rctx->iobuf, rctx->iobuflen);
286 if (BIO_write(rctx->mem, rctx->iobuf, n) != n)
355 n = BIO_gets(rctx->mem, (char *)rctx->iobuf, rctx->iobuflen);
375 if (parse_http_line1((char *)rctx->iobuf))
389 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 *)(uintptr_t)(info.io_va);
hax-windows.c 380 vcpu->iobuf = (unsigned char *)(uintptr_t)(info.io_va);
hax-all.c 568 ht->pio._size, ht->pio._count, vcpu->iobuf);
576 (struct hax_fastmmio *)vcpu->iobuf);
  /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);

Completed in 349 milliseconds