Home
last modified time | relevance | path

Searched refs:req_idx (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/crypto/ocsp/
Docsp_ext.c319 int req_idx, resp_idx; in OCSP_check_nonce() local
321 req_idx = OCSP_REQUEST_get_ext_by_NID(req, NID_id_pkix_OCSP_Nonce, -1); in OCSP_check_nonce()
324 if ((req_idx < 0) && (resp_idx < 0)) in OCSP_check_nonce()
327 if ((req_idx >= 0) && (resp_idx < 0)) in OCSP_check_nonce()
330 if ((req_idx < 0) && (resp_idx >= 0)) in OCSP_check_nonce()
335 req_ext = OCSP_REQUEST_get_ext(req, req_idx); in OCSP_check_nonce()
350 int req_idx; in OCSP_copy_nonce() local
352 req_idx = OCSP_REQUEST_get_ext_by_NID(req, NID_id_pkix_OCSP_Nonce, -1); in OCSP_copy_nonce()
354 if (req_idx < 0) in OCSP_copy_nonce()
356 req_ext = OCSP_REQUEST_get_ext(req, req_idx); in OCSP_copy_nonce()
/third_party/gstreamer/gstplugins_bad/sys/winks/
Dgstksvideodevice.c1016 guint req_idx; in gst_ks_video_device_read_frame() local
1027 for (req_idx = 0; req_idx < priv->num_requests; req_idx++) { in gst_ks_video_device_read_frame()
1028 ReadRequest *req = &g_array_index (priv->requests, ReadRequest, req_idx); in gst_ks_video_device_read_frame()
1052 for (req_idx = wait_ret - WAIT_OBJECT_0; in gst_ks_video_device_read_frame()
1053 req_idx < priv->num_requests; req_idx++) { in gst_ks_video_device_read_frame()
1054 ReadRequest *req = &g_array_index (priv->requests, ReadRequest, req_idx); in gst_ks_video_device_read_frame()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp3553 const unsigned *req_idx = idx_range.begin(); in FindInsertedValue() local
3555 i != e; ++i, ++req_idx) { in FindInsertedValue()
3556 if (req_idx == idx_range.end()) { in FindInsertedValue()
3571 return BuildSubAggregate(V, makeArrayRef(idx_range.begin(), req_idx), in FindInsertedValue()
3578 if (*req_idx != *i) in FindInsertedValue()
3586 makeArrayRef(req_idx, idx_range.end()), in FindInsertedValue()