HomeSort by: relevance | last modified time | path
    Searched defs:req_idx (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/ocsp/
ocsp_ext.c 312 int req_idx, resp_idx; local
314 req_idx = OCSP_REQUEST_get_ext_by_NID(req, NID_id_pkix_OCSP_Nonce, -1);
317 if ((req_idx < 0) && (resp_idx < 0))
320 if ((req_idx >= 0) && (resp_idx < 0))
323 if ((req_idx < 0) && (resp_idx >= 0))
328 req_ext = OCSP_REQUEST_get_ext(req, req_idx);
343 int req_idx; local
345 req_idx = OCSP_REQUEST_get_ext_by_NID(req, NID_id_pkix_OCSP_Nonce, -1);
347 if (req_idx < 0)
349 req_ext = OCSP_REQUEST_get_ext(req, req_idx);
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/quic-openssl-docker/hq-interop/
quic-hq-interop.c 507 static size_t req_idx = 0; variable
556 * note req_idx may start at a non-zero value if
559 while (req_idx < total_requests) {
560 req = req_array[req_idx];
659 req_idx++;
  /src/crypto/external/bsd/openssl/dist/crypto/ocsp/
ocsp_ext.c 319 int req_idx, resp_idx; local
321 req_idx = OCSP_REQUEST_get_ext_by_NID(req, NID_id_pkix_OCSP_Nonce, -1);
324 if ((req_idx < 0) && (resp_idx < 0))
327 if ((req_idx >= 0) && (resp_idx < 0))
330 if ((req_idx < 0) && (resp_idx >= 0))
335 req_ext = OCSP_REQUEST_get_ext(req, req_idx);
350 int req_idx; local
352 req_idx = OCSP_REQUEST_get_ext_by_NID(req, NID_id_pkix_OCSP_Nonce, -1);
354 if (req_idx < 0)
356 req_ext = OCSP_REQUEST_get_ext(req, req_idx);
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/ocsp/
ocsp_ext.c 319 int req_idx, resp_idx; local
321 req_idx = OCSP_REQUEST_get_ext_by_NID(req, NID_id_pkix_OCSP_Nonce, -1);
324 if ((req_idx < 0) && (resp_idx < 0))
327 if ((req_idx >= 0) && (resp_idx < 0))
330 if ((req_idx < 0) && (resp_idx >= 0))
335 req_ext = OCSP_REQUEST_get_ext(req, req_idx);
350 int req_idx; local
352 req_idx = OCSP_REQUEST_get_ext_by_NID(req, NID_id_pkix_OCSP_Nonce, -1);
354 if (req_idx < 0)
356 req_ext = OCSP_REQUEST_get_ext(req, req_idx);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ValueTracking.cpp 3985 const unsigned *req_idx = idx_range.begin(); local
3987 i != e; ++i, ++req_idx) {
3988 if (req_idx == idx_range.end()) {
4003 return BuildSubAggregate(V, makeArrayRef(idx_range.begin(), req_idx),
4010 if (*req_idx != *i)
4018 makeArrayRef(req_idx, idx_range.end()),

Completed in 24 milliseconds