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

  /external/qemu/target-i386/
hax-i386.h 35 unsigned char *iobuf; member in struct:hax_vcpu_state
  /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/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 47 milliseconds