OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nchild
(Results
1 - 12
of
12
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/x509/
pcy_local.h
96
int
nchild
;
member in struct:X509_POLICY_NODE_st
pcy_tree.c
351
if (node->
nchild
)
359
if (node->
nchild
== sk_ASN1_OBJECT_num(expset))
417
node->parent->
nchild
--;
429
if (node->
nchild
== 0) {
430
node->parent->
nchild
--;
435
if (curr->anyPolicy && !curr->anyPolicy->
nchild
) {
437
curr->anyPolicy->parent->
nchild
--;
pcy_node.c
110
parent->
nchild
++;
/src/crypto/external/bsd/openssl/dist/crypto/x509/
pcy_local.h
96
int
nchild
;
member in struct:X509_POLICY_NODE_st
pcy_tree.c
348
if (node->
nchild
)
356
if (node->
nchild
== sk_ASN1_OBJECT_num(expset))
417
node->parent->
nchild
--;
429
if (node->
nchild
== 0) {
430
node->parent->
nchild
--;
435
if (curr->anyPolicy && !curr->anyPolicy->
nchild
) {
437
curr->anyPolicy->parent->
nchild
--;
pcy_node.c
113
parent->
nchild
++;
/src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
pcy_local.h
96
int
nchild
;
member in struct:X509_POLICY_NODE_st
pcy_tree.c
334
if (node->
nchild
)
342
if (node->
nchild
== sk_ASN1_OBJECT_num(expset))
402
node->parent->
nchild
--;
414
if (node->
nchild
== 0) {
415
node->parent->
nchild
--;
420
if (curr->anyPolicy && !curr->anyPolicy->
nchild
) {
422
curr->anyPolicy->parent->
nchild
--;
pcy_node.c
107
parent->
nchild
++;
/src/external/bsd/mdocml/dist/
mdoc_validate.c
1914
struct roff_node *
nchild
, *nnext; /* of the Bl body */
local
1938
* The next non-transparent node is kept in
nchild
.
1944
nchild
= mdoc->last;
1946
if (
nchild
== mdoc->last)
1947
nchild
= roff_node_child(nbody);
1948
if (
nchild
== NULL) {
1954
if (
nchild
->tok == MDOC_It) {
1980
while (
nchild
!= NULL) {
1981
if (
nchild
->tok == MDOC_It) {
1982
nchild
= roff_node_next(nchild)
[
all
...]
/src/sys/dev/mii/
mii.c
205
struct mii_softc *child, *
nchild
;
local
254
LIST_FOREACH_SAFE(child, &mii->mii_phys, mii_list,
nchild
) {
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_request.c
981
unsigned int
nchild
= 1;
local
996
nchild
= array->num_fences;
997
GEM_BUG_ON(!
nchild
);
1034
} while (--
nchild
);
1097
unsigned int
nchild
= 1;
local
1106
nchild
= array->num_fences;
1107
GEM_BUG_ON(!
nchild
);
1132
} while (--
nchild
);
Completed in 28 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026