Searched refs:mbfl_encoding_detector (Results 1 – 4 of 4) sorted by relevance
154 typedef struct _mbfl_encoding_detector mbfl_encoding_detector; typedef162 MBFLAPI extern mbfl_encoding_detector * mbfl_encoding_detector_new(enum mbfl_no_encoding *elist, in…163 MBFLAPI extern mbfl_encoding_detector * mbfl_encoding_detector_new2(const mbfl_encoding **elist, in…164 MBFLAPI extern void mbfl_encoding_detector_delete(mbfl_encoding_detector *identd);165 MBFLAPI extern int mbfl_encoding_detector_feed(mbfl_encoding_detector *identd, mbfl_string *string);166 MBFLAPI extern enum mbfl_no_encoding mbfl_encoding_detector_judge(mbfl_encoding_detector *identd);167 MBFLAPI extern const mbfl_encoding *mbfl_encoding_detector_judge2(mbfl_encoding_detector *identd);
381 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()
203 mbfl_encoding_detector *identd = NULL; in _php_mb_encoding_handler_ex()
3849 mbfl_encoding_detector *identd; in PHP_FUNCTION()
Completed in 34 milliseconds