Lines Matching refs:current_detect_order_list
909 list = (const zend_encoding **)MBSTRG(current_detect_order_list); in php_mb_zend_encoding_detector()
1509 mbstring_globals->current_detect_order_list = NULL; in PHP_INI_END()
1668 if (MBSTRG(current_detect_order_list) != NULL) { in PHP_RSHUTDOWN_FUNCTION()
1669 efree(MBSTRG(current_detect_order_list)); in PHP_RSHUTDOWN_FUNCTION()
1670 MBSTRG(current_detect_order_list) = NULL; in PHP_RSHUTDOWN_FUNCTION()
1935 const mbfl_encoding **entry = MBSTRG(current_detect_order_list); in PHP_FUNCTION()
1968 if (MBSTRG(current_detect_order_list)) { in PHP_FUNCTION()
1969 efree(MBSTRG(current_detect_order_list)); in PHP_FUNCTION()
1971 MBSTRG(current_detect_order_list) = list; in PHP_FUNCTION()
3431 elist = MBSTRG(current_detect_order_list); in PHP_FUNCTION()
4426 …_encoding *encoding = mbfl_identify_encoding2(&orig_str, MBSTRG(current_detect_order_list), MBSTRG… in PHP_FUNCTION()
4446 …_encoding *encoding = mbfl_identify_encoding2(&orig_str, MBSTRG(current_detect_order_list), MBSTRG… in PHP_FUNCTION()
4615 entry = MBSTRG(current_detect_order_list); in PHP_FUNCTION()
4696 entry = MBSTRG(current_detect_order_list); in PHP_FUNCTION()
4806 if (MBSTRG(current_detect_order_list)) { in php_mb_populate_current_detect_order_list()
4823 MBSTRG(current_detect_order_list) = entry; in php_mb_populate_current_detect_order_list()