Home
last modified time | relevance | path

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

/PHP-5.6/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.h147 typedef struct _mbfl_encoding_detector mbfl_encoding_detector; typedef
155 MBFLAPI extern mbfl_encoding_detector * mbfl_encoding_detector_new(enum mbfl_no_encoding *elist, in…
156 MBFLAPI extern mbfl_encoding_detector * mbfl_encoding_detector_new2(const mbfl_encoding **elist, in…
157 MBFLAPI extern void mbfl_encoding_detector_delete(mbfl_encoding_detector *identd);
158 MBFLAPI extern int mbfl_encoding_detector_feed(mbfl_encoding_detector *identd, mbfl_string *string);
159 MBFLAPI extern enum mbfl_no_encoding mbfl_encoding_detector_judge(mbfl_encoding_detector *identd);
160 MBFLAPI extern const mbfl_encoding *mbfl_encoding_detector_judge2(mbfl_encoding_detector *identd);
H A Dmbfilter.c381 mbfl_encoding_detector *
384 mbfl_encoding_detector *identd; in mbfl_encoding_detector_new()
394 identd = (mbfl_encoding_detector*)mbfl_malloc(sizeof(mbfl_encoding_detector)); in mbfl_encoding_detector_new()
423 mbfl_encoding_detector *
426 mbfl_encoding_detector *identd; in mbfl_encoding_detector_new2()
436 identd = (mbfl_encoding_detector*)mbfl_malloc(sizeof(mbfl_encoding_detector)); in mbfl_encoding_detector_new2()
467 mbfl_encoding_detector_delete(mbfl_encoding_detector *identd) in mbfl_encoding_detector_delete()
485 mbfl_encoding_detector_feed(mbfl_encoding_detector *identd, mbfl_string *string) in mbfl_encoding_detector_feed()
520 const mbfl_encoding *mbfl_encoding_detector_judge2(mbfl_encoding_detector *identd) in mbfl_encoding_detector_judge2()
555 enum mbfl_no_encoding mbfl_encoding_detector_judge(mbfl_encoding_detector *identd) in mbfl_encoding_detector_judge()
/PHP-5.6/ext/mbstring/
H A Dmb_gpc.c205 mbfl_encoding_detector *identd = NULL; in _php_mb_encoding_handler_ex()
H A Dmbstring.c3527 mbfl_encoding_detector *identd; in PHP_FUNCTION()

Completed in 32 milliseconds