Searched refs:elistsz (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/ext/mbstring/libmbfl/mbfl/ |
| H A D | mbfilter.c | 382 mbfl_encoding_detector_new(enum mbfl_no_encoding *elist, int elistsz, int strict) argument 389 if (elist == NULL || elistsz <= 0) { 398 identd->filter_list = (mbfl_identify_filter **)mbfl_calloc(elistsz, sizeof(mbfl_identify_filter *)); 407 while (i < elistsz) { 424 mbfl_encoding_detector_new2(const mbfl_encoding **elist, int elistsz, int strict) argument 431 if (elist == NULL || elistsz <= 0) { 440 identd->filter_list = (mbfl_identify_filter **)mbfl_calloc(elistsz, sizeof(mbfl_identify_filter *)); 449 while (i < elistsz) { 635 mbfl_identify_encoding(mbfl_string *string, enum mbfl_no_encoding *elist, int elistsz, int strict) argument 643 flist = (mbfl_identify_filter *)mbfl_calloc(elistsz, sizeo 718 mbfl_identify_encoding2(mbfl_string *string, const mbfl_encoding **elist, int elistsz, int strict) argument [all...] |
| H A D | mbfilter.h | 155 MBFLAPI extern mbfl_encoding_detector * mbfl_encoding_detector_new(enum mbfl_no_encoding *elist, int elistsz, int strict); 156 MBFLAPI extern mbfl_encoding_detector * mbfl_encoding_detector_new2(const mbfl_encoding **elist, int elistsz, int strict); 174 mbfl_identify_encoding(mbfl_string *string, enum mbfl_no_encoding *elist, int elistsz, int strict); 177 mbfl_identify_encoding2(mbfl_string *string, const mbfl_encoding **elist, int elistsz, int strict);
|
| /PHP_TRUNK/ext/mbstring/ |
| H A D | mbstring.c | 3499 size_t elistsz; local 3525 elistsz = 0; 3528 php_mb_parse_encoding_array(*zfrom_enc, &elist, &elistsz, 0 TSRMLS_CC); 3532 php_mb_parse_encoding_list(Z_STRVAL_PP(zfrom_enc), Z_STRLEN_PP(zfrom_enc), &elist, &elistsz, 0 TSRMLS_CC); local 3535 if (elistsz <= 0) { 3537 } else if (elistsz == 1) { 3545 identd = mbfl_encoding_detector_new2(elist, elistsz, MBSTRG(strict_detection));
|
Completed in 14 milliseconds