current_detect_order_list 908 ext/mbstring/mbstring.c list = (const zend_encoding **)MBSTRG(current_detect_order_list); current_detect_order_list 1508 ext/mbstring/mbstring.c mbstring_globals->current_detect_order_list = NULL; current_detect_order_list 1665 ext/mbstring/mbstring.c if (MBSTRG(current_detect_order_list) != NULL) { current_detect_order_list 1666 ext/mbstring/mbstring.c efree(MBSTRG(current_detect_order_list)); current_detect_order_list 1667 ext/mbstring/mbstring.c MBSTRG(current_detect_order_list) = NULL; current_detect_order_list 1932 ext/mbstring/mbstring.c const mbfl_encoding **entry = MBSTRG(current_detect_order_list); current_detect_order_list 1965 ext/mbstring/mbstring.c if (MBSTRG(current_detect_order_list)) { current_detect_order_list 1966 ext/mbstring/mbstring.c efree(MBSTRG(current_detect_order_list)); current_detect_order_list 1968 ext/mbstring/mbstring.c MBSTRG(current_detect_order_list) = list; current_detect_order_list 3400 ext/mbstring/mbstring.c elist = MBSTRG(current_detect_order_list); current_detect_order_list 4347 ext/mbstring/mbstring.c const mbfl_encoding *encoding = mbfl_identify_encoding2(&orig_str, MBSTRG(current_detect_order_list), MBSTRG(current_detect_order_list_size), MBSTRG(strict_detection)); current_detect_order_list 4367 ext/mbstring/mbstring.c const mbfl_encoding *encoding = mbfl_identify_encoding2(&orig_str, MBSTRG(current_detect_order_list), MBSTRG(current_detect_order_list_size), MBSTRG(strict_detection)); current_detect_order_list 4536 ext/mbstring/mbstring.c entry = MBSTRG(current_detect_order_list); current_detect_order_list 4617 ext/mbstring/mbstring.c entry = MBSTRG(current_detect_order_list); current_detect_order_list 4711 ext/mbstring/mbstring.c if (MBSTRG(current_detect_order_list)) { current_detect_order_list 4728 ext/mbstring/mbstring.c MBSTRG(current_detect_order_list) = entry; current_detect_order_list 175 ext/mbstring/mbstring.h const mbfl_encoding **current_detect_order_list;