OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:child_rdi
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3_asid.c
754
ASIdOrRanges *child_as = NULL, *
child_rdi
= NULL;
local
795
child_rdi
= ext->rdi->u.asIdsOrRanges;
808
if (child_as != NULL ||
child_rdi
!= NULL)
829
if (x->rfc3779_asid->rdi == NULL &&
child_rdi
!= NULL) {
831
child_rdi
= NULL;
837
asid_contains(x->rfc3779_asid->rdi->u.asIdsOrRanges,
child_rdi
)) {
838
child_rdi
= x->rfc3779_asid->rdi->u.asIdsOrRanges;
/external/openssl/crypto/x509v3/
v3_asid.c
754
ASIdOrRanges *child_as = NULL, *
child_rdi
= NULL;
local
795
child_rdi
= ext->rdi->u.asIdsOrRanges;
808
if (child_as != NULL ||
child_rdi
!= NULL)
829
if (x->rfc3779_asid->rdi == NULL &&
child_rdi
!= NULL) {
831
child_rdi
= NULL;
837
asid_contains(x->rfc3779_asid->rdi->u.asIdsOrRanges,
child_rdi
)) {
838
child_rdi
= x->rfc3779_asid->rdi->u.asIdsOrRanges;
Completed in 24 milliseconds