Lines Matching refs:current_detect_order_list
1309 mbstring_globals->current_detect_order_list = NULL; in PHP_INI_END()
1420 MBSTRG(current_detect_order_list) = entry; in PHP_RINIT_FUNCTION()
1472 if (MBSTRG(current_detect_order_list) != NULL) { in PHP_RSHUTDOWN_FUNCTION()
1473 efree(MBSTRG(current_detect_order_list)); in PHP_RSHUTDOWN_FUNCTION()
1474 MBSTRG(current_detect_order_list) = NULL; in PHP_RSHUTDOWN_FUNCTION()
1738 entry = MBSTRG(current_detect_order_list); in PHP_FUNCTION()
1775 if (MBSTRG(current_detect_order_list)) { in PHP_FUNCTION()
1776 efree(MBSTRG(current_detect_order_list)); in PHP_FUNCTION()
1778 MBSTRG(current_detect_order_list) = list; in PHP_FUNCTION()
3054 elist = MBSTRG(current_detect_order_list); in PHP_FUNCTION()
4004 …orig_str.no_encoding = mbfl_identify_encoding_no(&orig_str, MBSTRG(current_detect_order_list), MBS… in PHP_FUNCTION()
4024 …orig_str.no_encoding = mbfl_identify_encoding_no(&orig_str, MBSTRG(current_detect_order_list), MBS… in PHP_FUNCTION()
4196 entry = MBSTRG(current_detect_order_list); in PHP_FUNCTION()
4296 entry = MBSTRG(current_detect_order_list); in PHP_FUNCTION()
4607 elist = MBSTRG(current_detect_order_list); in php_mb_gpc_encoding_detector()
4615 elist = MBSTRG(current_detect_order_list); in php_mb_gpc_encoding_detector()
4799 elist = MBSTRG(current_detect_order_list); in php_mb_encoding_detector()