Lines Matching refs:PHPAPI

61 PHPAPI ZEND_DECLARE_MODULE_GLOBALS(pcre)
572 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache_ex(zend_string *regex, bool locale_aware) in pcre_get_compiled_regex_cache_ex()
887 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(zend_string *regex) in pcre_get_compiled_regex_cache()
894 PHPAPI pcre2_code *pcre_get_compiled_regex(zend_string *regex, uint32_t *capture_count) in pcre_get_compiled_regex()
908 PHPAPI pcre2_match_data *php_pcre_create_match_data(uint32_t capture_count, pcre2_code *re) in php_pcre_create_match_data()
930 PHPAPI void php_pcre_free_match_data(pcre2_match_data *match_data) in php_pcre_free_match_data()
1156 PHPAPI void php_pcre_match_impl(pcre_cache_entry *pce, zend_string *subject_str, zval *return_value, in php_pcre_match_impl()
1583 PHPAPI zend_string *php_pcre_replace(zend_string *regex, in php_pcre_replace()
1611 PHPAPI zend_string *php_pcre_replace_impl(pcre_cache_entry *pce, zend_string *subject_str, const ch… in php_pcre_replace_impl()
2554 PHPAPI void php_pcre_split_impl(pcre_cache_entry *pce, zend_string *subject_str, zval *return_value, in php_pcre_split_impl()
2911 PHPAPI void php_pcre_grep_impl(pcre_cache_entry *pce, zval *input, zval *return_value, zend_long f… in php_pcre_grep_impl()
3044 PHPAPI pcre2_match_context *php_pcre_mctx(void) in ZEND_GET_MODULE()
3049 PHPAPI pcre2_general_context *php_pcre_gctx(void) in php_pcre_gctx()
3054 PHPAPI pcre2_compile_context *php_pcre_cctx(void) in php_pcre_cctx()
3059 PHPAPI void php_pcre_pce_incref(pcre_cache_entry *pce) in php_pcre_pce_incref()
3065 PHPAPI void php_pcre_pce_decref(pcre_cache_entry *pce) in php_pcre_pce_decref()
3072 PHPAPI pcre2_code *php_pcre_pce_re(pcre_cache_entry *pce) in php_pcre_pce_re()