Home
last modified time | relevance | path

Searched defs:match_data (Results 1 – 25 of 43) sorted by relevance

12

/aosp_15_r20/external/pcre/src/
H A Dpcre2_match_data.c98 pcre2_match_data_free(pcre2_match_data *match_data) in pcre2_match_data_free()
119 pcre2_get_mark(pcre2_match_data *match_data) in pcre2_get_mark()
131 pcre2_get_ovector_pointer(pcre2_match_data *match_data) in pcre2_get_ovector_pointer()
143 pcre2_get_ovector_count(pcre2_match_data *match_data) in pcre2_get_ovector_count()
155 pcre2_get_startchar(pcre2_match_data *match_data) in pcre2_get_startchar()
167 pcre2_get_match_data_size(pcre2_match_data *match_data) in pcre2_get_match_data_size()
180 pcre2_get_match_data_heapframes_size(pcre2_match_data *match_data) in pcre2_get_match_data_heapframes_size()
H A Dpcre2_substring.c73 pcre2_substring_copy_byname(pcre2_match_data *match_data, PCRE2_SPTR stringname, in pcre2_substring_copy_byname()
121 pcre2_substring_copy_bynumber(pcre2_match_data *match_data, in pcre2_substring_copy_bynumber()
161 pcre2_substring_get_byname(pcre2_match_data *match_data, in pcre2_substring_get_byname()
209 pcre2_substring_get_bynumber(pcre2_match_data *match_data, in pcre2_substring_get_bynumber()
268 pcre2_substring_length_byname(pcre2_match_data *match_data, in pcre2_substring_length_byname()
316 pcre2_substring_length_bynumber(pcre2_match_data *match_data, in pcre2_substring_length_bynumber()
375 pcre2_substring_list_get(pcre2_match_data *match_data, PCRE2_UCHAR ***listptr, in pcre2_substring_list_get()
H A Dpcre2_fuzzsupport.c140 static void dump_matches(FILE *stream, int count, pcre2_match_data *match_data) in dump_matches()
180 pcre2_match_data *match_data, in describe_failure()
284 pcre2_match_data *match_data = NULL; in LLVMFuzzerTestOneInput() local
H A Dpcre2_jit_match.c92 PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, in pcre2_jit_match()
H A Dpcre2_match.c220 match_block *mb, pcre2_match_data *match_data, const char *s, ...) in display_frames()
595 PCRE2_SIZE frame_size, pcre2_match_data *match_data, match_block *mb) in match()
6531 PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, in pcre2_match()
H A Dpcre2demo.c92 pcre2_match_data *match_data; in main() local
H A Dpcre2_substitute.c221 PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, in pcre2_substitute()
H A Dpcre2_dfa_match.c3350 PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, in pcre2_dfa_match()
H A Dpcre2grep.c265 static pcre2_match_data *match_data, *match_data_pair[2]; variable
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_cpp_ffi/tests/
Dcredential_slab_tests.cc72 const nearby_protocol::MatchedCredentialData match_data(111, metadata_span); in TEST_F() local
88 const nearby_protocol::MatchedCredentialData match_data(111, metadata_span); in TEST_F() local
101 const nearby_protocol::MatchedCredentialData match_data(111, metadata_span); in TEST_F() local
120 const nearby_protocol::MatchedCredentialData match_data(111, metadata_span); in TEST_F() local
140 const nearby_protocol::MatchedCredentialData match_data(111, metadata_span); in TEST_F() local
Dv0_encrypted_deserialization_tests.cc32 const nearby_protocol::MatchedCredentialData match_data(123, metadata_span); in TEST_F() local
103 const nearby_protocol::MatchedCredentialData match_data(123, metadata_span); in TEST_F() local
134 const nearby_protocol::MatchedCredentialData match_data(123, metadata_span); in TEST_F() local
Dv1_encrypted_deserialization_tests.cc30 const nearby_protocol::MatchedCredentialData match_data(123, metadata_span); in TEST_F() local
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_java_ffi/src/class/
Dcredential_slab.rs88 let match_data = MatchedCredential::from_arc_bytes( in nativeAddV0DiscoveryCredential() localVariable
124 let match_data = MatchedCredential::from_arc_bytes( in nativeAddV1DiscoveryCredential() localVariable
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/filter/tests/
Dv0_filter_tests.rs135 let match_data: KeySeedMatchedCredential = KEY_SEED.into(); in test_contains_private_identity() localVariable
166 let match_data: KeySeedMatchedCredential = KEY_SEED.into(); in test_contains_any_private_identity() localVariable
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_cpp_ffi/benchmarks/
Dnp_cpp_benches.cc77 nearby_protocol::MatchedCredentialData match_data(123, in SetUp() local
125 nearby_protocol::MatchedCredentialData match_data(123, in SetUp() local
/aosp_15_r20/external/selinux/libselinux/src/
H A Dregex.c193 pcre2_match_data *match_data; in match_data_thread_free() local
224 pcre2_match_data *match_data = NULL; in regex_match() local
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_ffi_core/src/deserialize/
Dv1.rs393 let match_data = with_matched.clone_match_data(); in try_from() localVariable
394 let match_data = match_data.map(|x| *x.identity_token()); in try_from() localVariable
423 match_data: WithMatchedCredential<MatchedCredential, np_adv::extended::V1IdentityToken>, field
Dv0.rs141 let match_data = contents.map(|x| x.identity_token()); in allocate_with_decrypted_contents() localVariable
265 match_data: np_adv::credential::matched::WithMatchedCredential< field
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/credential/
Dtests.rs56 let match_data = KeySeedMatchedCredential::from([x; 32]); in cached_credential_source_keeps_same_entries_as_original() localVariable
Dmod.rs46 pub match_data: M, field
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_cpp_ffi/fuzz/
Ddeserialization_fuzzer.cc111 nearby_protocol::MatchedCredentialData match_data( in DeserializeWithCredentials() local
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsubgpos.hh473 const void *match_data = nullptr; member
1237 const void *match_data) in would_match_input()
1260 const void *match_data, in match_input()
1506 const void *match_data, in match_backtrack()
1538 const void *match_data, in match_lookahead()
1880 const void *match_data; member
2954 const void *match_data[3]; member
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/tests/
Ddeser_v1_tests.rs395 let match_data = MetadataMatchedCredential::<Vec<u8>>::encrypt_from_plaintext::< in build_cred_book() localVariable
/aosp_15_r20/system/sepolicy/tools/
H A Dcheck_seapp.c99 pcre2_match_data *match_data; member
/aosp_15_r20/external/selinux/mcstrans/src/
H A Dmcstrans.c1104 pcre2_match_data *match_data = NULL; in compute_raw_from_trans() local

12