Lines Matching refs:regex

589 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache_ex(zend_string *regex, int locale_aware)  in pcre_get_compiled_regex_cache_ex()  argument
617 ZSTR_VAL(regex), ZSTR_LEN(regex)); in pcre_get_compiled_regex_cache_ex()
619 key = regex; in pcre_get_compiled_regex_cache_ex()
626 if (key != regex) { in pcre_get_compiled_regex_cache_ex()
632 p = ZSTR_VAL(regex); in pcre_get_compiled_regex_cache_ex()
633 const char* end_p = ZSTR_VAL(regex) + ZSTR_LEN(regex); in pcre_get_compiled_regex_cache_ex()
639 if (key != regex) { in pcre_get_compiled_regex_cache_ex()
651 if (key != regex) { in pcre_get_compiled_regex_cache_ex()
694 if (key != regex) { in pcre_get_compiled_regex_cache_ex()
756 if (key != regex) { in pcre_get_compiled_regex_cache_ex()
767 if (key != regex) { in pcre_get_compiled_regex_cache_ex()
773 if (key != regex) { in pcre_get_compiled_regex_cache_ex()
797 if (key != regex) { in pcre_get_compiled_regex_cache_ex()
849 if (key != regex) { in pcre_get_compiled_regex_cache_ex()
859 if (key != regex) { in pcre_get_compiled_regex_cache_ex()
885 if (key != regex) { in pcre_get_compiled_regex_cache_ex()
894 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(zend_string *regex) in pcre_get_compiled_regex_cache() argument
896 return pcre_get_compiled_regex_cache_ex(regex, 1); in pcre_get_compiled_regex_cache()
901 PHPAPI pcre2_code *pcre_get_compiled_regex(zend_string *regex, uint32_t *capture_count) in pcre_get_compiled_regex() argument
903 pcre_cache_entry * pce = pcre_get_compiled_regex_cache(regex); in pcre_get_compiled_regex()
914 PHPAPI pcre2_code* pcre_get_compiled_regex_ex(zend_string *regex, uint32_t *capture_count, uint32_t… in pcre_get_compiled_regex_ex() argument
916 pcre_cache_entry * pce = pcre_get_compiled_regex_cache(regex); in pcre_get_compiled_regex_ex()
1117 zend_string *regex; /* Regular expression */ in php_do_pcre_match() local
1125 Z_PARAM_STR(regex) in php_do_pcre_match()
1134 if ((pce = pcre_get_compiled_regex_cache(regex)) == NULL) { in php_do_pcre_match()
1571 PHPAPI zend_string *php_pcre_replace(zend_string *regex, in php_pcre_replace() argument
1586 if ((pce = pcre_get_compiled_regex_cache(regex)) == NULL) { in php_pcre_replace()
2052 static zend_always_inline zend_string *php_pcre_replace_func(zend_string *regex, in php_pcre_replace_func() argument
2061 if ((pce = pcre_get_compiled_regex_cache(regex)) == NULL) { in php_pcre_replace_func()
2075 static zend_string *php_pcre_replace_array(HashTable *regex, in php_pcre_replace_array() argument
2088 ZEND_HASH_FOREACH_VAL(regex, regex_entry) { in php_pcre_replace_array()
2127 ZEND_HASH_FOREACH_VAL(regex, regex_entry) { in php_pcre_replace_array()
2493 zend_string *regex; /* Regular expression */ in PHP_FUNCTION() local
2501 Z_PARAM_STR(regex) in PHP_FUNCTION()
2509 if ((pce = pcre_get_compiled_regex_cache(regex)) == NULL) { in PHP_FUNCTION()
2852 zend_string *regex; /* Regular expression */ in PHP_FUNCTION() local
2859 Z_PARAM_STR(regex) in PHP_FUNCTION()
2866 if ((pce = pcre_get_compiled_regex_cache(regex)) == NULL) { in PHP_FUNCTION()