OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:any_skip
(Results
1 - 3
of
3
) sorted by null
/external/openssl/crypto/x509v3/
pcy_tree.c
154
int
any_skip
;
local
170
any_skip
= 0;
172
any_skip
= n + 1;
265
if (
any_skip
== 0)
276
any_skip
--;
277
if ((cache->
any_skip
>= 0)
278
&& (cache->
any_skip
<
any_skip
))
279
any_skip
= cache->
any_skip
;
[
all
...]
pcy_cache.c
142
cache->
any_skip
= -1;
215
else if (!policy_cache_set_int(&cache->
any_skip
, ext_any))
pcy_int.h
119
long
any_skip
;
member in struct:X509_POLICY_CACHE_st
Completed in 1434 milliseconds