Home
last modified time | relevance | path

Searched refs:exact_match (Results 1 - 17 of 17) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvaapi_decode.c438 int profile_count, exact_match, matched_ff_profile, codec_profile; in vaapi_decode_make_config() local
467 exact_match = 0; in vaapi_decode_make_config()
484 exact_match = profile_match; in vaapi_decode_make_config()
491 if (exact_match) in vaapi_decode_make_config()
503 if (!exact_match) { in vaapi_decode_make_config()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dinterworking.h35 const char *domain, int exact_match);
H A Dconfig.h298 int exact_match; member
H A Dinterworking.c2191 const char *domain, int exact_match) in domain_name_list_contains()
2212 if (!exact_match && elen > len && pos[elen - len - 1] == '.') { in domain_name_list_contains()
2333 wpa_printf(MSG_DEBUG, "Interworking: Comparing roaming_partner info fqdn='%s' exact_match=%d priority=%u country='%s'", in roaming_partner_match()
2334 partner->fqdn, partner->exact_match, partner->priority, in roaming_partner_match()
2340 partner->exact_match)) in roaming_partner_match()
2190 domain_name_list_contains(struct wpabuf *domain_names, const char *domain, int exact_match) domain_name_list_contains() argument
H A Dconfig_file.c1004 p->fqdn, p->exact_match, p->priority, in wpa_config_write_cred()
H A Dconfig.c3567 p->exact_match = atoi(pos); in wpa_config_set_cred()
3897 p->fqdn, p->exact_match, p->priority, in wpa_config_get_cred_no_key()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dinterworking.h35 const char *domain, int exact_match);
H A Dconfig.h326 int exact_match; member
H A Dinterworking.c2238 const char *domain, int exact_match) in domain_name_list_contains()
2259 if (!exact_match && elen > len && pos[elen - len - 1] == '.') { in domain_name_list_contains()
2381 "fqdn='%s' exact_match=%d priority=%u country='**'", in roaming_partner_match()
2382 partner->fqdn, partner->exact_match, partner->priority); in roaming_partner_match()
2387 partner->exact_match)) in roaming_partner_match()
2237 domain_name_list_contains(struct wpabuf *domain_names, const char *domain, int exact_match) domain_name_list_contains() argument
H A Dconfig_file.c1007 p->fqdn, p->exact_match, p->priority, in wpa_config_write_cred()
H A Dconfig.c4020 p->exact_match = atoi(pos); in wpa_config_set_cred()
4350 p->fqdn, p->exact_match, p->priority, in wpa_config_get_cred_no_key()
/third_party/node/deps/v8/src/codegen/
H A Dhandler-table.cc235 bool exact_match = result != end && *result == pc_offset; in LookupReturn() local
236 return exact_match ? GetReturnHandler(result.index) : -1; in LookupReturn()
/third_party/nghttp2/lib/
H A Dnghttp2_hd.c548 static nghttp2_hd_entry *hd_map_find(nghttp2_hd_map *map, int *exact_match, in hd_map_find() argument
554 *exact_match = 0; in hd_map_find()
569 *exact_match = 1; in hd_map_find()
1202 int exact_match; in search_hd_table() local
1205 exact_match = 0; in search_hd_table()
1206 ent = hd_map_find(map, &exact_match, nv, token, hash, name_only); in search_hd_table()
1208 if (!exact_match && token >= 0 && token <= NGHTTP2_TOKEN_WWW_AUTHENTICATE) { in search_hd_table()
1218 res.name_value_match = exact_match; in search_hd_table()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_hd.c548 static nghttp2_hd_entry *hd_map_find(nghttp2_hd_map *map, int *exact_match, in hd_map_find() argument
554 *exact_match = 0; in hd_map_find()
569 *exact_match = 1; in hd_map_find()
1202 int exact_match; in search_hd_table() local
1205 exact_match = 0; in search_hd_table()
1206 ent = hd_map_find(map, &exact_match, nv, token, hash, name_only); in search_hd_table()
1208 if (!exact_match && token >= 0 && token <= NGHTTP2_TOKEN_WWW_AUTHENTICATE) { in search_hd_table()
1218 res.name_value_match = exact_match; in search_hd_table()
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack.c789 int *exact_match, in encoder_qpack_map_find()
797 *exact_match = 0; in encoder_qpack_map_find()
817 *exact_match = 1; in encoder_qpack_map_find()
1617 int exact_match = 0; in nghttp3_qpack_encoder_lookup_dtable() local
1620 encoder_qpack_map_find(encoder, &exact_match, &match, &pb_match, nv, token, in nghttp3_qpack_encoder_lookup_dtable()
1625 res.name_value_match = exact_match; in nghttp3_qpack_encoder_lookup_dtable()
788 encoder_qpack_map_find(nghttp3_qpack_encoder *encoder, int *exact_match, nghttp3_qpack_entry **pmatch, nghttp3_qpack_entry **ppb_match, const nghttp3_nv *nv, int32_t token, uint32_t hash, uint64_t krcnt, int allow_blocking, int name_only) encoder_qpack_map_find() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dbtree.h796 MatchKind exact_match = MatchKind::kNe; in binary_search_impl() local
808 exact_match = MatchKind::kEq; in binary_search_impl()
812 return {s, exact_match}; in binary_search_impl()
/third_party/cups-filters/utils/
H A Dcups-browsed.c11536 int browse_filter_options, exact_match, err; in read_configuration() local
11717 exact_match = 0; in read_configuration()
11733 exact_match = 1; in read_configuration()
11762 if (!exact_match) { in read_configuration()

Completed in 56 milliseconds