current_detect_order_list  918 ext/mbstring/mbstring.c 		list = (const zend_encoding **)MBSTRG(current_detect_order_list);
current_detect_order_list 1515 ext/mbstring/mbstring.c 	mbstring_globals->current_detect_order_list = NULL;
current_detect_order_list 1666 ext/mbstring/mbstring.c 	if (MBSTRG(current_detect_order_list) != NULL) {
current_detect_order_list 1667 ext/mbstring/mbstring.c 		efree(MBSTRG(current_detect_order_list));
current_detect_order_list 1668 ext/mbstring/mbstring.c 		MBSTRG(current_detect_order_list) = NULL;
current_detect_order_list 1925 ext/mbstring/mbstring.c 		const mbfl_encoding **entry = MBSTRG(current_detect_order_list);
current_detect_order_list 1958 ext/mbstring/mbstring.c 		if (MBSTRG(current_detect_order_list)) {
current_detect_order_list 1959 ext/mbstring/mbstring.c 			efree(MBSTRG(current_detect_order_list));
current_detect_order_list 1961 ext/mbstring/mbstring.c 		MBSTRG(current_detect_order_list) = list;
current_detect_order_list 3259 ext/mbstring/mbstring.c 		elist = MBSTRG(current_detect_order_list);
current_detect_order_list 4210 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 4230 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 4401 ext/mbstring/mbstring.c 		entry = MBSTRG(current_detect_order_list);
current_detect_order_list 4483 ext/mbstring/mbstring.c 		entry = MBSTRG(current_detect_order_list);
current_detect_order_list 4578 ext/mbstring/mbstring.c 	if (MBSTRG(current_detect_order_list)) {
current_detect_order_list 4595 ext/mbstring/mbstring.c 	MBSTRG(current_detect_order_list) = entry;
current_detect_order_list  172 ext/mbstring/mbstring.h 	const mbfl_encoding **current_detect_order_list;