Home
last modified time | relevance | path

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

/PHP-8.3/ext/mbstring/
H A Dmbstring.h87 const mbfl_encoding **current_detect_order_list; variable
H A Dmbstring.c450 list = (const zend_encoding**)MBSTRG(current_detect_order_list); in php_mb_zend_encoding_detector()
1004 mbstring_globals->current_detect_order_list = NULL; in PHP_GINIT_FUNCTION()
1142 if (MBSTRG(current_detect_order_list) != NULL) { in PHP_RSHUTDOWN_FUNCTION()
1143 efree(ZEND_VOIDP(MBSTRG(current_detect_order_list))); in PHP_RSHUTDOWN_FUNCTION()
1144 MBSTRG(current_detect_order_list) = NULL; in PHP_RSHUTDOWN_FUNCTION()
1403 if (MBSTRG(current_detect_order_list)) { in PHP_FUNCTION()
1404 efree(ZEND_VOIDP(MBSTRG(current_detect_order_list))); in PHP_FUNCTION()
1406 MBSTRG(current_detect_order_list) = list; in PHP_FUNCTION()
4479 entry = MBSTRG(current_detect_order_list); in PHP_FUNCTION()
4545 entry = MBSTRG(current_detect_order_list); in PHP_FUNCTION()
[all …]

Completed in 25 milliseconds