Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/
H A Dphp_pcre.h31 PHPAPI pcre2_code* pcre_get_compiled_regex(zend_string *regex, uint32_t *capture_count);
32 PHPAPI pcre2_code* pcre_get_compiled_regex_ex(zend_string *regex, uint32_t *capture_count, uint32_t…
62 PHPAPI pcre2_code *php_pcre_pce_re(pcre_cache_entry *);
64 PHPAPI pcre2_match_data *php_pcre_create_match_data(uint32_t, pcre2_code *);
H A Dphp_pcre.c48 pcre2_code *re;
578 pcre2_code *re = NULL; in pcre_get_compiled_regex_cache_ex()
904 PHPAPI pcre2_code *pcre_get_compiled_regex(zend_string *regex, uint32_t *capture_count) in pcre_get_compiled_regex()
918 PHPAPI pcre2_code* pcre_get_compiled_regex_ex(zend_string *regex, uint32_t *capture_count, uint32_t… in pcre_get_compiled_regex_ex()
938 PHPAPI pcre2_match_data *php_pcre_create_match_data(uint32_t capture_count, pcre2_code *re) in php_pcre_create_match_data()
3122 PHPAPI pcre2_code *php_pcre_pce_re(pcre_cache_entry *pce) in php_pcre_pce_re()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2.h491 typedef struct pcre2_real_code pcre2_code; \
647 PCRE2_EXP_DECL pcre2_code PCRE2_CALL_CONVENTION \
651 pcre2_code_free(pcre2_code *); \
652 PCRE2_EXP_DECL pcre2_code PCRE2_CALL_CONVENTION \
653 *pcre2_code_copy(const pcre2_code *); \
654 PCRE2_EXP_DECL pcre2_code PCRE2_CALL_CONVENTION \
655 *pcre2_code_copy_with_tables(const pcre2_code *);
662 pcre2_pattern_info(const pcre2_code *, uint32_t, void *); \
664 pcre2_callout_enumerate(const pcre2_code *, \
674 *pcre2_match_data_create_from_pattern(const pcre2_code *, \
[all …]
H A Dpcre2_match_data.c79 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.c85 pcre2_jit_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_jit_match()
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_printint.c308 pcre2_printint(pcre2_code *re, FILE *f, BOOL print_lengths) in pcre2_printint()
H A Dpcre2_compile.c1188 PCRE2_EXP_DEFN pcre2_code * PCRE2_CALL_CONVENTION
1189 pcre2_code_copy(const pcre2_code *code) in pcre2_code_copy()
1192 pcre2_code *newcode; in pcre2_code_copy()
1222 PCRE2_EXP_DEFN pcre2_code * PCRE2_CALL_CONVENTION
1223 pcre2_code_copy_with_tables(const pcre2_code *code) in pcre2_code_copy_with_tables()
1226 pcre2_code *newcode; in pcre2_code_copy_with_tables()
1258 pcre2_code_free(pcre2_code *code) in pcre2_code_free()
9637 PCRE2_EXP_DEFN pcre2_code * PCRE2_CALL_CONVENTION
H A Dpcre2_dfa_match.c3240 pcre2_dfa_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_dfa_match()
H A Dpcre2_match.c6102 pcre2_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_match()
H A Dpcre2_jit_compile.c13385 static int jit_compile(pcre2_code *code, sljit_u32 mode) in jit_compile()
14053 pcre2_jit_compile(pcre2_code *code, uint32_t options) in pcre2_jit_compile()
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_blacklist.c46 pcre2_code *re;
/PHP-7.4/ext/filter/
H A Dlogical_filters.c468 pcre2_code *re = NULL; in php_filter_validate_regexp()
673 pcre2_code *re = NULL; in php_filter_validate_email()
/PHP-7.4/ext/standard/
H A Dbrowscap.c556 pcre2_code *re; in browser_reg_compare()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c483 pcre2_code *re = php_pcre_pce_re(pce); in check_fmt()
/PHP-7.4/ext/zip/
H A Dphp_zip.c651 pcre2_code *re = NULL; in php_zip_pcre()
/PHP-7.4/ext/spl/
H A Dspl_iterators.c2006 pcre2_code *re; in SPL_METHOD()
/PHP-7.4/ext/mbstring/
H A Dmbstring.c1055 pcre2_code *retval; in _php_mb_compile_regex()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch3326 + pcre2_code *re = php_pcre_pce_re(pce);
/PHP-7.4/ext/pgsql/
H A Dpgsql.c5758 pcre2_code *re;

Completed in 178 milliseconds