Home
last modified time | relevance | path

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

/PHP-5.3/ext/mbstring/
H A Dmbstring.h184 enum mbfl_no_encoding *current_detect_order_list; variable
H A Dmbstring.c1420 MBSTRG(current_detect_order_list) = entry; in PHP_RINIT_FUNCTION()
1473 efree(MBSTRG(current_detect_order_list)); in PHP_RSHUTDOWN_FUNCTION()
1474 MBSTRG(current_detect_order_list) = NULL; in PHP_RSHUTDOWN_FUNCTION()
1738 entry = MBSTRG(current_detect_order_list); in PHP_FUNCTION()
1775 if (MBSTRG(current_detect_order_list)) { in PHP_FUNCTION()
1776 efree(MBSTRG(current_detect_order_list)); in PHP_FUNCTION()
1778 MBSTRG(current_detect_order_list) = list; in PHP_FUNCTION()
3054 elist = MBSTRG(current_detect_order_list); in PHP_FUNCTION()
4196 entry = MBSTRG(current_detect_order_list); in PHP_FUNCTION()
4296 entry = MBSTRG(current_detect_order_list); in PHP_FUNCTION()
[all …]

Completed in 28 milliseconds