Home
last modified time | relevance | path

Searched refs:queries (Results 1 – 25 of 91) sorted by relevance

1234

/freebsd/crypto/openssl/test/
H A Dproperty_test.c422 } queries[] = { in test_property() local
456 for (i = 0; i < OSSL_NELEM(queries); i++) { in test_property()
461 queries[i].nid, queries[i].prop, in test_property()
463 || !TEST_str_eq((char *)result, queries[i].expected)) { in test_property()
473 for (i = 0; i < OSSL_NELEM(queries); i++) { in test_property()
477 if (queries[i].prov == &fake_prov1) { in test_property()
479 queries[i].nid, in test_property()
480 queries[i].prop, in test_property()
483 || !TEST_str_eq((char *)result, queries[i].expected)) { in test_property()
490 queries[i].nid, in test_property()
[all …]
/freebsd/crypto/openssl/crypto/property/
H A DREADME.md22 * ... property queries are very common. These must be fast.
24 * Property queries come from a small set and are reused many times typically.
25 I.e. an application tends to use the same set of queries over and over,
26 rather than spanning a wide variety of queries.
28 * Property queries can never add new property definitions.
32 * That definition is uncommon and queries are very common, we can treat
79 against a definition and merging two queries into a single larger query.
/freebsd/contrib/unbound/doc/
H A Drequirements.txt17 structure for queries.
30 fingerprints on data sets, the Iterator that sends queries to the
32 data from previous queries. The networking and query management code
100 additional section'). And will then be used for sending queries to. It
103 cache. Since A and AAAA queries are not synthesized by the unbound cache,
116 then be used to send queries to. And fake answers may be returned.
179 o the access control denies queries before any other processing.
180 This denies queries that are not authoritative, or version.bind, or any.
182 queries and get answers from the cache).
211 If many queries are made, and they are made to names for which the
[all …]
H A Dexample.conf.in49 # specify the interfaces to answer queries from by ip-address.
60 # enable this feature to copy the source address of queries to reply.
68 # port to answer queries from
71 # specify the interfaces to send outgoing queries to authoritative
79 # upstream queries. Uses freebind option (Linux).
92 # num-queries-per-thread, or, use as many as the OS will allow you.
96 # making outgoing queries, using an outgoing interface.
100 # making outgoing queries, using an outgoing interface.
122 # use SO_REUSEPORT to distribute queries over threads.
165 # the number of queries that a thread gets to service.
[all …]
H A DFEATURES26 type ANY queries are supported, class ANY queries are supported.
63 Multiple queries can be made over a TCP stream.
H A DTODO50 * multiple queries per question, server exploration, server selection.
51 * support TSIG on queries, for validating resolver deployment.
67 - for fwds, send queries to N servers in fwd-list, use first reply.
H A DChangelog303 These queries have no waiting client but they need to be treated as
823 - Fix edns subnet so that queries with a source prefix of zero cause
913 The acl option `allow_cookie` allows queries with either a valid
917 value determines a rate limit for queries with cookies, if desired.
932 - Fix to use the now cached EDE, if any, for CD_bit queries.
995 - Merge #802: add validation EDEs to queries where the CD bit is set.
1166 queries for specific zones.
1186 RD=0 queries to a forwarder, they still get answered from cache.
1198 - Fix #823: Response change to NODATA for some ANY queries since
1393 queries for answers from cache if from a query with sourcemask 0.
[all …]
H A DREADME.tests11 * dig - from the bind-tools package. Used to send DNS queries.
/freebsd/contrib/unbound/contrib/
H A Dunbound_munin_81 unbound_munin_by_type - incoming queries by type
82 unbound_munin_by_class - incoming queries by class
83 unbound_munin_by_opcode - incoming queries by opcode
85 unbound_munin_by_flags - incoming queries by flags
454 sed -e 's/=.*//'` total.num.queries \
457 num.query.ipv6 unwanted.queries \
H A Ddrop-tld.diff27 /** deny queries of type ANY with an empty answer */
29 + /** Drop TLD queries from clients **/
H A Daaaa-filter-iterator.patch12 +explicit AAAA queries, when no A records have been confirmed.
192 + * ASN: Do final processing on responses to A queries originated from AAAA
193 + * queries. Events reach this state after the iterative resolution algorithm
299 /** number of queries that have been ratelimited */
305 + * This state is responsible for intercepting AAAA queries,
326 /** list of pending queries to authoritative servers. */
H A Dparseunbound.pl84 $allstats{$inthread}->{queries} = $1;
/freebsd/contrib/unbound/libunbound/
H A Dcontext.c147 while(rbtree_search(&ctx->queries, &ctx->next_querynum)) { in find_id()
192 (void)rbtree_insert(&ctx->queries, &q->node); in context_new()
291 (void)rbtree_insert(&ctx->queries, &q->node); in context_deserialize_new_query()
305 q = (struct ctx_query*)rbtree_search(&ctx->queries, &querynum); in context_lookup_new_query()
360 q = (struct ctx_query*)rbtree_search(&ctx->queries, &id); in context_deserialize_answer()
414 q = (struct ctx_query*)rbtree_search(&ctx->queries, &id); in context_deserialize_cancel()
H A Dlibunbound.c177 rbtree_init(&ctx->queries, &context_query_cmp); in ub_ctx_create_nopipe()
399 traverse_postorder(&ctx->queries, delq, NULL); in ub_ctx_delete()
639 (void)rbtree_delete(&ctx->queries, q->node.key); in process_answer_detail()
773 (void)rbtree_delete(&ctx->queries, q->node.key); in ub_resolve()
785 (void)rbtree_delete(&ctx->queries, q->node.key); in ub_resolve()
875 (void)rbtree_delete(&ctx->queries, q->node.key); in ub_resolve_async()
903 q = (struct ctx_query*)rbtree_search(&ctx->queries, &async_id); in ub_cancel()
914 (void)rbtree_delete(&ctx->queries, q->node.key); in ub_cancel()
H A Dcontext.h145 rbtree_type queries; member
/freebsd/contrib/libcbor/doc/source/api/
H A Ditem_types.rst15 Binary queries
32 Logical queries
/freebsd/contrib/openresolv/
H A DREADME.md52 In this instance, queries for foo.com will go to 1.2.3.4 and queries for
/freebsd/share/examples/ipfilter/rules/
H A Dtcpstate9 # allow nameserver queries and replies to pass through, but no other UDP
/freebsd/contrib/googletest/
H A Dfake_fuchsia_sdk.bzl3 This is needed since bazel queries on targets that depend on //:gtest (eg:
/freebsd/crypto/openssl/doc/man7/
H A Dproperty.pod73 The full syntax for property queries appears below, but the available syntactic
123 exactly equivalent to "my.property=yes" in both definitions and queries.
130 Where both the context and local queries include a clause with the same name,
/freebsd/crypto/openssl/demos/certs/
H A DREADME.txt17 The script ocspquery.sh queries the status of the certificates using the
/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_digestsign_supports_digest.pod15 The EVP_PKEY_digestsign_supports_digest() function queries whether the message
/freebsd/contrib/unbound/util/
H A Dconfiglexer.lex240 max-reuse-tcp-queries{COLON} { YDVAR(1, VAR_MAX_REUSE_TCP_QUERIES) }
313 num-queries-per-thread{COLON} { YDVAR(1, VAR_NUM_QUERIES_PER_THREAD) }
319 harden-large-queries{COLON} { YDVAR(1, VAR_HARDEN_LARGE_QUERIES) }
438 log-queries{COLON} { YDVAR(1, VAR_LOG_QUERIES) }
562 pad-queries{COLON} { YDVAR(1, VAR_PAD_QUERIES) }
563 pad-queries-block-size{COLON} { YDVAR(1, VAR_PAD_QUERIES_BLOCK_SIZE) }
/freebsd/contrib/ntp/sntp/
H A Dsntp-opts.def85 @code{ntpd}, and therefore @code{sntp} will send queries to these IPs
90 different machines, so we can send concurrent queries.
106 separate the queries we send out by the specified number of
/freebsd/crypto/openssl/doc/internal/man3/
H A DOSSL_METHOD_STORE.pod84 ossl_method_store_fetch() queries I<store> for a method identified by I<nid>
96 ossl_method_store_cache_get() queries the cache associated with the I<store>

1234