Home
last modified time | relevance | path

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

/PHP-8.0/ext/mbstring/
H A Dmbstring.h89 const mbfl_encoding **current_detect_order_list; variable
H A Dmbstring.c1003 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()
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()
3781 entry = MBSTRG(current_detect_order_list); in PHP_FUNCTION()
3847 entry = MBSTRG(current_detect_order_list); in PHP_FUNCTION()
[all …]

Completed in 17 milliseconds