Home
last modified time | relevance | path

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

/PHP-8.1/ext/mbstring/
H A Dmbstring.h85 const mbfl_encoding **http_input_list; variable
H A Dmb_gpc.c139 info.from_encodings = MBSTRG(http_input_list); in ZEND_EXTERN_MODULE_GLOBALS()
357 info.from_encodings = MBSTRG(http_input_list); in SAPI_POST_HANDLER_FUNC()
H A Dmbstring.c733 if (MBSTRG(http_input_list)) { in _php_mb_ini_mbstring_http_input_set()
734 pefree(ZEND_VOIDP(MBSTRG(http_input_list)), 1); in _php_mb_ini_mbstring_http_input_set()
736 MBSTRG(http_input_list) = list; in _php_mb_ini_mbstring_http_input_set()
993 mbstring_globals->http_input_list = NULL; in PHP_GINIT_FUNCTION()
1024 if (mbstring_globals->http_input_list) { in PHP_GSHUTDOWN_FUNCTION()
1025 free(ZEND_VOIDP(mbstring_globals->http_input_list)); in PHP_GSHUTDOWN_FUNCTION()
1283 entry = MBSTRG(http_input_list); in PHP_FUNCTION()
1292 entry = MBSTRG(http_input_list); in PHP_FUNCTION()
1529 info.from_encodings = MBSTRG(http_input_list); in PHP_FUNCTION()
4385 *list = (const zend_encoding **)MBSTRG(http_input_list); in php_mb_gpc_get_detect_order()

Completed in 19 milliseconds