Home
last modified time | relevance | path

Searched refs:identd (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/ext/mbstring/
H A Dmb_gpc.c205 mbfl_encoding_detector *identd = NULL; in _php_mb_encoding_handler_ex() local
281identd = mbfl_encoding_detector_new((enum mbfl_no_encoding *)info->from_encodings, info->num_from_… in _php_mb_encoding_handler_ex()
282 if (identd) { in _php_mb_encoding_handler_ex()
287 if (mbfl_encoding_detector_feed(identd, &string)) { in _php_mb_encoding_handler_ex()
292 from_encoding = mbfl_encoding_detector_judge(identd); in _php_mb_encoding_handler_ex()
293 mbfl_encoding_detector_delete(identd); in _php_mb_encoding_handler_ex()
H A Dmbstring.c3315 mbfl_encoding_detector *identd; in PHP_FUNCTION() local
3364 if (identd != NULL) { in PHP_FUNCTION()
3401 if (mbfl_encoding_detector_feed(identd, &string)) { in PHP_FUNCTION()
3410 if (mbfl_encoding_detector_feed(identd, &string)) { in PHP_FUNCTION()
3416 from_encoding = mbfl_encoding_detector_judge(identd); in PHP_FUNCTION()
3417 mbfl_encoding_detector_delete(identd); in PHP_FUNCTION()
4580 mbfl_encoding_detector *identd = NULL; in php_mb_gpc_encoding_detector() local
4628 if (identd) { in php_mb_gpc_encoding_detector()
4633 if (mbfl_encoding_detector_feed(identd, &string)) { in php_mb_gpc_encoding_detector()
4638 encoding = mbfl_encoding_detector_judge(identd); in php_mb_gpc_encoding_detector()
[all …]
/PHP-5.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.h154 MBFLAPI extern void mbfl_encoding_detector_delete(mbfl_encoding_detector *identd);
155 MBFLAPI extern int mbfl_encoding_detector_feed(mbfl_encoding_detector *identd, mbfl_string *string);
156 MBFLAPI extern enum mbfl_no_encoding mbfl_encoding_detector_judge(mbfl_encoding_detector *identd);
H A Dmbfilter.c364 mbfl_encoding_detector *identd; in mbfl_encoding_detector_new() local
375 if (identd == NULL) { in mbfl_encoding_detector_new()
380 mbfl_free(identd); in mbfl_encoding_detector_new()
395 identd->filter_list_size = num; in mbfl_encoding_detector_new()
398 identd->strict = strict; in mbfl_encoding_detector_new()
400 return identd; in mbfl_encoding_detector_new()
408 if (identd != NULL) { in mbfl_encoding_detector_delete()
410 i = identd->filter_list_size; in mbfl_encoding_detector_delete()
417 mbfl_free((void *)identd); in mbfl_encoding_detector_delete()
431 num = identd->filter_list_size; in mbfl_encoding_detector_feed()
[all …]

Completed in 25 milliseconds