Searched refs:mbfl_encoding_detector (Results 1 – 4 of 4) sorted by relevance
155 typedef struct _mbfl_encoding_detector mbfl_encoding_detector; typedef169 MBFLAPI extern mbfl_encoding_detector * mbfl_encoding_detector_new(const mbfl_encoding **elist, int…170 MBFLAPI extern void mbfl_encoding_detector_delete(mbfl_encoding_detector *identd);171 MBFLAPI extern int mbfl_encoding_detector_feed(mbfl_encoding_detector *identd, mbfl_string *string);172 MBFLAPI extern const mbfl_encoding *mbfl_encoding_detector_judge(mbfl_encoding_detector *identd);
339 mbfl_encoding_detector *mbfl_encoding_detector_new(const mbfl_encoding **elist, int elistsz, int st… in mbfl_encoding_detector_new()345 mbfl_encoding_detector *identd = emalloc(sizeof(mbfl_encoding_detector)); in mbfl_encoding_detector_new()362 void mbfl_encoding_detector_delete(mbfl_encoding_detector *identd) in mbfl_encoding_detector_delete()372 int mbfl_encoding_detector_feed(mbfl_encoding_detector *identd, mbfl_string *string) in mbfl_encoding_detector_feed()414 const mbfl_encoding *mbfl_encoding_detector_judge(mbfl_encoding_detector *identd) in mbfl_encoding_detector_judge()505 mbfl_encoding_detector *identd = mbfl_encoding_detector_new(elist, elistsz, strict); in mbfl_identify_encoding()
186 mbfl_encoding_detector *identd = NULL; in _php_mb_encoding_handler_ex()
3000 static int mb_recursive_encoder_detector_feed(mbfl_encoding_detector *identd, zval *var, int *recur… in mb_recursive_encoder_detector_feed()3103 mbfl_encoding_detector *identd; in PHP_FUNCTION()
Completed in 22 milliseconds