Searched refs:ncons (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/OpenSSL098-52/src/crypto/x509v3/
H A Dv3_ncons.c108 NAME_CONSTRAINTS *ncons = NULL;
110 ncons = NAME_CONSTRAINTS_new();
111 if (!ncons)
118 ptree = &ncons->permittedSubtrees;
123 ptree = &ncons->excludedSubtrees;
142 return ncons;
147 if (ncons)
148 NAME_CONSTRAINTS_free(ncons);
161 NAME_CONSTRAINTS *ncons = a;
162 do_i2r_name_constraints(method, ncons
[all...]
/macosx-10.10/apr-32/apr/apr/test/
H A Dtestcond.c437 apr_uint32_t i, ncons = (apr_uint32_t)(NTHREADS * 0.70); local
456 for (i = 0; i < ncons; i++) {
472 for (i = ncons; i < NTHREADS; i++) {
489 for (i = 0; i < ncons; i++) {

Completed in 120 milliseconds