detected           60 ext/mbstring/mb_gpc.c 	const mbfl_encoding *detected;
detected          164 ext/mbstring/mb_gpc.c 	detected = _php_mb_encoding_handler_ex(&info, array_ptr, res TSRMLS_CC);
detected          165 ext/mbstring/mb_gpc.c 	MBSTRG(http_input_identify) = detected;
detected          167 ext/mbstring/mb_gpc.c 	if (detected) {
detected          170 ext/mbstring/mb_gpc.c 			MBSTRG(http_input_identify_post) = detected;
detected          173 ext/mbstring/mb_gpc.c 			MBSTRG(http_input_identify_get) = detected;
detected          176 ext/mbstring/mb_gpc.c 			MBSTRG(http_input_identify_cookie) = detected;
detected          179 ext/mbstring/mb_gpc.c 			MBSTRG(http_input_identify_string) = detected;
detected          365 ext/mbstring/mb_gpc.c 	const mbfl_encoding *detected;
detected          382 ext/mbstring/mb_gpc.c 	detected = _php_mb_encoding_handler_ex(&info, arg, post_data_str TSRMLS_CC);
detected          385 ext/mbstring/mb_gpc.c 	MBSTRG(http_input_identify) = detected;
detected          386 ext/mbstring/mb_gpc.c 	if (detected) {
detected          387 ext/mbstring/mb_gpc.c 		MBSTRG(http_input_identify_post) = detected;
detected         2065 ext/mbstring/mbstring.c 	const mbfl_encoding *detected;
detected         2090 ext/mbstring/mbstring.c 		detected = _php_mb_encoding_handler_ex(&info, track_vars_array, encstr TSRMLS_CC);
detected         2097 ext/mbstring/mbstring.c 		detected = _php_mb_encoding_handler_ex(&info, &tmp, encstr TSRMLS_CC);		
detected         2100 ext/mbstring/mbstring.c 	MBSTRG(http_input_identify) = detected;
detected         2102 ext/mbstring/mbstring.c 	RETVAL_BOOL(detected);