HomeSort by: relevance | last modified time | path
    Searched refs:lookup (Results 1 - 25 of 999) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/crypto/external/bsd/openssl.old/dist/crypto/x509/
x509_d2.c 17 X509_LOOKUP *lookup; local
19 lookup = X509_STORE_add_lookup(ctx, X509_LOOKUP_file());
20 if (lookup == NULL)
22 X509_LOOKUP_load_file(lookup, NULL, X509_FILETYPE_DEFAULT);
24 lookup = X509_STORE_add_lookup(ctx, X509_LOOKUP_hash_dir());
25 if (lookup == NULL)
27 X509_LOOKUP_add_dir(lookup, NULL, X509_FILETYPE_DEFAULT);
38 X509_LOOKUP *lookup; local
41 lookup = X509_STORE_add_lookup(ctx, X509_LOOKUP_file());
42 if (lookup == NULL
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
lookup.c 1 /* $NetBSD: lookup.c,v 1.1 2024/02/18 20:57:32 christos Exp $ */
28 #include <dns/lookup.h>
61 lookup_find(dns_lookup_t *lookup, dns_fetchevent_t *event);
65 dns_lookup_t *lookup = event->ev_arg; local
70 REQUIRE(VALID_LOOKUP(lookup));
71 REQUIRE(lookup->task == task);
73 REQUIRE(fevent->fetch == lookup->fetch);
75 lookup_find(lookup, fevent);
79 start_fetch(dns_lookup_t *lookup) {
83 * The caller must be holding the lookup's lock
368 dns_lookup_t *lookup; local
433 dns_lookup_t *lookup; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
x509_d2.c 18 X509_LOOKUP *lookup; local
20 lookup = X509_STORE_add_lookup(ctx, X509_LOOKUP_file());
21 if (lookup == NULL)
23 X509_LOOKUP_load_file_ex(lookup, NULL, X509_FILETYPE_DEFAULT, libctx, propq);
25 lookup = X509_STORE_add_lookup(ctx, X509_LOOKUP_hash_dir());
26 if (lookup == NULL)
28 X509_LOOKUP_add_dir(lookup, NULL, X509_FILETYPE_DEFAULT);
30 lookup = X509_STORE_add_lookup(ctx, X509_LOOKUP_store());
31 if (lookup == NULL)
38 X509_LOOKUP_add_store_ex(lookup, NULL, libctx, propq)
53 X509_LOOKUP *lookup; local
72 X509_LOOKUP *lookup; local
85 X509_LOOKUP *lookup; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
x509_d2.c 18 X509_LOOKUP *lookup; local
20 lookup = X509_STORE_add_lookup(ctx, X509_LOOKUP_file());
21 if (lookup == NULL)
23 X509_LOOKUP_load_file_ex(lookup, NULL, X509_FILETYPE_DEFAULT, libctx, propq);
25 lookup = X509_STORE_add_lookup(ctx, X509_LOOKUP_hash_dir());
26 if (lookup == NULL)
28 X509_LOOKUP_add_dir(lookup, NULL, X509_FILETYPE_DEFAULT);
30 lookup = X509_STORE_add_lookup(ctx, X509_LOOKUP_store());
31 if (lookup == NULL)
33 X509_LOOKUP_add_store_ex(lookup, NULL, libctx, propq)
48 X509_LOOKUP *lookup; local
66 X509_LOOKUP *lookup; local
79 X509_LOOKUP *lookup; local
    [all...]
  /src/external/mpl/bind/dist/bin/dig/
dig.c 348 "that lookup.\n"
371 if (query->lookup->stats) {
374 if (query->lookup->use_usec) {
379 if (dig_lookup_is_tls(query->lookup)) {
381 } else if (query->lookup->https_mode) {
382 if (query->lookup->http_plain) {
383 proto = query->lookup->https_get ? "HTTP-GET"
386 proto = query->lookup->https_get ? "HTTPS-GET"
389 } else if (query->lookup->tcp_mode) {
397 if (query->lookup->proxy_mode)
3017 dig_lookup_t *lookup = NULL; local
    [all...]
host.c 123 "lookup "
154 if (query->lookup->use_usec) {
166 trying(char *frm, dig_lookup_t *lookup) {
167 UNUSED(lookup);
195 if (query->lookup->identify_previous_line) {
199 if (query->lookup->identify) {
244 if (query->lookup->rdtype == dns_rdatatype_axfr &&
413 dns_name_format(query->lookup->name, namestr, sizeof(namestr));
415 if (query->lookup->identify_previous_line) {
420 : query->lookup->textname
434 dig_lookup_t *lookup; local
688 dig_lookup_t *lookup; local
    [all...]
dighost.c 170 default_comments(dig_lookup_t *lookup, const char *format, ...) {
173 if (lookup->comments) {
192 void (*dighost_comments)(dig_lookup_t *lookup, const char *format,
198 void (*dighost_trying)(char *frm, dig_lookup_t *lookup);
206 _cancel_lookup(dig_lookup_t *lookup, const char *file, unsigned int line);
447 * Create a server structure, which is part of the lookup structure.
578 * Create an empty lookup structure, which holds all the information needed
675 * Clone a lookup, perhaps copying the server list. This does not clone
677 * function, nor does it queue up the new lookup for processing.
837 * Requeue a lookup for further processing, perhaps copying the serve
1522 dig_lookup_t *lookup = NULL; local
1669 dig_lookup_t *lookup = *lookupp; local
1735 dig_lookup_t *lookup = NULL; local
1812 dig_lookup_t *lookup = current_lookup; local
1847 dig_lookup_t *lookup = NULL; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
x509_dup_cert_test.c 21 X509_LOOKUP *lookup = NULL; local
25 && TEST_ptr(lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file()))
26 && TEST_true(X509_load_cert_file(lookup, cert_f, X509_FILETYPE_PEM))
27 && TEST_true(X509_load_cert_file(lookup, cert_f, X509_FILETYPE_PEM)))
x509_load_cert_file_test.c 21 X509_LOOKUP *lookup = NULL; local
26 || !TEST_ptr(lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file()))
27 || !TEST_true(X509_load_cert_file(lookup, chain, X509_FILETYPE_PEM))
40 if (crl != NULL && !TEST_true(X509_load_crl_file(lookup, crl, X509_FILETYPE_PEM)))
  /src/external/ibm-public/postfix/dist/src/util/
name_code.c 33 /* The lookup is case insensitive. The flags argument specifies
70 int (*lookup) (const char *, const char *);
73 lookup = strcmp;
75 lookup = strcasecmp;
78 if (lookup(name, np->name) == 0)
  /src/crypto/external/bsd/openssl/dist/test/
x509_dup_cert_test.c 22 X509_LOOKUP *lookup = NULL; local
26 && TEST_ptr(lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file()))
27 && TEST_true(X509_load_cert_file(lookup, cert_f, X509_FILETYPE_PEM))
28 && TEST_true(X509_load_cert_file(lookup, cert_f, X509_FILETYPE_PEM)))
  /src/crypto/external/bsd/openssl.old/dist/test/
x509_dup_cert_test.c 22 X509_LOOKUP *lookup = NULL; local
26 && TEST_ptr(lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file()))
27 && TEST_true(X509_load_cert_file(lookup, cert_f, X509_FILETYPE_PEM))
28 && TEST_true(X509_load_cert_file(lookup, cert_f, X509_FILETYPE_PEM)))
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/
gmonster1-null-lookup.exp 16 # Measure speed of lookup of a symbol that doesn't exist.
24 GenPerfTest::standard_run_driver gmonster1.exp make_testcase_config gmonster-null-lookup.py NullLookup
gmonster2-null-lookup.exp 16 # Measure speed of lookup of a symbol that doesn't exist
25 GenPerfTest::standard_run_driver gmonster2.exp make_testcase_config gmonster-null-lookup.py NullLookup
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.perf/
gmonster1-null-lookup.exp 16 # Measure speed of lookup of a symbol that doesn't exist.
24 GenPerfTest::standard_run_driver gmonster1.exp make_testcase_config gmonster-null-lookup.py NullLookup
gmonster2-null-lookup.exp 16 # Measure speed of lookup of a symbol that doesn't exist
25 GenPerfTest::standard_run_driver gmonster2.exp make_testcase_config gmonster-null-lookup.py NullLookup
  /src/external/ibm-public/postfix/dist/src/cleanup/
cleanup_map1n.c 17 /* This module implements one-to-many table mapping via table lookup.
29 /* When table lookup fails, the alias is not expanded and the
83 ARGV *lookup; local
99 * Rewrite the address vector in place. With each map lookup result,
142 if ((lookup = mail_addr_map_internal(maps, argv->argv[arg],
145 for (i = 0; i < lookup->argc; i++) {
146 if (strlen(lookup->argv[i]) > var_virt_addrlen_limit) {
149 state->queue_id, maps->title, lookup->argv[i]);
156 UPDATE(argv->argv[arg], lookup->argv[i]);
158 argv_add(argv, lookup->argv[i], ARGV_END)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
typed-splay-tree.cc 54 ASSERT_EQ (1, t.lookup ("a"));
55 ASSERT_EQ (2, t.lookup ("b"));
56 ASSERT_EQ (3, t.lookup ("c"));
  /src/external/gpl3/gcc.old/dist/gcc/
typed-splay-tree.cc 54 ASSERT_EQ (1, t.lookup ("a"));
55 ASSERT_EQ (2, t.lookup ("b"));
56 ASSERT_EQ (3, t.lookup ("c"));
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
sdb.h 49 * A simple database lookup in progress. This is an opaque type.
60 dns_sdblookup_t *lookup,
66 dns_sdblookup_t *lookup,
84 dns_sdblookupfunc_t lookup; member in struct:dns_sdbmethods
116 * function 'lookup', passing it a printable zone name 'zone', a printable
119 * argument to 'lookup' and 'authority' is an opaque pointer to be passed to
122 * The lookup function returns the lookup results to the name server
124 * the return value of the lookup function should be ISC_R_SUCCESS.
125 * If the domain name 'name' does not exist, the lookup function shoul
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
CodeExpansions.h 32 std::string lookup(StringRef Variable) const { function in class:llvm::CodeExpansions
33 return Expansions.lookup(Variable);
  /src/usr.bin/make/unit-tests/
suff-lookup.exp 48 Wildcard expanding "suff-lookup.cc"...suffix is ".cc"...
49 SuffFindDeps "suff-lookup.cc"
50 trying suff-lookup.ccc...not there
51 trying suff-lookup.c...not there
52 trying suff-lookup.short...not there
53 trying suff-lookup.sho...got it
54 applying .sho -> .c to "suff-lookup.c"
55 applying .c -> .ccc to "suff-lookup.ccc"
56 applying .ccc -> .cc to "suff-lookup.cc"
60 SuffFindDeps "suff-lookup.sho
    [all...]
  /src/external/bsd/kyua-cli/dist/utils/config/
lua_module_test.cpp 141 ATF_REQUIRE_EQ(true, tree.lookup< config::bool_node >("top_boolean"));
142 ATF_REQUIRE_EQ(12345, tree.lookup< config::int_node >("top_integer"));
143 ATF_REQUIRE_EQ("a foo", tree.lookup< config::string_node >("top_string"));
160 ATF_REQUIRE_EQ(100, tree.lookup< config::int_node >("first"));
161 ATF_REQUIRE_EQ(200, tree.lookup< config::int_node >("second"));
177 ATF_REQUIRE_EQ(200, tree.lookup< config::int_node >("first"));
194 ATF_REQUIRE_EQ(1500, tree.lookup< config::int_node >("first"));
215 ATF_REQUIRE_EQ(true, tree.lookup< config::bool_node >("root.boolean"));
216 ATF_REQUIRE_EQ(12345, tree.lookup< config::int_node >("root.a.integer"));
217 ATF_REQUIRE_EQ("a foo", tree.lookup< config::string_node >("root.string"))
    [all...]
  /src/usr.bin/rdist/
Makefile 8 SRCS= docmd.c expand.c gram.y lookup.c main.c server.c
  /src/usr.sbin/ypserv/revnetgroup/
hash.h 63 char *lookup(struct group_entry **, const char *);

Completed in 25 milliseconds

1 2 3 4 5 6 7 8 91011>>