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

  /external/chromium_org/third_party/openssl/openssl/crypto/ocsp/
ocsp_ht.c 79 int iobuflen; /* Line buffer length */ member in struct:ocsp_req_ctx_st
166 rctx->iobuflen = maxline;
168 rctx->iobuflen = OCSP_MAX_LINE_LEN;
169 rctx->iobuf = OPENSSL_malloc(rctx->iobuflen);
270 n = BIO_read(rctx->io, rctx->iobuf, rctx->iobuflen);
343 if (n >= rctx->iobuflen)
350 n = BIO_gets(rctx->mem, (char *)rctx->iobuf, rctx->iobuflen);
361 if (n == rctx->iobuflen)
  /external/openssl/crypto/ocsp/
ocsp_ht.c 79 int iobuflen; /* Line buffer length */ member in struct:ocsp_req_ctx_st
166 rctx->iobuflen = maxline;
168 rctx->iobuflen = OCSP_MAX_LINE_LEN;
169 rctx->iobuf = OPENSSL_malloc(rctx->iobuflen);
270 n = BIO_read(rctx->io, rctx->iobuf, rctx->iobuflen);
343 if (n >= rctx->iobuflen)
350 n = BIO_gets(rctx->mem, (char *)rctx->iobuf, rctx->iobuflen);
361 if (n == rctx->iobuflen)

Completed in 179 milliseconds