Home
last modified time | relevance | path

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

/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.h168 …coding_detector * mbfl_encoding_detector_new(const mbfl_encoding **elist, int elistsz, int strict);
185 mbfl_identify_encoding(mbfl_string *string, const mbfl_encoding **elist, int elistsz, int strict);
H A Dmbfilter.c366 mbfl_encoding_detector_new(const mbfl_encoding **elist, int elistsz, int strict) in mbfl_encoding_detector_new() argument
373 if (elist == NULL || elistsz <= 0) { in mbfl_encoding_detector_new()
382 …identd->filter_list = (mbfl_identify_filter **)mbfl_calloc(elistsz, sizeof(mbfl_identify_filter *)… in mbfl_encoding_detector_new()
391 while (i < elistsz) { in mbfl_encoding_detector_new()
565 mbfl_identify_encoding(mbfl_string *string, const mbfl_encoding **elist, int elistsz, int strict) in mbfl_identify_encoding() argument
574 flist = (mbfl_identify_filter *)mbfl_calloc(elistsz, sizeof(mbfl_identify_filter)); in mbfl_identify_encoding()
581 for (i = 0; i < elistsz; i++) { in mbfl_identify_encoding()
/PHP-7.4/ext/mbstring/
H A Dmbstring.c3953 size_t elistsz; in PHP_FUNCTION() local
3978 elistsz = 0; in PHP_FUNCTION()
3981 php_mb_parse_encoding_array(zfrom_enc, &elist, &elistsz, 0); in PHP_FUNCTION()
3987 php_mb_parse_encoding_list(Z_STRVAL_P(zfrom_enc), Z_STRLEN_P(zfrom_enc), &elist, &elistsz, 0); in PHP_FUNCTION()
3991 if (elistsz == 0) { in PHP_FUNCTION()
3993 } else if (elistsz == 1) { in PHP_FUNCTION()
3998 identd = mbfl_encoding_detector_new(elist, elistsz, MBSTRG(strict_detection)); in PHP_FUNCTION()

Completed in 36 milliseconds