Searched refs:query (Results 1 - 25 of 184) sorted by relevance

12345678

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dgas_query_ap.c2 * Generic advertisement service (GAS) query (hostapd)
25 /** GAS query timeout in seconds */
28 /* GAS query wait-time / duration in ms */
33 * struct gas_query_pending - Pending GAS query
59 * struct gas_query_ap - Internal GAS query data
73 struct gas_query_pending *query);
88 * gas_query_ap_init - Initialize GAS query component
90 * Returns: Pointer to GAS query data or %NULL on failure
130 static void gas_query_free(struct gas_query_pending *query, int del_list) argument
133 dl_list_del(&query
142 gas_query_done(struct gas_query_ap *gas, struct gas_query_pending *query, enum gas_query_ap_result result) argument
168 struct gas_query_pending *query, *next; local
194 gas_query_append(struct gas_query_pending *query, const u8 *data, size_t len) argument
209 struct gas_query_pending *query; local
258 gas_query_tx(struct gas_query_ap *gas, struct gas_query_pending *query, struct wpabuf *req, unsigned int wait_time) argument
280 gas_query_tx_comeback_req(struct gas_query_ap *gas, struct gas_query_pending *query) argument
308 struct gas_query_pending *query = user_ctx; local
337 struct gas_query_pending *query = user_ctx; local
345 gas_query_tx_comeback_req_delay(struct gas_query_ap *gas, struct gas_query_pending *query, u16 comeback_delay) argument
361 gas_query_rx_initial(struct gas_query_ap *gas, struct gas_query_pending *query, const u8 *adv_proto, const u8 *resp, size_t len, u16 comeback_delay) argument
393 gas_query_rx_comeback(struct gas_query_ap *gas, struct gas_query_pending *query, const u8 *adv_proto, const u8 *resp, size_t len, u8 frag_id, u8 more_frags, u16 comeback_delay) argument
469 struct gas_query_pending *query; local
603 struct gas_query_pending *query = user_ctx; local
626 gas_query_tx_initial_req(struct gas_query_ap *gas, struct gas_query_pending *query) argument
682 struct gas_query_pending *query; local
[all...]
H A Dieee802_11_auth.c137 static void hostapd_acl_query_free(struct hostapd_acl_query_data *query) argument
139 if (query == NULL)
141 os_free(query->auth_msg);
142 os_free(query);
148 struct hostapd_acl_query_data *query)
153 query->radius_id = radius_client_get_id(hapd->radius);
154 msg = radius_msg_new(RADIUS_CODE_ACCESS_REQUEST, query->radius_id);
247 * @is_probe_req: Whether this query for a Probe Request frame
284 struct hostapd_acl_query_data *query;
305 query
147 hostapd_radius_acl_query(struct hostapd_data *hapd, const u8 *addr, struct hostapd_acl_query_data *query) argument
519 struct hostapd_acl_query_data *query, *prev; local
671 struct hostapd_acl_query_data *query, *prev; local
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dgas_query.c2 * Generic advertisement service (GAS) query
26 /** GAS query timeout in seconds */
29 /* GAS query wait-time / duration in ms */
34 * struct gas_query_pending - Pending GAS query
61 * struct gas_query - Internal GAS query data
78 struct gas_query_pending *query);
93 * gas_query_init - Initialize GAS query component
95 * Returns: Pointer to GAS query data or %NULL on failure
135 static void gas_query_free(struct gas_query_pending *query, int del_list) argument
137 struct gas_query *gas = query
154 gas_query_done(struct gas_query *gas, struct gas_query_pending *query, enum gas_query_result result) argument
182 struct gas_query_pending *query, *next; local
208 gas_query_append(struct gas_query_pending *query, const u8 *data, size_t len) argument
226 struct gas_query_pending *query; local
285 gas_query_tx(struct gas_query *gas, struct gas_query_pending *query, struct wpabuf *req, unsigned int wait_time) argument
326 gas_query_tx_comeback_req(struct gas_query *gas, struct gas_query_pending *query) argument
354 struct gas_query_pending *query = user_ctx; local
383 struct gas_query_pending *query = user_ctx; local
391 gas_query_tx_comeback_req_delay(struct gas_query *gas, struct gas_query_pending *query, u16 comeback_delay) argument
412 gas_query_rx_initial(struct gas_query *gas, struct gas_query_pending *query, const u8 *adv_proto, const u8 *resp, size_t len, u16 comeback_delay) argument
444 gas_query_rx_comeback(struct gas_query *gas, struct gas_query_pending *query, const u8 *adv_proto, const u8 *resp, size_t len, u8 frag_id, u8 more_frags, u16 comeback_delay) argument
522 struct gas_query_pending *query; local
656 struct gas_query_pending *query = user_ctx; local
681 struct gas_query_pending *query = work->ctx; local
709 gas_query_tx_initial_req(struct gas_query *gas, struct gas_query_pending *query) argument
746 gas_query_set_sa(struct gas_query *gas, struct gas_query_pending *query) argument
817 struct gas_query_pending *query; local
864 struct gas_query_pending *query; local
[all...]
H A Dp2p_supplicant_sd.c150 const struct wpabuf *query)
155 len = wpabuf_len(query);
158 if (len == wpabuf_len(bsrv->query) &&
159 os_memcmp(wpabuf_head(query), wpabuf_head(bsrv->query),
241 5 + wpabuf_len(bsrv->query) + wpabuf_len(bsrv->resp))
253 wpabuf_put_buf(resp, bsrv->query); /* Key */
261 static int match_bonjour_query(struct p2p_srv_bonjour *bsrv, const u8 *query, argument
266 if (query_len < 3 || wpabuf_len(bsrv->query) < 3)
268 if (os_memcmp(query
149 wpas_p2p_service_get_bonjour(struct wpa_supplicant *wpa_s, const struct wpabuf *query) argument
288 wpas_sd_req_bonjour(struct wpa_supplicant *wpa_s, struct wpabuf *resp, u8 srv_trans_id, const u8 *query, size_t query_len) argument
395 wpas_sd_req_upnp(struct wpa_supplicant *wpa_s, struct wpabuf *resp, u8 srv_trans_id, const u8 *query, size_t query_len) argument
477 wpas_sd_req_wfd(struct wpa_supplicant *wpa_s, struct wpabuf *resp, u8 srv_trans_id, const u8 *query, size_t query_len) argument
557 wpas_sd_req_asp(struct wpa_supplicant *wpa_s, struct wpabuf *resp, u8 srv_trans_id, const u8 *query, size_t query_len) argument
967 wpas_p2p_sd_request_upnp(struct wpa_supplicant *wpa_s, const u8 *dst, u8 version, const char *query) argument
1208 wpas_p2p_service_add_bonjour(struct wpa_supplicant *wpa_s, struct wpabuf *query, struct wpabuf *resp) argument
1225 wpas_p2p_service_del_bonjour(struct wpa_supplicant *wpa_s, const struct wpabuf *query) argument
[all...]
/freebsd-11-stable/lib/libc/resolv/
H A Dres_debug.h23 # define DprintQ(cond, args, query, size) /*empty*/
28 # define DprintQ(cond, args, query, size) if (cond) {\
30 res_pquery(statp, query, size, stdout);\
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_sa_query.c489 static inline void ib_sa_disable_local_svc(struct ib_sa_query *query) argument
491 query->flags &= ~IB_SA_ENABLE_LOCAL_SERVICE;
511 pr_warn("Couldn't query port\n");
603 * ib_sa_cancel_query - try to cancel an SA query
604 * @id:ID of query to cancel
605 * @query:query pointer to cancel
607 * Try to cancel an SA query. If the id and query don't match up or
608 * the query ha
611 ib_sa_cancel_query(int id, struct ib_sa_query *query) argument
746 alloc_mad(struct ib_sa_query *query, gfp_t gfp_mask) argument
774 free_mad(struct ib_sa_query *query) argument
796 send_mad(struct ib_sa_query *query, int timeout_ms, gfp_t gfp_mask) argument
853 struct ib_sa_path_query *query = local
911 struct ib_sa_path_query *query; local
975 struct ib_sa_service_query *query = local
1031 struct ib_sa_service_query *query; local
1098 struct ib_sa_mcmember_query *query = local
1128 struct ib_sa_mcmember_query *query; local
1190 struct ib_sa_guidinfo_query *query = local
1219 struct ib_sa_guidinfo_query *query; local
1290 struct ib_sa_classport_info_query *query = local
1330 struct ib_sa_classport_info_query *query; local
1402 struct ib_sa_query *query = mad_send_wc->send_buf->context[0]; local
1434 struct ib_sa_query *query; local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dtest_query.in62 ${hxtool} query \
68 ${hxtool} query \
74 ${hxtool} query \
79 ${hxtool} query \
84 ${hxtool} query \
89 ${hxtool} query \
95 ${hxtool} query \
101 ${hxtool} query \
108 ${hxtool} query \
115 ${hxtool} query \
[all...]
H A Dks_p11.c494 CK_ATTRIBUTE *query, int num_query,
518 query[i].pValue = NULL;
521 (session, object, query, num_query));
526 query[i].pValue = malloc(query[i].ulValueLen);
527 if (query[i].pValue == NULL) {
533 (session, object, query, num_query));
539 ret = (*func)(context, p, slot, session, object, ptr, query, num_query);
544 if (query[i].pValue)
545 free(query[
490 iterate_entries(hx509_context context, struct p11_module *p, struct p11_slot *slot, CK_SESSION_HANDLE session, CK_ATTRIBUTE *search_data, int num_search_data, CK_ATTRIBUTE *query, int num_query, int (*func)(hx509_context, struct p11_module *, struct p11_slot *, CK_SESSION_HANDLE session, CK_OBJECT_HANDLE object, void *, CK_ATTRIBUTE *, int), void *ptr) argument
572 CK_ATTRIBUTE query; local
600 collect_private_key(hx509_context context, struct p11_module *p, struct p11_slot *slot, CK_SESSION_HANDLE session, CK_OBJECT_HANDLE object, void *ptr, CK_ATTRIBUTE *query, int num_query) argument
676 collect_cert(hx509_context context, struct p11_module *p, struct p11_slot *slot, CK_SESSION_HANDLE session, CK_OBJECT_HANDLE object, void *ptr, CK_ATTRIBUTE *query, int num_query) argument
[all...]
/freebsd-11-stable/contrib/ldns/
H A Dupdate.c94 ldns_pkt *query, *resp; local
97 query = ldns_pkt_query_new(ldns_rdf_clone(zone), LDNS_RR_TYPE_SOA,
99 if (!query) {
103 ldns_pkt_set_random_id(query);
104 if (ldns_resolver_send_pkt(&resp, r, query) != LDNS_STATUS_OK) {
105 ldns_pkt_free(query);
108 ldns_pkt_free(query);
137 ldns_pkt *query, *resp; local
147 query = ldns_pkt_query_new(fqdn_rdf, LDNS_RR_TYPE_SOA, c, LDNS_RD);
148 if (!query) {
[all...]
/freebsd-11-stable/usr.sbin/pc-sysinstall/
H A DMakefile2 SUBDIR=backend backend-partmanager backend-query conf doc examples
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dstats.c384 query_t *query,
396 info = APR_ARRAY_IDX(query->revisions, revision, revision_info_t*);
430 query_t *query,
442 result = find_representation(&idx, query, &revision_info, rep->revision,
458 if (!svn_fs_fs__use_log_addressing(query->fs))
478 = find_representation(&base_idx, query, NULL,
502 read_noderev(query_t *query,
517 query_t *query,
564 parse_dir(query_t *query, argument
574 SVN_ERR(svn_fs_fs__rep_contents_dir(&entries, query
383 find_representation(int *idx, query_t *query, revision_info_t **revision_info, svn_revnum_t revision, apr_uint64_t item_index) argument
429 parse_representation(rep_stats_t **representation, query_t *query, representation_t *rep, revision_info_t *revision_info, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
516 read_phsy_noderev(svn_stringbuf_t **noderev, query_t *query, apr_off_t offset, revision_info_t *revision_info, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
607 read_noderev(query_t *query, svn_stringbuf_t *noderev_str, revision_info_t *revision_info, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
684 get_phys_change_count(query_t *query, revision_info_t *revision_info, apr_pool_t *scratch_pool) argument
716 read_phys_revision(query_t *query, revision_info_t *info, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
764 read_phys_pack_file(query_t *query, svn_revnum_t base, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
834 read_phys_revision_file(query_t *query, svn_revnum_t revision, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
946 resolve_representation_refs(query_t *query, apr_array_header_t *rep_refs) argument
998 read_log_rev_or_packfile(query_t *query, svn_revnum_t base, int count, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1144 read_log_pack_file(query_t *query, svn_revnum_t base, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1166 read_log_revision_file(query_t *query, svn_revnum_t revision, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1192 read_revisions(query_t *query, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1339 create_query(query_t **query, svn_fs_t *fs, svn_fs_fs__stats_t *stats, svn_fs_progress_notify_func_t progress_func, void *progress_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1389 query_t *query; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Dstrings-table.c86 DBT *query,
106 db_err = svn_bdb_dbc_get(*cursor, query, &result, DB_SET);
117 "No such string '%s'", (const char *)query->data);
134 db_err = svn_bdb_dbc_get(*cursor, query, &rerun, DB_SET);
153 get_next_length(apr_size_t *length, DBC *cursor, DBT *query)
165 db_err = svn_bdb_dbc_get(cursor, query, &result, DB_NEXT_DUP);
183 db_err = svn_bdb_dbc_get(cursor, query, &rerun, DB_NEXT_DUP);
204 DBT query, result;
208 svn_fs_base__str_to_dbt(&query, key);
210 SVN_ERR(locate_key(&length, &cursor, &query, f
82 locate_key(apr_size_t *length, DBC **cursor, DBT *query, svn_fs_t *fs, trail_t *trail, apr_pool_t *pool) argument
151 get_next_length(apr_size_t *length, DBC *cursor, DBT *query) argument
202 DBT query, result; local
288 DBT query; local
347 DBT query, result; local
375 DBT query, result; local
413 DBT query; local
453 DBT query; local
478 DBT query; local
[all...]
H A Dreps-table.c87 DBT query, result;
92 svn_fs_base__str_to_dbt(&query, key),
121 DBT query, result;
133 svn_fs_base__str_to_dbt(&query, key),
147 DBT query, result;
156 svn_fs_base__str_to_dbt(&query, NEXT_KEY_KEY);
160 (bfd->representations, trail->db_txn, &query,
175 svn_fs_base__str_to_dbt(&query, NEXT_KEY_KEY),
191 DBT query;
196 svn_fs_base__str_to_dbt(&query, ke
85 DBT query, result; local
119 DBT query, result; local
145 DBT query, result; local
189 DBT query; local
[all...]
H A Dchanges-table.c86 DBT query, value;
93 svn_fs_base__str_to_dbt(&query, key);
98 &query, &value, 0));
109 DBT query;
114 svn_fs_base__str_to_dbt(&query, key), 0);
287 DBT query, result;
303 svn_fs_base__str_to_dbt(&query, key);
305 db_err = svn_bdb_dbc_get(cursor, &query, &result, DB_SET);
370 db_err = svn_bdb_dbc_get(cursor, &query, &result, DB_NEXT_DUP);
413 DBT query, resul
84 DBT query, value; local
107 DBT query; local
285 DBT query, result; local
411 DBT query, result; local
[all...]
/freebsd-11-stable/contrib/libstdc++/scripts/
H A Dtestsuite_flags.in29 query=$1
31 case ${query} in
/freebsd-11-stable/contrib/unbound/contrib/
H A Dmetrics.awk29 print "unbound_hits_queries{type=\"num.query.tcp\"} " val["num.query.tcp"];
30 print "unbound_hits_queries{type=\"num.query.tcpout\"} " val["num.query.tcpout"];
31 print "unbound_hits_queries{type=\"num.query.tls\"} " val["num.query.tls"];
32 print "unbound_hits_queries{type=\"num.query.tls.resume\"} " val["num.query.tls.resume"];
33 print "unbound_hits_queries{type=\"num.query.ipv6\"} " val["num.query
[all...]
H A Dunbound_munin_47 # unbound_munin_histogram - histogram of query resolving times
89 unbound_munin_histogram - histogram of query resolving times
114 ABBREV="-e s/total/t/ -e s/thread/t/ -e s/num/n/ -e s/query/q/ -e s/answer/a/ -e s/unwanted/u/ -e s/requestlist/ql/ -e s/type/t/ -e s/class/c/ -e s/opcode/o/ -e s/rcode/r/ -e s/edns/e/ -e s/mem/m/ -e s/cache/c/ -e s/mod/m/"
243 p_config "num.query.tcp" "TCP queries" "ABSOLUTE"
244 p_config "num.query.tcpout" "TCP out queries" "ABSOLUTE"
245 p_config "num.query.tls" "TLS queries" "ABSOLUTE"
246 p_config "num.query.tls.resume" "TLS resumes" "ABSOLUTE"
247 p_config "num.query.ipv6" "IPv6 queries" "ABSOLUTE"
287 for x in `grep "^num.query.type" $state`; do
289 tp=`echo $nm | sed -e s/num.query
[all...]
/freebsd-11-stable/usr.bin/resizewin/
H A Dresizewin.c44 static const char query[] = variable
104 if (write(fd, query, sizeof(query)) != sizeof(query)) {
/freebsd-11-stable/contrib/groff/src/include/
H A Dsearch.h51 linear_searcher(const char *query, int query_len,
62 char *query; member in class:search_list_iterator
65 search_list_iterator(search_list *, const char *query);
/freebsd-11-stable/usr.bin/proccontrol/
H A Dproccontrol.c76 bool enable, do_command, query; local
81 query = false;
106 query = true;
118 if (pid != -1 || query)
125 if (query) {
/freebsd-11-stable/contrib/groff/src/libs/libbib/
H A Dsearch.cpp84 : list(p), ptr(p->list), iter(0), query(strsave(q)),
93 a_delete query; local
101 iter = ptr->make_search_item_iterator(query);
/freebsd-11-stable/usr.sbin/nscd/
H A DMakefile8 config.c query.c mp_ws_query.c mp_rs_query.c singletons.c protocol.c \
/freebsd-11-stable/contrib/apr-util/dbd/unsupported/
H A Dapr_dbd_freetds.c100 /* execute a query that doesn't return a result set, mop up,
103 static RETCODE freetds_exec(DBPROCESS *proc, const char *query, argument
107 RETCODE rv = dbcmd(proc, query);
132 const char *query, int seek)
139 * dbcmd(proc, query);
148 sql->err = freetds_exec(sql->proc, query, 1, NULL);
249 const char *query = dbd_statement(pool, statement, local
251 return dbd_freetds_select(pool, sql, results, query, seek);
273 static int dbd_freetds_query(apr_dbd_t *sql, int *nrows, const char *query);
278 const char *query local
130 dbd_freetds_select(apr_pool_t *pool, apr_dbd_t *sql, apr_dbd_results_t **results, const char *query, int seek) argument
366 dbd_freetds_query(apr_dbd_t *sql, int *nrows, const char *query) argument
394 recurse_args(apr_pool_t *pool, int n, const char *query, apr_dbd_prepared_t *stmt, int offs) argument
450 dbd_freetds_prepare(apr_pool_t *pool, apr_dbd_t *sql, const char *query, const char *label, int nargs, int nvals, apr_dbd_type_e *types, apr_dbd_prepared_t **statement) argument
[all...]
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend-query/
H A DMakefile6 list-tzones.sh query-langs.sh send-logs.sh set-mirror.sh setup-ssh-keys.sh \
10 FILESDIR=${SHAREDIR}/pc-sysinstall/backend-query
/freebsd-11-stable/usr.bin/whois/
H A Dwhois.c118 WHOIS_REFERRAL("descr: region. Please query"), /* AfriNIC */
418 whois(const char *query, const char *hostname, int flags) argument
447 for (q = query; *q != '\0'; q++)
450 fprintf(fp, "-T dn%s %s\r\n", idn ? "" : ",ace", query);
454 fprintf(fp, "--show-handles %s\r\n", query);
456 strchr(query, ' ') != NULL)
457 fprintf(fp, "%s\r\n", query);
459 if (strncasecmp(query, "AS", 2) == 0 &&
460 strspn(query+2, "0123456789") == strlen(query
[all...]

Completed in 153 milliseconds

12345678