Home
last modified time | relevance | path

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

/PHP-7.1/ext/mbstring/
H A Dmbstring.h176 const mbfl_encoding **current_detect_order_list; variable
H A Dmbstring.c1668 if (MBSTRG(current_detect_order_list) != NULL) { in PHP_RSHUTDOWN_FUNCTION()
1669 efree(MBSTRG(current_detect_order_list)); in PHP_RSHUTDOWN_FUNCTION()
1670 MBSTRG(current_detect_order_list) = NULL; in PHP_RSHUTDOWN_FUNCTION()
1968 if (MBSTRG(current_detect_order_list)) { in PHP_FUNCTION()
1969 efree(MBSTRG(current_detect_order_list)); in PHP_FUNCTION()
1971 MBSTRG(current_detect_order_list) = list; in PHP_FUNCTION()
3431 elist = MBSTRG(current_detect_order_list); in PHP_FUNCTION()
4615 entry = MBSTRG(current_detect_order_list); in PHP_FUNCTION()
4696 entry = MBSTRG(current_detect_order_list); in PHP_FUNCTION()
4806 if (MBSTRG(current_detect_order_list)) { in php_mb_populate_current_detect_order_list()
[all …]

Completed in 27 milliseconds