Home
last modified time | relevance | path

Searched refs:MBSTRG (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/mbstring/
H A Dmb_gpc.c61 if (!MBSTRG(encoding_translation)) { in ZEND_EXTERN_MODULE_GLOBALS()
129 MBSTRG(http_input_identify_post) = NULL; in ZEND_EXTERN_MODULE_GLOBALS()
132 MBSTRG(http_input_identify_get) = NULL; in ZEND_EXTERN_MODULE_GLOBALS()
135 MBSTRG(http_input_identify_cookie) = NULL; in ZEND_EXTERN_MODULE_GLOBALS()
138 MBSTRG(http_input_identify_string) = NULL; in ZEND_EXTERN_MODULE_GLOBALS()
151 MBSTRG(illegalchars) = 0; in ZEND_EXTERN_MODULE_GLOBALS()
154 MBSTRG(http_input_identify) = detected; in ZEND_EXTERN_MODULE_GLOBALS()
159 MBSTRG(http_input_identify_post) = detected; in ZEND_EXTERN_MODULE_GLOBALS()
162 MBSTRG(http_input_identify_get) = detected; in ZEND_EXTERN_MODULE_GLOBALS()
358 MBSTRG(http_input_identify_post) = NULL; in SAPI_POST_HANDLER_FUNC()
[all …]
H A Dmbstring.c1716 MBSTRG(current_internal_encoding) = MBSTRG(internal_encoding); in PHP_RINIT_FUNCTION()
1717 MBSTRG(current_http_output_encoding) = MBSTRG(http_output_encoding); in PHP_RINIT_FUNCTION()
1718 MBSTRG(current_filter_illegal_mode) = MBSTRG(filter_illegal_mode); in PHP_RINIT_FUNCTION()
1719 MBSTRG(current_filter_illegal_substchar) = MBSTRG(filter_illegal_substchar); in PHP_RINIT_FUNCTION()
1749 MBSTRG(illegalchars) += mbfl_buffer_illegalchars(MBSTRG(outconv)); in PHP_RSHUTDOWN_FUNCTION()
1751 MBSTRG(outconv) = NULL; in PHP_RSHUTDOWN_FUNCTION()
2234 if (MBSTRG(outconv)) { in PHP_FUNCTION()
2235 MBSTRG(illegalchars) += mbfl_buffer_illegalchars(MBSTRG(outconv)); in PHP_FUNCTION()
2307 MBSTRG(illegalchars) += mbfl_buffer_illegalchars(MBSTRG(outconv)); in PHP_FUNCTION()
2309 MBSTRG(outconv) = NULL; in PHP_FUNCTION()
[all …]
H A Dphp_mbregex.c65 #define MBREX(g) (MBSTRG(mb_regex_globals)->g)
143 if (!MBSTRG(mb_regex_globals)) return FAILURE; in PHP_RINIT_FUNCTION()
876 if (!ZEND_LONG_UINT_OVFL(MBSTRG(regex_stack_limit))) { in _php_mb_onig_search()
877 onig_set_match_stack_limit_size_of_match_param(mp, (unsigned int)MBSTRG(regex_stack_limit)); in _php_mb_onig_search()
879 if (!ZEND_LONG_UINT_OVFL(MBSTRG(regex_retry_limit))) { in _php_mb_onig_search()
880 onig_set_retry_limit_in_match_of_match_param(mp, (unsigned int)MBSTRG(regex_retry_limit)); in _php_mb_onig_search()
1403 if (MBSTRG(regex_stack_limit) > 0 && MBSTRG(regex_stack_limit) < UINT_MAX) { in PHP_FUNCTION()
1404 onig_set_match_stack_limit_size_of_match_param(mp, (unsigned int)MBSTRG(regex_stack_limit)); in PHP_FUNCTION()
1406 if (MBSTRG(regex_retry_limit) > 0 && MBSTRG(regex_retry_limit) < UINT_MAX) { in PHP_FUNCTION()
1407 onig_set_retry_limit_in_match_of_match_param(mp, (unsigned int)MBSTRG(regex_retry_limit)); in PHP_FUNCTION()
H A Dmbstring.h189 #define MBSTRG(v) ZEND_MODULE_GLOBALS_ACCESSOR(mbstring, v) macro

Completed in 40 milliseconds