Home
last modified time | relevance | path

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

/PHP-8.0/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.c739 if (MBSTRG(http_input_list)) { in _php_mb_ini_mbstring_http_input_set()
740 pefree(ZEND_VOIDP(MBSTRG(http_input_list)), 1); in _php_mb_ini_mbstring_http_input_set()
742 MBSTRG(http_input_list) = list; in _php_mb_ini_mbstring_http_input_set()
999 mbstring_globals->http_input_list = NULL; in PHP_GINIT_FUNCTION()
1030 if (mbstring_globals->http_input_list) { in PHP_GSHUTDOWN_FUNCTION()
1031 free(ZEND_VOIDP(mbstring_globals->http_input_list)); in PHP_GSHUTDOWN_FUNCTION()
1289 entry = MBSTRG(http_input_list); in PHP_FUNCTION()
1298 entry = MBSTRG(http_input_list); in PHP_FUNCTION()
1538 info.from_encodings = MBSTRG(http_input_list); in PHP_FUNCTION()
4378 *list = (const zend_encoding **)MBSTRG(http_input_list); in php_mb_gpc_get_detect_order()

Completed in 21 milliseconds