Home
last modified time | relevance | path

Searched refs:elist (Results 1 – 3 of 3) sorted by relevance

/PHP-8.1/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.h169 MBFLAPI extern mbfl_encoding_detector * mbfl_encoding_detector_new(const mbfl_encoding **elist, int…
186 mbfl_identify_encoding(mbfl_string *string, const mbfl_encoding **elist, int elistsz, int strict);
H A Dmbfilter.c339 mbfl_encoding_detector *mbfl_encoding_detector_new(const mbfl_encoding **elist, int elistsz, int st… in mbfl_encoding_detector_new() argument
351 mbfl_convert_filter *filter = mbfl_convert_filter_new(elist[i], &mbfl_encoding_wchar, in mbfl_encoding_detector_new()
500 const mbfl_encoding *mbfl_identify_encoding(mbfl_string *string, const mbfl_encoding **elist, int e… in mbfl_identify_encoding() argument
505 mbfl_encoding_detector *identd = mbfl_encoding_detector_new(elist, elistsz, strict); in mbfl_identify_encoding()
/PHP-8.1/ext/mbstring/
H A Dmbstring.c2724 const mbfl_encoding **elist; in PHP_FUNCTION() local
2749 efree(ZEND_VOIDP(elist)); in PHP_FUNCTION()
2756 efree(ZEND_VOIDP(elist)); in PHP_FUNCTION()
2766 ret = (php_mb_check_encoding(str, str_len, *elist)) ? *elist : NULL; in PHP_FUNCTION()
2774 efree(ZEND_VOIDP(elist)); in PHP_FUNCTION()
3107 const mbfl_encoding **elist; in PHP_FUNCTION() local
3139 efree(ZEND_VOIDP(elist)); in PHP_FUNCTION()
3145 from_encoding = *elist; in PHP_FUNCTION()
3161 efree(ZEND_VOIDP(elist)); in PHP_FUNCTION()
3169 efree(ZEND_VOIDP(elist)); in PHP_FUNCTION()
[all …]

Completed in 21 milliseconds