Home
last modified time | relevance | path

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

/PHP-8.2/ext/mbstring/
H A Dmbstring.h76 const mbfl_encoding *http_input_identify; variable
H A Dmb_gpc.c143 MBSTRG(http_input_identify) = detected; in ZEND_EXTERN_MODULE_GLOBALS()
331 MBSTRG(http_input_identify) = detected; in SAPI_POST_HANDLER_FUNC()
H A Dmbstring.c1004 mbstring_globals->http_input_identify = NULL; in PHP_GINIT_FUNCTION()
1152 MBSTRG(http_input_identify) = NULL; in PHP_RSHUTDOWN_FUNCTION()
1271 encoding = MBSTRG(http_input_identify); in PHP_FUNCTION()
1541 MBSTRG(http_input_identify) = detected; in PHP_FUNCTION()
4284 if (MBSTRG(http_input_identify)) { in PHP_FUNCTION()
4285 add_assoc_string(return_value, "http_input", (char *)MBSTRG(http_input_identify)->name); in PHP_FUNCTION()
4343 if (MBSTRG(http_input_identify)) { in PHP_FUNCTION()
4344 RETVAL_STRING((char *)MBSTRG(http_input_identify)->name); in PHP_FUNCTION()
4853 MBSTRG(http_input_identify) = (const mbfl_encoding*)encoding; in php_mb_gpc_set_input_encoding()

Completed in 20 milliseconds