Home
last modified time | relevance | path

Searched refs:current_detect_order_list (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/mbstring/
H A Dmbstring.h87 const mbfl_encoding **current_detect_order_list; variable
H A Dmbstring.c451 list = (const zend_encoding**)MBSTRG(current_detect_order_list); in php_mb_zend_encoding_detector()
1005 mbstring_globals->current_detect_order_list = NULL; in PHP_GINIT_FUNCTION()
1143 if (MBSTRG(current_detect_order_list) != NULL) { in PHP_RSHUTDOWN_FUNCTION()
1144 efree(ZEND_VOIDP(MBSTRG(current_detect_order_list))); in PHP_RSHUTDOWN_FUNCTION()
1145 MBSTRG(current_detect_order_list) = NULL; in PHP_RSHUTDOWN_FUNCTION()
1408 if (MBSTRG(current_detect_order_list)) { in PHP_FUNCTION()
1409 efree(ZEND_VOIDP(MBSTRG(current_detect_order_list))); in PHP_FUNCTION()
1411 MBSTRG(current_detect_order_list) = list; in PHP_FUNCTION()
4746 entry = MBSTRG(current_detect_order_list); in PHP_FUNCTION()
4812 entry = MBSTRG(current_detect_order_list); in PHP_FUNCTION()
[all …]

Completed in 38 milliseconds