Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2.h496 typedef struct pcre2_real_code pcre2_code; \
637 PCRE2_EXP_DECL pcre2_code PCRE2_CALL_CONVENTION \
641 pcre2_code_free(pcre2_code *); \
642 PCRE2_EXP_DECL pcre2_code PCRE2_CALL_CONVENTION \
643 *pcre2_code_copy(const pcre2_code *); \
644 PCRE2_EXP_DECL pcre2_code PCRE2_CALL_CONVENTION \
645 *pcre2_code_copy_with_tables(const pcre2_code *);
652 pcre2_pattern_info(const pcre2_code *, uint32_t, void *); \
654 pcre2_callout_enumerate(const pcre2_code *, \
664 *pcre2_match_data_create_from_pattern(const pcre2_code *, \
[all …]
H A Dpcre2_match_data.c78 pcre2_match_data_create_from_pattern(const pcre2_code *code, in pcre2_match_data_create_from_pattern()
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.c480 pcre2_substring_nametable_scan(const pcre2_code *code, PCRE2_SPTR stringname, in pcre2_substring_nametable_scan()
541 pcre2_substring_number_from_name(const pcre2_code *code, in pcre2_substring_number_from_name()
H A Dpcre2_jit_match.c86 pcre2_jit_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_jit_match()
H A Dpcre2_substitute.c78 find_text_end(const pcre2_code *code, PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, in find_text_end()
217 pcre2_substitute(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_substitute()
H A Dpcre2_printint.c308 pcre2_printint(pcre2_code *re, FILE *f, BOOL print_lengths) in pcre2_printint()
H A Dpcre2_compile.c1112 PCRE2_EXP_DEFN pcre2_code * PCRE2_CALL_CONVENTION
1113 pcre2_code_copy(const pcre2_code *code) in pcre2_code_copy()
1116 pcre2_code *newcode; in pcre2_code_copy()
1146 PCRE2_EXP_DEFN pcre2_code * PCRE2_CALL_CONVENTION
1147 pcre2_code_copy_with_tables(const pcre2_code *code) in pcre2_code_copy_with_tables()
1150 pcre2_code *newcode; in pcre2_code_copy_with_tables()
1182 pcre2_code_free(pcre2_code *code) in pcre2_code_free()
9113 PCRE2_EXP_DEFN pcre2_code * PCRE2_CALL_CONVENTION
H A Dpcre2_dfa_match.c3224 pcre2_dfa_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_dfa_match()
H A Dpcre2_match.c5998 pcre2_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_match()
H A Dpcre2_jit_compile.c12019 static int jit_compile(pcre2_code *code, sljit_u32 mode) in jit_compile()
12650 pcre2_jit_compile(pcre2_code *code, uint32_t options) in pcre2_jit_compile()
/PHP-7.3/ext/pcre/
H A Dphp_pcre.h35 PHPAPI pcre2_code* pcre_get_compiled_regex(zend_string *regex, uint32_t *capture_count, uint32_t *o…
36 PHPAPI pcre2_code* pcre_get_compiled_regex_ex(zend_string *regex, uint32_t *capture_count, uint32_t…
66 PHPAPI pcre2_code *php_pcre_pce_re(pcre_cache_entry *);
68 PHPAPI pcre2_match_data *php_pcre_create_match_data(uint32_t, pcre2_code *);
H A Dphp_pcre.c49 pcre2_code *re;
534 pcre2_code *re = NULL; in pcre_get_compiled_regex_cache_ex()
882 PHPAPI pcre2_code *pcre_get_compiled_regex(zend_string *regex, uint32_t *capture_count, uint32_t *p… in pcre_get_compiled_regex()
899 PHPAPI pcre2_code* pcre_get_compiled_regex_ex(zend_string *regex, uint32_t *capture_count, uint32_t… in pcre_get_compiled_regex_ex()
919 PHPAPI pcre2_match_data *php_pcre_create_match_data(uint32_t capture_count, pcre2_code *re) in php_pcre_create_match_data()
3083 PHPAPI pcre2_code *php_pcre_pce_re(pcre_cache_entry *pce) in php_pcre_pce_re()
/PHP-7.3/ext/filter/
H A Dlogical_filters.c445 pcre2_code *re = NULL; in php_filter_validate_regexp()
650 pcre2_code *re = NULL; in php_filter_validate_email()
/PHP-7.3/ext/opcache/
H A Dzend_accelerator_blacklist.c46 pcre2_code *re;
/PHP-7.3/ext/standard/
H A Dbrowscap.c578 pcre2_code *re; in browser_reg_compare()
/PHP-7.3/ext/fileinfo/libmagic/
H A Dsoftmagic.c436 pcre2_code *re = php_pcre_pce_re(pce); in check_fmt()
/PHP-7.3/ext/zip/
H A Dphp_zip.c656 pcre2_code *re = NULL; in php_zip_pcre()
/PHP-7.3/ext/spl/
H A Dspl_iterators.c2028 pcre2_code *re; in SPL_METHOD()
/PHP-7.3/ext/mbstring/
H A Dmbstring.c1067 pcre2_code *retval; in _php_mb_compile_regex()
/PHP-7.3/ext/pgsql/
H A Dpgsql.c5758 pcre2_code *re;
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch3977 + pcre2_code *re = php_pcre_pce_re(pce);

Completed in 165 milliseconds