Searched refs:match_type (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | patternspec.c | 40 MatchType match_type; member 155 switch (pspec->match_type) { in pattern_match() 196 g_return_val_if_fail (pspec->match_type < MATCH_LAST, FALSE); in pattern_match() 283 pspec->match_type = MATCH_TAIL; in pattern_spec_new() 290 pspec->match_type = MATCH_HEAD; in pattern_spec_new() 295 pspec->match_type = MATCH_EXACT; in pattern_spec_new() 304 pspec->match_type = tw_pos > hw_pos ? MATCH_ALL_TAIL : MATCH_ALL; in pattern_spec_new() 306 pspec->match_type = tj_pos > hj_pos ? MATCH_ALL_TAIL : MATCH_ALL; in pattern_spec_new() 307 if (pspec->match_type == MATCH_ALL_TAIL) { in pattern_spec_new()
|
/third_party/rust/crates/regex/src/ |
D | exec.rs | 104 match_type: MatchType, field 115 match_type: Option<MatchType>, field 158 match_type: None, in new_options() 172 self.match_type = None; in automatic() 182 self.match_type = Some(MatchType::Nfa(MatchNfaType::PikeVM)); in nfa() 195 self.match_type = Some(MatchType::Nfa(MatchNfaType::Backtrack)); in bounded_backtracking() 311 match_type: MatchType::Nothing, in build() 349 match_type: MatchType::Nothing, in build() 351 ro.match_type = ro.choose_match_type(self.match_type); in build() 442 match self.ro.match_type { in shortest_match_at() [all …]
|
/third_party/openssl/crypto/evp/ |
D | keymgmt_lib.c | 22 static int match_type(const EVP_KEYMGMT *keymgmt1, const EVP_KEYMGMT *keymgmt2) in match_type() function 148 if (!ossl_assert(match_type(pk->keymgmt, keymgmt))) in evp_keymgmt_util_export_to_provider() 378 && !match_type(keymgmt1, keymgmt2)) { in evp_keymgmt_util_match() 463 } else if (match_type(to_keymgmt, from->keymgmt)) { in evp_keymgmt_util_copy()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver_macsec_qca.c | 106 rx_ctl_filt.match_type = IG_CTL_COMPARE_ETHER_TYPE; in __macsec_drv_init() 115 tx_ctl_filt.match_type = EG_CTL_COMPARE_ETHER_TYPE; in __macsec_drv_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver_macsec_qca.c | 106 rx_ctl_filt.match_type = IG_CTL_COMPARE_ETHER_TYPE; in __macsec_drv_init() 115 tx_ctl_filt.match_type = EG_CTL_COMPARE_ETHER_TYPE; in __macsec_drv_init()
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext_opencl.c | 409 cl_device_type match_type = 0, device_type; in opencl_filter_device() local 414 match_type = opencl_device_types[i].type; in opencl_filter_device() 418 if (!match_type) { in opencl_filter_device() 432 if (!(device_type & match_type)) { in opencl_filter_device()
|
/third_party/flatbuffers/src/ |
D | idl_parser.cpp | 2023 const auto match_type = e.type.base_type; // may differ from in_type in ParseSingleValue() local 2029 if (check_now && IsScalar(match_type) && e.constant != "null") { in ParseSingleValue() 2031 switch (match_type) { in ParseSingleValue()
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 49622 …<var-decl name="match_type" type-id="d03a4ada" visibility="default" filepath="include/media/v4l2-a…
|
D | test-PR27569-v0.abi | 49593 …<var-decl name="match_type" type-id="d03a4ada" visibility="default" filepath="include/media/v4l2-a…
|