HomeSort by: relevance | last modified time | path
    Searched defs:criterion (Results 1 - 7 of 7) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/crypto/x509/
by_store.c 15 /* Generic object loader, given expected type and criterion */
17 const OSSL_STORE_SEARCH *criterion,
29 * We try to set the criterion, but don't care if it was valid or not.
31 * being that if the criterion couldn't be used, we will get *everything*
33 * the criterion indicates, so the biggest harm is that we cache more
37 * criterion is the BY_NAME one, which it can only apply on directories,
39 * and in that case, the BY_NAME criterion is pointless.
41 * We could very simply not apply any criterion at all here, and just let
46 if (criterion != NULL)
47 OSSL_STORE_find(ctx, criterion);
169 OSSL_STORE_SEARCH *criterion = local
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
by_store.c 24 /* Generic object loader, given expected type and criterion */
26 const OSSL_STORE_SEARCH *criterion, int depth)
38 * We try to set the criterion, but don't care if it was valid or not.
40 * being that if the criterion couldn't be used, we will get *everything*
42 * the criterion indicates, so the biggest harm is that we cache more
46 * criterion is the BY_NAME one, which it can only apply on directories,
48 * and in that case, the BY_NAME criterion is pointless.
50 * We could very simply not apply any criterion at all here, and just let
55 if (criterion != NULL)
56 OSSL_STORE_find(ctx, criterion);
212 OSSL_STORE_SEARCH *criterion = OSSL_STORE_SEARCH_by_name((X509_NAME *)name); \/* won't modify it *\/ local
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/
storeutl.c 20 int expected, int criterion, OSSL_STORE_SEARCH *search,
91 int criterion = 0; local
162 if (criterion != 0) {
163 BIO_printf(bio_err, "%s: criterion already given.\n",
167 criterion = OSSL_STORE_SEARCH_BY_NAME;
178 if (criterion != 0
179 && criterion != OSSL_STORE_SEARCH_BY_ISSUER_SERIAL) {
180 BIO_printf(bio_err, "%s: criterion already given.\n",
184 criterion = OSSL_STORE_SEARCH_BY_ISSUER_SERIAL;
195 if (criterion !=
    [all...]
  /src/crypto/external/bsd/openssl/dist/apps/
storeutl.c 20 int expected, int criterion, OSSL_STORE_SEARCH *search,
80 int criterion = 0; local
149 if (criterion != 0) {
150 BIO_printf(bio_err, "%s: criterion already given.\n",
154 criterion = OSSL_STORE_SEARCH_BY_NAME;
165 if (criterion != 0
166 && criterion != OSSL_STORE_SEARCH_BY_ISSUER_SERIAL) {
167 BIO_printf(bio_err, "%s: criterion already given.\n",
171 criterion = OSSL_STORE_SEARCH_BY_ISSUER_SERIAL;
182 if (criterion !=
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/apps/
storeutl.c 20 int expected, int criterion, OSSL_STORE_SEARCH *search,
66 int criterion = 0; local
134 if (criterion != 0) {
135 BIO_printf(bio_err, "%s: criterion already given.\n",
139 criterion = OSSL_STORE_SEARCH_BY_NAME;
152 if (criterion != 0
153 || (criterion == OSSL_STORE_SEARCH_BY_ISSUER_SERIAL
155 BIO_printf(bio_err, "%s: criterion already given.\n",
159 criterion = OSSL_STORE_SEARCH_BY_ISSUER_SERIAL;
172 if (criterion !=
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 364 enum debug_struct_file criterion, int generic,
377 criterion,
387 #define DUMP_GSTRUCT(type, usage, criterion, generic, matches, result) \
388 dump_struct_debug (type, usage, criterion, generic, matches, result)
392 #define DUMP_GSTRUCT(type, usage, criterion, generic, matches, result) \
412 enum debug_struct_file criterion;
417 criterion = debug_struct_generic[usage];
419 criterion = debug_struct_ordinary[usage];
421 if (criterion == DINFO_STRUCT_FILE_NONE)
422 return DUMP_GSTRUCT (type, usage, criterion, generic, false, false)
411 enum debug_struct_file criterion; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 364 enum debug_struct_file criterion, int generic,
377 criterion,
387 #define DUMP_GSTRUCT(type, usage, criterion, generic, matches, result) \
388 dump_struct_debug (type, usage, criterion, generic, matches, result)
392 #define DUMP_GSTRUCT(type, usage, criterion, generic, matches, result) \
414 enum debug_struct_file criterion;
419 criterion = debug_struct_generic[usage];
421 criterion = debug_struct_ordinary[usage];
423 if (criterion == DINFO_STRUCT_FILE_NONE)
424 return DUMP_GSTRUCT (type, usage, criterion, generic, false, false)
413 enum debug_struct_file criterion; local
    [all...]

Completed in 35 milliseconds