Lines Matching refs:elist
3191 const mbfl_encoding **elist, **list; in PHP_FUNCTION() local
3233 elist = list; in PHP_FUNCTION()
3235 elist = MBSTRG(current_detect_order_list); in PHP_FUNCTION()
3243 ret = mbfl_identify_encoding2(&string, elist, size, strict); in PHP_FUNCTION()
3500 const mbfl_encoding **elist; in PHP_FUNCTION() local
3524 elist = NULL; in PHP_FUNCTION()
3528 php_mb_parse_encoding_array(*zfrom_enc, &elist, &elistsz, 0 TSRMLS_CC); in PHP_FUNCTION()
3532 …php_mb_parse_encoding_list(Z_STRVAL_PP(zfrom_enc), Z_STRLEN_PP(zfrom_enc), &elist, &elistsz, 0 TSR… in PHP_FUNCTION()
3538 from_encoding = *elist; in PHP_FUNCTION()
3545 identd = mbfl_encoding_detector_new2(elist, elistsz, MBSTRG(strict_detection)); in PHP_FUNCTION()
3608 if (elist != NULL) { in PHP_FUNCTION()
3609 efree((void *)elist); in PHP_FUNCTION()