Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/
H A Dmb_gpc.c163 MBSTRG(http_input_identify) = detected; in ZEND_EXTERN_MODULE_GLOBALS()
385 MBSTRG(http_input_identify) = detected; in SAPI_POST_HANDLER_FUNC()
H A Dmbstring.h171 const mbfl_encoding *http_input_identify; variable
H A Dmbstring.c1500 mbstring_globals->http_input_identify = NULL; in PHP_INI_END()
1681 MBSTRG(http_input_identify) = NULL; in PHP_RSHUTDOWN_FUNCTION()
1814 result = MBSTRG(http_input_identify); in PHP_FUNCTION()
1876 result = MBSTRG(http_input_identify); in PHP_FUNCTION()
2136 MBSTRG(http_input_identify) = detected; in PHP_FUNCTION()
4713 if (MBSTRG(http_input_identify)) { in PHP_FUNCTION()
4714 add_assoc_string(return_value, "http_input", (char *)MBSTRG(http_input_identify)->name); in PHP_FUNCTION()
4786 if (MBSTRG(http_input_identify)) { in PHP_FUNCTION()
4787 RETVAL_STRING((char *)MBSTRG(http_input_identify)->name); in PHP_FUNCTION()
5492 MBSTRG(http_input_identify) = (const mbfl_encoding*)encoding; in php_mb_gpc_set_input_encoding()

Completed in 19 milliseconds