Home
last modified time | relevance | path

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

/PHP-8.0/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.h164 …coding_detector * mbfl_encoding_detector_new(const mbfl_encoding **elist, int elistsz, int strict);
181 mbfl_identify_encoding(mbfl_string *string, const mbfl_encoding **elist, int elistsz, int strict);
H A Dmbfilter.c295 mbfl_encoding_detector_new(const mbfl_encoding **elist, int elistsz, int strict) in mbfl_encoding_detector_new() argument
302 if (elist == NULL || elistsz <= 0) { in mbfl_encoding_detector_new()
308 identd->filter_list = ecalloc(elistsz, sizeof(mbfl_identify_filter *)); in mbfl_encoding_detector_new()
313 while (i < elistsz) { in mbfl_encoding_detector_new()
487 mbfl_identify_encoding(mbfl_string *string, const mbfl_encoding **elist, int elistsz, int strict) in mbfl_identify_encoding() argument
496 flist = ecalloc(elistsz, sizeof(mbfl_identify_filter)); in mbfl_identify_encoding()
500 for (i = 0; i < elistsz; i++) { in mbfl_identify_encoding()
/PHP-8.0/ext/mbstring/
H A Dmbstring.c3071 size_t elistsz; in PHP_FUNCTION() local
3094 if (php_mb_parse_encoding_array(from_enc_ht, &elist, &elistsz, 2) == FAILURE) { in PHP_FUNCTION()
3098 …if (php_mb_parse_encoding_list(ZSTR_VAL(from_enc_str), ZSTR_LEN(from_enc_str), &elist, &elistsz, /… in PHP_FUNCTION()
3103 if (elistsz == 0) { in PHP_FUNCTION()
3109 if (elistsz == 1) { in PHP_FUNCTION()
3114 identd = mbfl_encoding_detector_new(elist, elistsz, MBSTRG(strict_detection)); in PHP_FUNCTION()

Completed in 33 milliseconds