OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nchild
(Results
1 - 3
of
3
) sorted by null
/external/openssl/crypto/x509v3/
pcy_node.c
123
node->
nchild
= 0;
155
parent->
nchild
++;
pcy_tree.c
414
if (node->
nchild
)
424
if (node->
nchild
== sk_ASN1_OBJECT_num(expset))
466
if (node->
nchild
)
518
node->parent->
nchild
--;
531
if (node->
nchild
== 0)
533
node->parent->
nchild
--;
538
if (curr->anyPolicy && !curr->anyPolicy->
nchild
)
541
curr->anyPolicy->parent->
nchild
--;
pcy_int.h
141
int
nchild
;
member in struct:X509_POLICY_NODE_st
Completed in 14 milliseconds