Searched refs:match_type (Results 1 – 8 of 8) sorted by relevance
/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/node/deps/openssl/openssl/crypto/evp/ |
D | keymgmt_lib.c | 22 static int match_type(const EVP_KEYMGMT *keymgmt1, const EVP_KEYMGMT *keymgmt2) in match_type() function 149 if (!ossl_assert(match_type(pk->keymgmt, keymgmt))) in evp_keymgmt_util_export_to_provider() 382 && !match_type(keymgmt1, keymgmt2)) { in evp_keymgmt_util_match() 469 } else if (match_type(to_keymgmt, from->keymgmt)) { in evp_keymgmt_util_copy()
|
/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 149 if (!ossl_assert(match_type(pk->keymgmt, keymgmt))) in evp_keymgmt_util_export_to_provider() 382 && !match_type(keymgmt1, keymgmt2)) { in evp_keymgmt_util_match() 469 } 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 | 415 cl_device_type match_type = 0, device_type; in opencl_filter_device() local 420 match_type = opencl_device_types[i].type; in opencl_filter_device() 424 if (!match_type) { in opencl_filter_device() 438 if (!(device_type & match_type)) { in opencl_filter_device()
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v0.abi | 49593 …<var-decl name="match_type" type-id="d03a4ada" visibility="default" filepath="include/media/v4l2-a…
|
D | test-PR27569-v1.abi | 49622 …<var-decl name="match_type" type-id="d03a4ada" visibility="default" filepath="include/media/v4l2-a…
|