Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/
H A Dmbstring.h180 const mbfl_encoding **current_detect_order_list; variable
H A Dmbstring.c1669 if (MBSTRG(current_detect_order_list) != NULL) { in PHP_RSHUTDOWN_FUNCTION()
1670 efree(MBSTRG(current_detect_order_list)); in PHP_RSHUTDOWN_FUNCTION()
1671 MBSTRG(current_detect_order_list) = NULL; in PHP_RSHUTDOWN_FUNCTION()
1969 if (MBSTRG(current_detect_order_list)) { in PHP_FUNCTION()
1970 efree(MBSTRG(current_detect_order_list)); in PHP_FUNCTION()
1972 MBSTRG(current_detect_order_list) = list; in PHP_FUNCTION()
3556 elist = MBSTRG(current_detect_order_list); in PHP_FUNCTION()
4757 entry = MBSTRG(current_detect_order_list); in PHP_FUNCTION()
4838 entry = MBSTRG(current_detect_order_list); in PHP_FUNCTION()
5301 if (MBSTRG(current_detect_order_list)) { in php_mb_populate_current_detect_order_list()
[all …]

Completed in 20 milliseconds