Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/
H A Dmb_gpc.c161 MBSTRG(http_input_identify) = detected; in ZEND_EXTERN_MODULE_GLOBALS()
383 MBSTRG(http_input_identify) = detected; in SAPI_POST_HANDLER_FUNC()
H A Dmbstring.h143 const mbfl_encoding *http_input_identify; variable
H A Dmbstring.c1544 mbstring_globals->http_input_identify = NULL; in PHP_INI_END()
1752 MBSTRG(http_input_identify) = NULL; in PHP_RSHUTDOWN_FUNCTION()
1874 result = MBSTRG(http_input_identify); in PHP_FUNCTION()
1936 result = MBSTRG(http_input_identify); in PHP_FUNCTION()
2196 MBSTRG(http_input_identify) = detected; in PHP_FUNCTION()
4509 if (MBSTRG(http_input_identify)) { in PHP_FUNCTION()
4510 add_assoc_string(return_value, "http_input", (char *)MBSTRG(http_input_identify)->name); in PHP_FUNCTION()
4582 if (MBSTRG(http_input_identify)) { in PHP_FUNCTION()
4583 RETVAL_STRING((char *)MBSTRG(http_input_identify)->name); in PHP_FUNCTION()
5266 MBSTRG(http_input_identify) = (const mbfl_encoding*)encoding; in php_mb_gpc_set_input_encoding()

Completed in 23 milliseconds