Home
last modified time | relevance | path

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

/PHP-7.0/ext/mbstring/
H A Dmbstring.h175 const mbfl_encoding **current_detect_order_list; variable
H A Dmbstring.c1666 if (MBSTRG(current_detect_order_list) != NULL) { in PHP_RSHUTDOWN_FUNCTION()
1667 efree(MBSTRG(current_detect_order_list)); in PHP_RSHUTDOWN_FUNCTION()
1668 MBSTRG(current_detect_order_list) = NULL; in PHP_RSHUTDOWN_FUNCTION()
1966 if (MBSTRG(current_detect_order_list)) { in PHP_FUNCTION()
1967 efree(MBSTRG(current_detect_order_list)); in PHP_FUNCTION()
1969 MBSTRG(current_detect_order_list) = list; in PHP_FUNCTION()
3408 elist = MBSTRG(current_detect_order_list); in PHP_FUNCTION()
4588 entry = MBSTRG(current_detect_order_list); in PHP_FUNCTION()
4669 entry = MBSTRG(current_detect_order_list); in PHP_FUNCTION()
4763 if (MBSTRG(current_detect_order_list)) { in php_mb_populate_current_detect_order_list()
[all …]

Completed in 39 milliseconds