Searched refs:queries (Results 1 - 20 of 20) sorted by relevance

/openbsd-current/usr.sbin/unbound/libunbound/
H A Dcontext.c145 while(rbtree_search(&ctx->queries, &ctx->next_querynum)) {
190 (void)rbtree_insert(&ctx->queries, &q->node);
289 (void)rbtree_insert(&ctx->queries, &q->node);
303 q = (struct ctx_query*)rbtree_search(&ctx->queries, &querynum);
358 q = (struct ctx_query*)rbtree_search(&ctx->queries, &id);
412 q = (struct ctx_query*)rbtree_search(&ctx->queries, &id);
H A Dcontext.h62 * qq : write queries to the async service pid/tid.
136 /** number of async queries outstanding */
139 * Tree of outstanding queries. Indexed by querynum
145 rbtree_type queries; member in struct:ub_ctx
149 * The queries outstanding for the libunbound resolver.
228 * @param cbarg: user arg for async queries.
H A Dlibunbound.c39 * This file contains functions to resolve DNS queries and
177 rbtree_init(&ctx->queries, &context_query_cmp);
393 traverse_postorder(&ctx->queries, delq, NULL);
633 (void)rbtree_delete(&ctx->queries, q->node.key);
767 (void)rbtree_delete(&ctx->queries, q->node.key);
779 (void)rbtree_delete(&ctx->queries, q->node.key);
869 (void)rbtree_delete(&ctx->queries, q->node.key);
897 q = (struct ctx_query*)rbtree_search(&ctx->queries, &async_id);
908 (void)rbtree_delete(&ctx->queries, q->node.key);
H A Dlibworker.c668 (void)rbtree_delete(&ctx->queries, q->node.key);
766 (void)rbtree_delete(&w->ctx->queries, q->node.key);
792 (void)rbtree_delete(&ctx->queries, q->node.key);
/openbsd-current/sbin/unwind/libunbound/libunbound/
H A Dcontext.c145 while(rbtree_search(&ctx->queries, &ctx->next_querynum)) {
190 (void)rbtree_insert(&ctx->queries, &q->node);
289 (void)rbtree_insert(&ctx->queries, &q->node);
303 q = (struct ctx_query*)rbtree_search(&ctx->queries, &querynum);
358 q = (struct ctx_query*)rbtree_search(&ctx->queries, &id);
412 q = (struct ctx_query*)rbtree_search(&ctx->queries, &id);
H A Dcontext.h62 * qq : write queries to the async service pid/tid.
136 /** number of async queries outstanding */
139 * Tree of outstanding queries. Indexed by querynum
145 rbtree_type queries; member in struct:ub_ctx
149 * The queries outstanding for the libunbound resolver.
228 * @param cbarg: user arg for async queries.
H A Dlibunbound.c39 * This file contains functions to resolve DNS queries and
177 rbtree_init(&ctx->queries, &context_query_cmp);
393 traverse_postorder(&ctx->queries, delq, NULL);
633 (void)rbtree_delete(&ctx->queries, q->node.key);
767 (void)rbtree_delete(&ctx->queries, q->node.key);
779 (void)rbtree_delete(&ctx->queries, q->node.key);
869 (void)rbtree_delete(&ctx->queries, q->node.key);
897 q = (struct ctx_query*)rbtree_search(&ctx->queries, &async_id);
908 (void)rbtree_delete(&ctx->queries, q->node.key);
H A Dlibworker.c668 (void)rbtree_delete(&ctx->queries, q->node.key);
766 (void)rbtree_delete(&w->ctx->queries, q->node.key);
792 (void)rbtree_delete(&ctx->queries, q->node.key);
/openbsd-current/usr.sbin/unbound/testcode/
H A Dunitauth.c153 /** queries for example.com: zone, query, flags, answer. end with NULL */
954 /** check queries on a loaded zone */
956 check_az_q_ans(struct auth_zones* az, struct q_ans* queries) argument
964 for(q=queries; q->zone; q++) {
974 /** check queries for a zone are returned as specified */
976 check_queries(const char* name, const char* zone, struct q_ans* queries) argument
981 if(vbmp) printf("check queries %s\n", name);
986 if(!z) fatal_exit("could not read zone for queries test");
989 /* run queries and test them */
990 check_az_q_ans(az, queries);
[all...]
/openbsd-current/usr.sbin/nsd/
H A Dserver.c203 static struct query *queries[NUM_RECV_PER_SELECT]; variable in typeref:struct:query
261 * The number of queries handled by this specific TCP connection.
271 * If the connection is allowed to have further queries on it.
305 * Handle incoming queries on the UDP server sockets.
321 * Handle incoming queries on a TCP connection. The TCP connections
343 * Handle incoming queries on a TLS over TCP connection. The TLS
2668 /* Start the child processes that handle incoming queries */
3275 queries[i] = query_create(nsd->server_region,
3278 query_reset(queries[i], UDP_MAX_MESSAGE_LEN, 0);
3279 iovecs[i].iov_base = buffer_begin(queries[
[all...]
H A Dconfigure1491 --with-user=username User name or ID to answer the queries with
/openbsd-current/gnu/usr.bin/perl/dist/Dumpvalue/lib/
H A DDumpvalue.pm597 Later in the life of the object the methods may be queries with get()
/openbsd-current/gnu/usr.bin/perl/ext/I18N-Langinfo/
H A DLanginfo.pm90 The langinfo() function queries various locale information that can be
/openbsd-current/gnu/usr.bin/perl/
H A Dconfig_h.SH1567 * available to close whatever was being used for host queries.
1573 * available to close whatever was being used for network queries.
1579 * available to close whatever was being used for protocol queries.
1591 * available to close whatever was being used for service queries.
/openbsd-current/gnu/usr.bin/perl/cpan/Win32API-File/
H A DFile.pm1274 C<DeviceIoControl> to perform miscellaneous queries and operations
1287 C<DeviceIoControl> to perform miscellaneous queries and operations
1303 C<DeviceIoControl> to perform miscellaneous queries and operations
/openbsd-current/gnu/usr.bin/perl/cpan/Win32/
H A DWin32.pm1280 If the optional PID parameter is omitted, the function queries the current
/openbsd-current/gnu/usr.bin/perl/os2/OS2/OS2-Process/
H A DProcess.pm1398 these functions take $hwnd as an argument. IsWindowEnabled() queries
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DFirstTime.pm645 from the CPAN and CPAN.pm that speeds up metadata queries and reduces
/openbsd-current/gnu/usr.bin/perl/dist/Storable/
H A DStorable.pm673 creating lookup tables for complicated queries.
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/
H A DCPAN.pm1651 The examples illustrate several aspects: the first three queries

Completed in 260 milliseconds