Home
last modified time | relevance | path

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

/PHP-8.1/ext/mbstring/
H A Dmbstring.h89 const mbfl_encoding **current_detect_order_list; variable
H A Dmbstring.c423 list = (const zend_encoding **)MBSTRG(current_detect_order_list); in php_mb_zend_encoding_detector()
997 mbstring_globals->current_detect_order_list = NULL; in PHP_GINIT_FUNCTION()
1131 if (MBSTRG(current_detect_order_list) != NULL) { in PHP_RSHUTDOWN_FUNCTION()
1132 efree(ZEND_VOIDP(MBSTRG(current_detect_order_list))); in PHP_RSHUTDOWN_FUNCTION()
1133 MBSTRG(current_detect_order_list) = NULL; in PHP_RSHUTDOWN_FUNCTION()
1393 if (MBSTRG(current_detect_order_list)) { in PHP_FUNCTION()
1394 efree(ZEND_VOIDP(MBSTRG(current_detect_order_list))); in PHP_FUNCTION()
1396 MBSTRG(current_detect_order_list) = list; in PHP_FUNCTION()
3810 entry = MBSTRG(current_detect_order_list); in PHP_FUNCTION()
3876 entry = MBSTRG(current_detect_order_list); in PHP_FUNCTION()
[all …]

Completed in 17 milliseconds