Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.h172 …coding_detector * mbfl_encoding_detector_new(const mbfl_encoding **elist, int elistsz, int strict);
189 mbfl_identify_encoding(mbfl_string *string, const mbfl_encoding **elist, int elistsz, int strict);
H A Dmbfilter.c376 mbfl_encoding_detector_new(const mbfl_encoding **elist, int elistsz, int strict) in mbfl_encoding_detector_new() argument
383 if (elist == NULL || elistsz <= 0) { in mbfl_encoding_detector_new()
392 …identd->filter_list = (mbfl_identify_filter **)mbfl_calloc(elistsz, sizeof(mbfl_identify_filter *)… in mbfl_encoding_detector_new()
401 while (i < elistsz) { in mbfl_encoding_detector_new()
575 mbfl_identify_encoding(mbfl_string *string, const mbfl_encoding **elist, int elistsz, int strict) in mbfl_identify_encoding() argument
584 flist = (mbfl_identify_filter *)mbfl_calloc(elistsz, sizeof(mbfl_identify_filter)); in mbfl_identify_encoding()
591 for (i = 0; i < elistsz; i++) { in mbfl_identify_encoding()
/PHP-7.3/ext/mbstring/
H A Dmbstring.c3815 size_t elistsz; in PHP_FUNCTION() local
3840 elistsz = 0; in PHP_FUNCTION()
3843 php_mb_parse_encoding_array(zfrom_enc, &elist, &elistsz, 0); in PHP_FUNCTION()
3847 php_mb_parse_encoding_list(Z_STRVAL_P(zfrom_enc), Z_STRLEN_P(zfrom_enc), &elist, &elistsz, 0); in PHP_FUNCTION()
3851 if (elistsz == 0) { in PHP_FUNCTION()
3853 } else if (elistsz == 1) { in PHP_FUNCTION()
3858 identd = mbfl_encoding_detector_new(elist, elistsz, MBSTRG(strict_detection)); in PHP_FUNCTION()

Completed in 35 milliseconds