Searched refs:mbfl_encoding_detector (Results 1 – 4 of 4) sorted by relevance
164 typedef struct _mbfl_encoding_detector mbfl_encoding_detector; typedef172 MBFLAPI extern mbfl_encoding_detector * mbfl_encoding_detector_new(const mbfl_encoding **elist, int…173 MBFLAPI extern void mbfl_encoding_detector_delete(mbfl_encoding_detector *identd);174 MBFLAPI extern int mbfl_encoding_detector_feed(mbfl_encoding_detector *identd, mbfl_string *string);175 MBFLAPI extern const mbfl_encoding *mbfl_encoding_detector_judge(mbfl_encoding_detector *identd);
375 mbfl_encoding_detector *378 mbfl_encoding_detector *identd; in mbfl_encoding_detector_new()388 identd = (mbfl_encoding_detector*)mbfl_malloc(sizeof(mbfl_encoding_detector)); in mbfl_encoding_detector_new()419 mbfl_encoding_detector_delete(mbfl_encoding_detector *identd) in mbfl_encoding_detector_delete()437 mbfl_encoding_detector_feed(mbfl_encoding_detector *identd, mbfl_string *string) in mbfl_encoding_detector_feed()469 const mbfl_encoding *mbfl_encoding_detector_judge(mbfl_encoding_detector *identd) in mbfl_encoding_detector_judge()
201 mbfl_encoding_detector *identd = NULL; in _php_mb_encoding_handler_ex()
3710 static int mb_recursive_encoder_detector_feed(mbfl_encoding_detector *identd, zval *var, int *recur… in mb_recursive_encoder_detector_feed()3811 mbfl_encoding_detector *identd; in PHP_FUNCTION()
Completed in 23 milliseconds