Lines Matching refs:elist
3222 const mbfl_encoding **elist, **list; in PHP_FUNCTION() local
3264 elist = list; in PHP_FUNCTION()
3266 elist = MBSTRG(current_detect_order_list); in PHP_FUNCTION()
3274 ret = mbfl_identify_encoding2(&string, elist, size, strict); in PHP_FUNCTION()
3531 const mbfl_encoding **elist; in PHP_FUNCTION() local
3556 elist = NULL; in PHP_FUNCTION()
3560 php_mb_parse_encoding_array(*zfrom_enc, &elist, &elistsz, 0 TSRMLS_CC); in PHP_FUNCTION()
3564 …php_mb_parse_encoding_list(Z_STRVAL_PP(zfrom_enc), Z_STRLEN_PP(zfrom_enc), &elist, &elistsz, 0 TSR… in PHP_FUNCTION()
3570 from_encoding = *elist; in PHP_FUNCTION()
3577 identd = mbfl_encoding_detector_new2(elist, elistsz, MBSTRG(strict_detection)); in PHP_FUNCTION()
3646 if (elist != NULL) { in PHP_FUNCTION()
3647 efree((void *)elist); in PHP_FUNCTION()
3659 if (elist != NULL) { in PHP_FUNCTION()
3660 efree((void *)elist); in PHP_FUNCTION()