Searched refs:detected (Results 1 - 2 of 2) sorted by relevance

/PHP_TRUNK/ext/mbstring/
H A Dmb_gpc.c60 const mbfl_encoding *detected; local
164 detected = _php_mb_encoding_handler_ex(&info, array_ptr, res TSRMLS_CC);
165 MBSTRG(http_input_identify) = detected;
167 if (detected) {
170 MBSTRG(http_input_identify_post) = detected;
173 MBSTRG(http_input_identify_get) = detected;
176 MBSTRG(http_input_identify_cookie) = detected;
179 MBSTRG(http_input_identify_string) = detected;
365 const mbfl_encoding *detected; local
379 detected
[all...]
H A Dmbstring.c661 * Even if any illegal encoding is detected the result may contain a list
780 * Even if any illegal encoding is detected the result may contain a list
2043 const mbfl_encoding *detected; local
2068 detected = _php_mb_encoding_handler_ex(&info, track_vars_array, encstr TSRMLS_CC);
2075 detected = _php_mb_encoding_handler_ex(&info, &tmp, encstr TSRMLS_CC);
2078 MBSTRG(http_input_identify) = detected;
2080 RETVAL_BOOL(detected);

Completed in 9 milliseconds