Home
last modified time | relevance | path

Searched defs:query (Results 1 – 25 of 151) sorted by relevance

1234567

/netbsd-src/external/bsd/nsd/dist/
H A Dquery.h32 struct query { struct
39 * The address the query was received from. argument
60 * Maximum supported query size. argument
72 /* TSIG record information and running hash for query-response */ argument
82 /* Normalized query domain name. */ argument
89 /* The zone used to answer the query. */ argument
90 zone_type *zone;
116 * query name when generated from a wildcard record. argument
121 /* number of temporary domains used for the query */ argument
122 size_t number_temporary_domains;
[all …]
H A Drrl.c150 static uint64_t rrl_get_source(query_type* query, uint16_t* c2) in rrl_get_source()
242 static uint16_t rrl_classify(query_type* query, const uint8_t** d, in rrl_classify()
306 static void examine_query(query_type* query, uint32_t* hash, uint64_t* source, in examine_query()
354 rrl_msg(query_type* query, const char* str) in rrl_msg()
382 uint32_t rrl_update(query_type* query, uint32_t hash, uint64_t source, in rrl_update()
456 int rrl_process_query(query_type* query) in rrl_process_query()
477 query_state_type rrl_slip(query_type* query)
H A Dquery.c167 query_formerr (struct query *query, nsd_type* nsd) in query_formerr()
181 query_type *query = (query_type *) data; in query_cleanup() local
189 query_type *query in query_create() local
312 process_query_section(query_type *query) in process_query_section()
421 answer_notify(struct nsd* nsd, struct query *query) in answer_notify()
679 add_additional_rrsets(struct query *query, answer_type *answer, in add_additional_rrsets()
738 answer_needs_ns(struct query* query) in answer_needs_ns()
748 add_rrset(struct query *query, in add_rrset()
920 answer_delegation(query_type *query, answer_type *answer) in answer_delegation()
958 answer_soa(struct query *query, answer_type *answer) in answer_soa()
[all …]
H A Dnsec3.c861 nsec3_add_rrset(struct query* query, struct answer* answer, in nsec3_add_rrset()
873 nsec3_add_nonexist_proof(struct query* query, struct answer* answer, in nsec3_add_nonexist_proof()
933 struct query* query, struct answer* answer, in nsec3_add_closest_encloser_proof()
947 nsec3_answer_wildcard(struct query *query, struct answer *answer, in nsec3_answer_wildcard()
958 nsec3_add_ds_proof(struct query *query, struct answer *answer, in nsec3_add_ds_proof()
1013 nsec3_answer_nodata(struct query* query, struct answer* answer, in nsec3_answer_nodata()
1080 nsec3_answer_delegation(struct query *query, struct answer *answer) in nsec3_answer_delegation()
1108 nsec3_answer_authoritative(struct domain** match, struct query *query, in nsec3_answer_authoritative()
H A Dedns.c83 edns_record_type* edns, struct query* query, nsd_type* nsd) in edns_handle_option()
128 query_type* query, nsd_type* nsd) in edns_parse_record()
/netbsd-src/external/mpl/bind/dist/bin/tools/
H A Dmdig.c125 struct query { global() struct
149 udpretriesquery global() argument
194 dns_message_t *query = NULL, *response = NULL; recvresponse() local
581 sendquery(struct query * query,isc_task_t * task) sendquery() argument
769 struct query *query = (struct query *)event->ev_arg; sendqueries() local
938 newopts(struct query * query) newopts() argument
952 save_opt(struct query * query,char * code,char * value) save_opt() argument
1132 plus_option(char * option,struct query * query,bool global) plus_option() argument
1658 dash_option(const char * option,char * next,struct query * query,bool global,bool * setname) dash_option() argument
1814 struct query *query; clone_default_query() local
1897 struct query *query = NULL; parse_args() local
2095 struct query *query = NULL; main() local
[all...]
/netbsd-src/external/bsd/kyua-cli/dist/cli/
H A Dcmd_db_exec_test.cpp67 sqlite::statement query = db.create_statement("SELECT * FROM test"); in do_format_cell_test() local
124 sqlite::statement query = db.create_statement( in ATF_TEST_CASE_BODY() local
146 sqlite::statement query = db.create_statement("SELECT * FROM test"); in ATF_TEST_CASE_BODY() local
/netbsd-src/external/bsd/mdocml/dist/
H A Dcgi.c50 struct query { struct
54 char *query; /* unparsed query expression */ argument
59 struct query q; argument
958 char *query, *rp, *wp; in pg_search() local
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dverify_clnt.c218 static void query(char *query, VSTRING *buf) in query() argument
237 static void update(char *query) in update()
H A Ddict_sqlite.c86 char *query; /* db_common_expand() query */ member
138 static VSTRING *query; in dict_sqlite_lookup() local
H A Ddict_pgsql.c137 char *query; member
256 static VSTRING *query; in dict_pgsql_lookup() local
469 VSTRING *query, in plpgsql_query()
633 VSTRING *query; in pgsql_parse_config() local
/netbsd-src/external/mpl/bind/dist/contrib/dlz/modules/mysqldyn/
H A Ddlz_mysqldyn_mod.c
/netbsd-src/external/bsd/libbind/dist/resolv/
H A Dres_debug.h25 # define DprintQ(cond, args, query, size) /*empty*/ argument
30 # define DprintQ(cond, args, query, size) if (cond) {\ argument
/netbsd-src/lib/libc/resolv/
H A Dres_debug.h25 # define DprintQ(cond, args, query, size) /*empty*/ argument
30 # define DprintQ(cond, args, query, size) if (cond) {\ argument
/netbsd-src/sys/kern/
H A Dsubr_thmap.c361 hashval_init(thmap_query_t *query, const uint8_t seed[static HASHVAL_SEEDLEN], in hashval_init()
378 hashval_getslot(thmap_query_t *query, const void * restrict key, size_t len) in hashval_getslot()
405 hashval_getl0slot(const thmap_t *thmap, const thmap_query_t *query, in hashval_getl0slot()
553 root_try_put(thmap_t *thmap, const thmap_query_t *query, thmap_leaf_t *leaf) in root_try_put()
603 find_edge_node(const thmap_t *thmap, thmap_query_t *query, in find_edge_node()
651 find_edge_node_locked(const thmap_t *thmap, thmap_query_t *query, in find_edge_node_locked()
696 thmap_query_t query; in thmap_get() local
725 thmap_query_t query; in thmap_put() local
855 thmap_query_t query; in thmap_del() local
/netbsd-src/external/bsd/kyua-cli/dist/store/
H A Ddbtypes_test.cpp69 sqlite::statement query = db.create_statement("SELECT * FROM test"); in do_ok_test() local
95 sqlite::statement query = db.create_statement("SELECT * FROM test"); in do_invalid_test() local
/netbsd-src/games/robots/
H A Dquery.c49 query(const char *prompt) in query() function
/netbsd-src/external/mpl/bind/dist/bin/tests/system/tkey/
H A Dkeydelete.c
H A Dkeycreate.c
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dresolver.c230 typedef struct query { struct
244 ISC_LINK(struct query) link; argument
266 #define VALID_QUERY(query) ISC_MAGIC_VALID(query, QUERY_MAGIC) argument
742 resquery_t *query; member
1232 resquery_t *query; in resquery_destroy() local
1269 update_edns_stats(resquery_t *query) { in update_edns_stats()
1287 resquery_t *query; in fctx_cancelquery() local
1524 resquery_t *query, *next_query; in fctx_cancelqueries() local
1916 process_sendevent(resquery_t *query, isc_event_t *event) { in process_sendevent()
1994 resquery_t *query = event->ev_arg; in resquery_udpconnected() local
[all …]
/netbsd-src/external/gpl3/gcc/dist/maintainer-scripts/
H A Dbugzilla-close-candidate.py63 def get_bugs(query): argument
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dresolver.c270 typedef struct query { global() struct
283 dispentryquery global() argument
301 VALID_QUERY(query) global() argument
778 resquery_t *query; global() member
1198 resquery_destroy(resquery_t * query) resquery_destroy() argument
1251 resquery_t *query = NULL; resquery_detach() local
1269 update_edns_stats(resquery_t * query) update_edns_stats() argument
1315 resquery_t *query = NULL; fctx_cancelquery() local
1555 resquery_t *query = NULL, *next_query = NULL; fctx_cancelqueries() local
1901 resquery_t *query = (resquery_t *)arg; resquery_senddone() local
2043 resquery_timeout(resquery_t * query) resquery_timeout() argument
2107 resquery_t *query = NULL; fctx_query() local
2406 add_serveraddr(uint8_t * buf,const size_t bufsize,const resquery_t * query) add_serveraddr() argument
2418 compute_cc(const resquery_t * query,uint8_t * cookie,const size_t len) compute_cc() argument
2457 resquery_send(resquery_t * query) resquery_send() argument
2922 resquery_t *query = (resquery_t *)arg; resquery_connected() local
7584 log_nsid(isc_buffer_t * opt,size_t nsid_len,resquery_t * query,int level,isc_mem_t * mctx) log_nsid() argument
7671 resquery_t *query = (resquery_t *)arg; resquery_response() local
8081 rctx_respinit(resquery_t * query,fetchctx_t * fctx,isc_result_t result,isc_region_t * region,respctx_t * rctx) rctx_respinit() argument
8245 resquery_t *query = rctx->query; rctx_parse() local
8329 resquery_t *query = rctx->query; rctx_opt() local
8415 resquery_t *query = rctx->query; rctx_edns() local
8494 resquery_t *query = rctx->query; rctx_answer() local
9908 resquery_t *query = rctx->query; rctx_done() local
10047 resquery_t *query = rctx->query; rctx_badserver() local
10168 resquery_t *query = rctx->query; rctx_lameserver() local
[all...]
/netbsd-src/external/gpl3/gcc.old/dist/maintainer-scripts/
H A Dbugzilla-close-candidate.py50 def get_bugs(api_key, query): argument
/netbsd-src/external/gpl2/groff/dist/src/include/
H A Dsearch.h64 char *query; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-range-fold.h124 inline range_query *query () { return m_query; } in query() function

1234567