Searched refs:pcre2_code (Results 1 – 23 of 23) sorted by relevance
/PHP-8.0/ext/pcre/ |
H A D | php_pcre.h | 29 PHPAPI pcre2_code* pcre_get_compiled_regex(zend_string *regex, uint32_t *capture_count); 30 PHPAPI pcre2_code* pcre_get_compiled_regex_ex(zend_string *regex, uint32_t *capture_count, uint32_t… 70 PHPAPI pcre2_code *php_pcre_pce_re(pcre_cache_entry *); 72 PHPAPI pcre2_match_data *php_pcre_create_match_data(uint32_t, pcre2_code *);
|
H A D | php_pcre.c | 47 pcre2_code *re; 606 pcre2_code *re = NULL; in pcre_get_compiled_regex_cache_ex() 917 PHPAPI pcre2_code *pcre_get_compiled_regex(zend_string *regex, uint32_t *capture_count) in pcre_get_compiled_regex() 930 PHPAPI pcre2_code* pcre_get_compiled_regex_ex(zend_string *regex, uint32_t *capture_count, uint32_t… in pcre_get_compiled_regex_ex() 950 PHPAPI pcre2_match_data *php_pcre_create_match_data(uint32_t capture_count, pcre2_code *re) in php_pcre_create_match_data() 3049 PHPAPI pcre2_code *php_pcre_pce_re(pcre_cache_entry *pce) in php_pcre_pce_re()
|
/PHP-8.0/ext/pcre/pcre2lib/ |
H A D | pcre2.h | 491 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 D | pcre2_match_data.c | 79 pcre2_match_data_create_from_pattern(const pcre2_code *code, in pcre2_match_data_create_from_pattern()
|
H A D | pcre2_serialize.c | 72 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 D | pcre2_pattern_info.c | 65 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 D | pcre2_substring.c | 480 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 D | pcre2_jit_match.c | 85 pcre2_jit_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_jit_match()
|
H A D | pcre2_substitute.c | 79 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 D | pcre2_printint.c | 308 pcre2_printint(pcre2_code *re, FILE *f, BOOL print_lengths) in pcre2_printint()
|
H A D | pcre2_compile.c | 1188 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 D | pcre2_dfa_match.c | 3240 pcre2_dfa_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_dfa_match()
|
H A D | pcre2_match.c | 6102 pcre2_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_match()
|
H A D | pcre2_jit_compile.c | 13385 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-8.0/ext/opcache/ |
H A D | zend_accelerator_blacklist.c | 46 pcre2_code *re;
|
/PHP-8.0/ext/filter/ |
H A D | logical_filters.c | 469 pcre2_code *re = NULL; in php_filter_validate_regexp() 669 pcre2_code *re = NULL; in php_filter_validate_email()
|
/PHP-8.0/ext/standard/ |
H A D | browscap.c | 553 pcre2_code *re; in browser_reg_compare()
|
/PHP-8.0/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 490 pcre2_code *re = php_pcre_pce_re(pce); in check_fmt()
|
/PHP-8.0/ext/zip/ |
H A D | php_zip.c | 747 pcre2_code *re = NULL; in php_zip_pcre()
|
/PHP-8.0/ext/spl/ |
H A D | spl_iterators.c | 1817 pcre2_code *re; in PHP_METHOD()
|
/PHP-8.0/ext/mbstring/ |
H A D | mbstring.c | 512 pcre2_code *retval; in _php_mb_compile_regex()
|
/PHP-8.0/ext/pgsql/ |
H A D | pgsql.c | 4482 pcre2_code *re; in php_pgsql_convert_match()
|
/PHP-8.0/ext/fileinfo/ |
H A D | libmagic.patch | 3410 + pcre2_code *re = php_pcre_pce_re(pce);
|
Completed in 181 milliseconds