Home
last modified time | relevance | path

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

/PHP-5.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.h145 typedef struct _mbfl_encoding_detector mbfl_encoding_detector; typedef
153 MBFLAPI extern mbfl_encoding_detector * mbfl_encoding_detector_new(enum mbfl_no_encoding *elist, in…
154 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.c361 mbfl_encoding_detector *
364 mbfl_encoding_detector *identd; in mbfl_encoding_detector_new()
374 identd = (mbfl_encoding_detector*)mbfl_malloc(sizeof(mbfl_encoding_detector)); in mbfl_encoding_detector_new()
404 mbfl_encoding_detector_delete(mbfl_encoding_detector *identd) in mbfl_encoding_detector_delete()
422 mbfl_encoding_detector_feed(mbfl_encoding_detector *identd, mbfl_string *string) in mbfl_encoding_detector_feed()
457 enum mbfl_no_encoding mbfl_encoding_detector_judge(mbfl_encoding_detector *identd) in mbfl_encoding_detector_judge()
/PHP-5.3/ext/mbstring/
H A Dmb_gpc.c205 mbfl_encoding_detector *identd = NULL; in _php_mb_encoding_handler_ex()
H A Dmbstring.c3315 mbfl_encoding_detector *identd; in PHP_FUNCTION()
4580 mbfl_encoding_detector *identd = NULL; in php_mb_gpc_encoding_detector()

Completed in 50 milliseconds