detected           60 ext/mbstring/mb_gpc.c 	const mbfl_encoding *detected;
detected          162 ext/mbstring/mb_gpc.c 	detected = _php_mb_encoding_handler_ex(&info, &v_array, res);
detected          163 ext/mbstring/mb_gpc.c 	MBSTRG(http_input_identify) = detected;
detected          165 ext/mbstring/mb_gpc.c 	if (detected) {
detected          168 ext/mbstring/mb_gpc.c 			MBSTRG(http_input_identify_post) = detected;
detected          171 ext/mbstring/mb_gpc.c 			MBSTRG(http_input_identify_get) = detected;
detected          174 ext/mbstring/mb_gpc.c 			MBSTRG(http_input_identify_cookie) = detected;
detected          177 ext/mbstring/mb_gpc.c 			MBSTRG(http_input_identify_string) = detected;
detected          363 ext/mbstring/mb_gpc.c 	const mbfl_encoding *detected;
detected          380 ext/mbstring/mb_gpc.c 	detected = _php_mb_encoding_handler_ex(&info, arg, post_data_str ? ZSTR_VAL(post_data_str) : NULL);
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         2072 ext/mbstring/mbstring.c 	const mbfl_encoding *detected;
detected         2097 ext/mbstring/mbstring.c 		detected = _php_mb_encoding_handler_ex(&info, track_vars_array, encstr);
detected         2103 ext/mbstring/mbstring.c 		detected = _php_mb_encoding_handler_ex(&info, &tmp, encstr);
detected         2106 ext/mbstring/mbstring.c 	MBSTRG(http_input_identify) = detected;
detected         2108 ext/mbstring/mbstring.c 	RETVAL_BOOL(detected);