Lines Matching refs:current_detect_order_list
429 list = (const zend_encoding **)MBSTRG(current_detect_order_list); in php_mb_zend_encoding_detector()
1003 mbstring_globals->current_detect_order_list = NULL; in PHP_GINIT_FUNCTION()
1137 if (MBSTRG(current_detect_order_list) != NULL) { in PHP_RSHUTDOWN_FUNCTION()
1138 efree(ZEND_VOIDP(MBSTRG(current_detect_order_list))); in PHP_RSHUTDOWN_FUNCTION()
1139 MBSTRG(current_detect_order_list) = NULL; in PHP_RSHUTDOWN_FUNCTION()
1374 const mbfl_encoding **entry = MBSTRG(current_detect_order_list); in PHP_FUNCTION()
1399 if (MBSTRG(current_detect_order_list)) { in PHP_FUNCTION()
1400 efree(ZEND_VOIDP(MBSTRG(current_detect_order_list))); in PHP_FUNCTION()
1402 MBSTRG(current_detect_order_list) = list; in PHP_FUNCTION()
2719 elist = MBSTRG(current_detect_order_list); in PHP_FUNCTION()
3613 …orig_str.encoding = mbfl_identify_encoding(&orig_str, MBSTRG(current_detect_order_list), MBSTRG(cu… in PHP_FUNCTION()
3627 …orig_str.encoding = mbfl_identify_encoding(&orig_str, MBSTRG(current_detect_order_list), MBSTRG(cu… in PHP_FUNCTION()
3781 entry = MBSTRG(current_detect_order_list); in PHP_FUNCTION()
3847 entry = MBSTRG(current_detect_order_list); in PHP_FUNCTION()
4244 MBSTRG(current_detect_order_list) = entry; in php_mb_populate_current_detect_order_list()