Home
last modified time | relevance | path

Searched refs:pcre2_code (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/pcre/src/
H A Dpcre2.h501 typedef struct pcre2_real_code pcre2_code; \
659 PCRE2_EXP_DECL pcre2_code *PCRE2_CALL_CONVENTION \
663 pcre2_code_free(pcre2_code *); \
664 PCRE2_EXP_DECL pcre2_code *PCRE2_CALL_CONVENTION \
665 pcre2_code_copy(const pcre2_code *); \
666 PCRE2_EXP_DECL pcre2_code *PCRE2_CALL_CONVENTION \
667 pcre2_code_copy_with_tables(const pcre2_code *);
674 pcre2_pattern_info(const pcre2_code *, uint32_t, void *); \
676 pcre2_callout_enumerate(const pcre2_code *, \
686 pcre2_match_data_create_from_pattern(const pcre2_code *, \
[all …]
H A Dpcre2.h.generic501 typedef struct pcre2_real_code pcre2_code; \
661 PCRE2_EXP_DECL pcre2_code *PCRE2_CALL_CONVENTION \
665 pcre2_code_free(pcre2_code *); \
666 PCRE2_EXP_DECL pcre2_code *PCRE2_CALL_CONVENTION \
667 pcre2_code_copy(const pcre2_code *); \
668 PCRE2_EXP_DECL pcre2_code *PCRE2_CALL_CONVENTION \
669 pcre2_code_copy_with_tables(const pcre2_code *);
676 pcre2_pattern_info(const pcre2_code *, uint32_t, void *); \
678 pcre2_callout_enumerate(const pcre2_code *, \
688 pcre2_match_data_create_from_pattern(const pcre2_code *, \
[all …]
H A Dpcre2.h.in501 typedef struct pcre2_real_code pcre2_code; \
661 PCRE2_EXP_DECL pcre2_code *PCRE2_CALL_CONVENTION \
665 pcre2_code_free(pcre2_code *); \
666 PCRE2_EXP_DECL pcre2_code *PCRE2_CALL_CONVENTION \
667 pcre2_code_copy(const pcre2_code *); \
668 PCRE2_EXP_DECL pcre2_code *PCRE2_CALL_CONVENTION \
669 pcre2_code_copy_with_tables(const pcre2_code *);
676 pcre2_pattern_info(const pcre2_code *, uint32_t, void *); \
678 pcre2_callout_enumerate(const pcre2_code *, \
688 pcre2_match_data_create_from_pattern(const pcre2_code *, \
[all …]
H A Dpcre2posix.c313 (void)pcre2_pattern_info((const pcre2_code *)preg->re_pcre2_code, in pcre2_regcomp()
378 rc = pcre2_match((const pcre2_code *)preg->re_pcre2_code, in pcre2_regexec()
H A Dpcre2_serialize.c72 pcre2_serialize_encode(const pcre2_code **codes, int32_t number_of_codes, in pcre2_serialize_encode()
163 pcre2_serialize_decode(pcre2_code **codes, int32_t number_of_codes, in pcre2_serialize_decode()
H A Dpcre2_pattern_info.c65 pcre2_pattern_info(const pcre2_code *code, uint32_t what, void *where) in pcre2_pattern_info()
268 pcre2_callout_enumerate(const pcre2_code *code, in pcre2_callout_enumerate()
H A Dpcre2_substring.c483 pcre2_substring_nametable_scan(const pcre2_code *code, PCRE2_SPTR stringname, in pcre2_substring_nametable_scan()
544 pcre2_substring_number_from_name(const pcre2_code *code, in pcre2_substring_number_from_name()
H A Dpcre2_match_data.c83 pcre2_match_data_create_from_pattern(const pcre2_code *code, in pcre2_match_data_create_from_pattern()
H A Dpcre2_substitute.c79 find_text_end(const pcre2_code *code, PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, in find_text_end()
220 pcre2_substitute(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_substitute()
H A Dpcre2_jit_match.c91 pcre2_jit_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_jit_match()
H A Dpcre2demo.c71 pcre2_code *re; in main()
H A Dpcre2_compile.c1199 PCRE2_EXP_DEFN pcre2_code * PCRE2_CALL_CONVENTION
1200 pcre2_code_copy(const pcre2_code *code) in pcre2_code_copy()
1203 pcre2_code *newcode; in pcre2_code_copy()
1233 PCRE2_EXP_DEFN pcre2_code * PCRE2_CALL_CONVENTION
1234 pcre2_code_copy_with_tables(const pcre2_code *code) in pcre2_code_copy_with_tables()
1237 pcre2_code *newcode; in pcre2_code_copy_with_tables()
1269 pcre2_code_free(pcre2_code *code) in pcre2_code_free()
10125 PCRE2_EXP_DEFN pcre2_code * PCRE2_CALL_CONVENTION
H A Dpcre2_fuzzsupport.c453 pcre2_code *code; in LLVMFuzzerTestOneInput()
H A Dpcre2_printint.c338 pcre2_printint(pcre2_code *re, FILE *f, BOOL print_lengths) in pcre2_printint()
H A Dpcre2grep.c353 pcre2_code *compiled;
H A Dpcre2_dfa_match.c3349 pcre2_dfa_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_dfa_match()
H A Dpcre2_match.c6530 pcre2_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_match()
H A Dpcre2_jit_compile.c14144 static int jit_compile(pcre2_code *code, sljit_u32 mode) in jit_compile()
14847 pcre2_jit_compile(pcre2_code *code, uint32_t options) in pcre2_jit_compile()
/aosp_15_r20/external/selinux/libselinux/src/
H A Dregex.c67 pcre2_code *regex; /* compiled regular expression */
160 rc = pcre2_serialize_encode((const pcre2_code **)&regex->regex, in regex_writef()
/aosp_15_r20/external/selinux/mcstrans/src/
H A Dmcstrans.c84 pcre2_code *prefix_regexp;
85 pcre2_code *word_regexp;
86 pcre2_code *suffix_regexp;
111 pcre2_code *base_classification_regexp;
977 build_regexp(pcre2_code **r, char *buffer) { in build_regexp()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/performance/
Dpcre.cpp20 pcre2_code* pe;
/aosp_15_r20/external/pcre/doc/
H A Dpcre2.txt210 pcre2_code *pcre2_compile(PCRE2_SPTR pattern, PCRE2_SIZE length,
214 void pcre2_code_free(pcre2_code *code);
220 const pcre2_code *code, pcre2_general_context *gcontext);
222 int pcre2_match(const pcre2_code *code, PCRE2_SPTR subject,
227 int pcre2_dfa_match(const pcre2_code *code, PCRE2_SPTR subject,
357 int pcre2_substring_nametable_scan(const pcre2_code *code,
360 int pcre2_substring_number_from_name(const pcre2_code *code,
371 int pcre2_substitute(const pcre2_code *code, PCRE2_SPTR subject,
381 int pcre2_jit_compile(pcre2_code *code, uint32_t options);
383 int pcre2_jit_match(const pcre2_code *code, PCRE2_SPTR subject,
[all …]
H A Dpcre2test.txt894 the pcre2_code block; it is just the actual compiled data. If the pat-
/aosp_15_r20/system/sepolicy/tools/
H A Dcheck_seapp.c98 pcre2_code *compiled;