Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/
H A Dmbstring.h152 const mbfl_encoding **current_detect_order_list; variable
H A Dmbstring.c1740 if (MBSTRG(current_detect_order_list) != NULL) { in PHP_RSHUTDOWN_FUNCTION()
1741 efree(MBSTRG(current_detect_order_list)); in PHP_RSHUTDOWN_FUNCTION()
1742 MBSTRG(current_detect_order_list) = NULL; in PHP_RSHUTDOWN_FUNCTION()
2029 if (MBSTRG(current_detect_order_list)) { in PHP_FUNCTION()
2030 efree(MBSTRG(current_detect_order_list)); in PHP_FUNCTION()
2032 MBSTRG(current_detect_order_list) = list; in PHP_FUNCTION()
3454 elist = MBSTRG(current_detect_order_list); in PHP_FUNCTION()
4553 entry = MBSTRG(current_detect_order_list); in PHP_FUNCTION()
4634 entry = MBSTRG(current_detect_order_list); in PHP_FUNCTION()
5073 if (MBSTRG(current_detect_order_list)) { in php_mb_populate_current_detect_order_list()
[all …]

Completed in 17 milliseconds