Home
last modified time | relevance | path

Searched refs:http_input_list (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/ext/mbstring/
H A Dmbstring.h83 const mbfl_encoding **http_input_list; variable
H A Dmb_gpc.c137 info.from_encodings = MBSTRG(http_input_list); in ZEND_EXTERN_MODULE_GLOBALS()
304 info.from_encodings = MBSTRG(http_input_list); in SAPI_POST_HANDLER_FUNC()
H A Dmbstring.c740 if (MBSTRG(http_input_list)) { in _php_mb_ini_mbstring_http_input_set()
741 pefree(ZEND_VOIDP(MBSTRG(http_input_list)), 1); in _php_mb_ini_mbstring_http_input_set()
743 MBSTRG(http_input_list) = list; in _php_mb_ini_mbstring_http_input_set()
1000 mbstring_globals->http_input_list = NULL; in PHP_GINIT_FUNCTION()
1033 if (mbstring_globals->http_input_list) { in PHP_GSHUTDOWN_FUNCTION()
1034 free(ZEND_VOIDP(mbstring_globals->http_input_list)); in PHP_GSHUTDOWN_FUNCTION()
1298 entry = MBSTRG(http_input_list); in PHP_FUNCTION()
1307 entry = MBSTRG(http_input_list); in PHP_FUNCTION()
1537 info.from_encodings = MBSTRG(http_input_list); in PHP_FUNCTION()
5771 *list = (const zend_encoding **)MBSTRG(http_input_list); in php_mb_gpc_get_detect_order()

Completed in 29 milliseconds