Lines Matching refs:detected
49 const mbfl_encoding *detected; in ZEND_EXTERN_MODULE_GLOBALS() local
142 detected = _php_mb_encoding_handler_ex(&info, &v_array, res); in ZEND_EXTERN_MODULE_GLOBALS()
143 MBSTRG(http_input_identify) = detected; in ZEND_EXTERN_MODULE_GLOBALS()
145 if (detected) { in ZEND_EXTERN_MODULE_GLOBALS()
148 MBSTRG(http_input_identify_post) = detected; in ZEND_EXTERN_MODULE_GLOBALS()
151 MBSTRG(http_input_identify_get) = detected; in ZEND_EXTERN_MODULE_GLOBALS()
154 MBSTRG(http_input_identify_cookie) = detected; in ZEND_EXTERN_MODULE_GLOBALS()
157 MBSTRG(http_input_identify_string) = detected; in ZEND_EXTERN_MODULE_GLOBALS()
311 const mbfl_encoding *detected; in SAPI_POST_HANDLER_FUNC() local
326 detected = _php_mb_encoding_handler_ex(&info, arg, post_data_str ? ZSTR_VAL(post_data_str) : NULL); in SAPI_POST_HANDLER_FUNC()
331 MBSTRG(http_input_identify) = detected; in SAPI_POST_HANDLER_FUNC()
332 if (detected) { in SAPI_POST_HANDLER_FUNC()
333 MBSTRG(http_input_identify_post) = detected; in SAPI_POST_HANDLER_FUNC()