Home
last modified time | relevance | path

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

/PHP-5.4/ext/mbstring/
H A Dmbstring.h172 const mbfl_encoding **current_detect_order_list; variable
H A Dmbstring.c1644 if (MBSTRG(current_detect_order_list) != NULL) { in PHP_RSHUTDOWN_FUNCTION()
1645 efree(MBSTRG(current_detect_order_list)); in PHP_RSHUTDOWN_FUNCTION()
1646 MBSTRG(current_detect_order_list) = NULL; in PHP_RSHUTDOWN_FUNCTION()
1936 if (MBSTRG(current_detect_order_list)) { in PHP_FUNCTION()
1937 efree(MBSTRG(current_detect_order_list)); in PHP_FUNCTION()
1939 MBSTRG(current_detect_order_list) = list; in PHP_FUNCTION()
3235 elist = MBSTRG(current_detect_order_list); in PHP_FUNCTION()
4377 entry = MBSTRG(current_detect_order_list); in PHP_FUNCTION()
4459 entry = MBSTRG(current_detect_order_list); in PHP_FUNCTION()
4554 if (MBSTRG(current_detect_order_list)) { in php_mb_populate_current_detect_order_list()
[all …]

Completed in 19 milliseconds