Home
last modified time | relevance | path

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

/PHP-8.3/ext/mbstring/
H A Dmb_gpc.c52 if (!MBSTRG(encoding_translation)) { in ZEND_EXTERN_MODULE_GLOBALS()
120 MBSTRG(http_input_identify_post) = NULL; in ZEND_EXTERN_MODULE_GLOBALS()
123 MBSTRG(http_input_identify_get) = NULL; in ZEND_EXTERN_MODULE_GLOBALS()
126 MBSTRG(http_input_identify_cookie) = NULL; in ZEND_EXTERN_MODULE_GLOBALS()
129 MBSTRG(http_input_identify_string) = NULL; in ZEND_EXTERN_MODULE_GLOBALS()
140 MBSTRG(illegalchars) = 0; in ZEND_EXTERN_MODULE_GLOBALS()
143 MBSTRG(http_input_identify) = detected; in ZEND_EXTERN_MODULE_GLOBALS()
252 MBSTRG(illegalchars) += num_errors; in _php_mb_encoding_handler_ex()
257 MBSTRG(illegalchars) += num_errors; in _php_mb_encoding_handler_ex()
298 MBSTRG(http_input_identify_post) = NULL; in SAPI_POST_HANDLER_FUNC()
[all …]
H A Dmbstring.c762 MBSTRG(http_input_set) = 1; in PHP_INI_MH()
1121 MBSTRG(current_internal_encoding) = MBSTRG(internal_encoding); in PHP_RINIT_FUNCTION()
1122 MBSTRG(current_http_output_encoding) = MBSTRG(http_output_encoding); in PHP_RINIT_FUNCTION()
1123 MBSTRG(current_filter_illegal_mode) = MBSTRG(filter_illegal_mode); in PHP_RINIT_FUNCTION()
1124 MBSTRG(current_filter_illegal_substchar) = MBSTRG(filter_illegal_substchar); in PHP_RINIT_FUNCTION()
1126 MBSTRG(illegalchars) = 0; in PHP_RINIT_FUNCTION()
1162 MBSTRG(http_input_set) = 0; in PHP_RSHUTDOWN_FUNCTION()
1165 MBSTRG(outconv_state) = 0; in PHP_RSHUTDOWN_FUNCTION()
1624 MBSTRG(outconv_state) = 0; in PHP_FUNCTION()
5484 MBSTRG(illegalchars) = 0; in php_mb_chr()
[all …]
H A Dphp_mbregex.c65 #define MBREX(g) (MBSTRG(mb_regex_globals)->g)
135 if (!MBSTRG(mb_regex_globals)) return FAILURE; in PHP_RINIT_FUNCTION()
872 if (!ZEND_LONG_UINT_OVFL(MBSTRG(regex_stack_limit))) { in _php_mb_onig_search()
873 onig_set_match_stack_limit_size_of_match_param(mp, (unsigned int)MBSTRG(regex_stack_limit)); in _php_mb_onig_search()
875 if (!ZEND_LONG_UINT_OVFL(MBSTRG(regex_retry_limit))) { in _php_mb_onig_search()
876 onig_set_retry_limit_in_match_of_match_param(mp, (unsigned int)MBSTRG(regex_retry_limit)); in _php_mb_onig_search()
1303 if (MBSTRG(regex_stack_limit) > 0 && MBSTRG(regex_stack_limit) < UINT_MAX) { in PHP_FUNCTION()
1304 onig_set_match_stack_limit_size_of_match_param(mp, (unsigned int)MBSTRG(regex_stack_limit)); in PHP_FUNCTION()
1306 if (MBSTRG(regex_retry_limit) > 0 && MBSTRG(regex_retry_limit) < UINT_MAX) { in PHP_FUNCTION()
1307 onig_set_retry_limit_in_match_of_match_param(mp, (unsigned int)MBSTRG(regex_retry_limit)); in PHP_FUNCTION()
H A Dmbstring.h118 #define MBSTRG(v) ZEND_MODULE_GLOBALS_ACCESSOR(mbstring, v) macro
/PHP-8.3/ext/mbstring/tests/
H A Dmb_list_encodings_gc_uaf.phpt2 Use-after-free of MBSTRG(all_encodings_list) on shutdown

Completed in 35 milliseconds