OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:req_idx
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/ocsp/
ocsp_ext.c
387
int
req_idx
, resp_idx;
local
389
req_idx
= OCSP_REQUEST_get_ext_by_NID(req, NID_id_pkix_OCSP_Nonce, -1);
392
if((
req_idx
< 0) && (resp_idx < 0))
395
if((
req_idx
>= 0) && (resp_idx < 0))
398
if((
req_idx
< 0) && (resp_idx >= 0))
401
req_ext = OCSP_REQUEST_get_ext(req,
req_idx
);
415
int
req_idx
;
local
417
req_idx
= OCSP_REQUEST_get_ext_by_NID(req, NID_id_pkix_OCSP_Nonce, -1);
419
if (
req_idx
< 0) return 2;
420
req_ext = OCSP_REQUEST_get_ext(req,
req_idx
);
[
all
...]
/external/llvm/lib/Analysis/
ValueTracking.cpp
1422
const unsigned *
req_idx
= idx_range.begin();
local
[
all
...]
Completed in 214 milliseconds