Home
last modified time | relevance | path

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

/PHP-8.4/ext/mbstring/
H A Dmbstring.h83 const mbfl_encoding **http_input_list; variable
H A Dmb_gpc.c129 info.from_encodings = MBSTRG(http_input_list); in ZEND_EXTERN_MODULE_GLOBALS()
297 info.from_encodings = MBSTRG(http_input_list); in SAPI_POST_HANDLER_FUNC()
H A Dmbstring.c741 if (MBSTRG(http_input_list)) { in _php_mb_ini_mbstring_http_input_set()
742 pefree(ZEND_VOIDP(MBSTRG(http_input_list)), 1); in _php_mb_ini_mbstring_http_input_set()
744 MBSTRG(http_input_list) = list; in _php_mb_ini_mbstring_http_input_set()
1001 mbstring_globals->http_input_list = NULL; in PHP_GINIT_FUNCTION()
1034 if (mbstring_globals->http_input_list) { in PHP_GSHUTDOWN_FUNCTION()
1035 free(ZEND_VOIDP(mbstring_globals->http_input_list)); in PHP_GSHUTDOWN_FUNCTION()
1303 entry = MBSTRG(http_input_list); in PHP_FUNCTION()
1312 entry = MBSTRG(http_input_list); in PHP_FUNCTION()
1542 info.from_encodings = MBSTRG(http_input_list); in PHP_FUNCTION()
6063 *list = (const zend_encoding **)MBSTRG(http_input_list); in php_mb_gpc_get_detect_order()

Completed in 30 milliseconds