Lines Matching refs:BG

824 	BG(user_compare_fci).param_count = 2;  in php_array_user_compare_unstable()
825 BG(user_compare_fci).params = args; in php_array_user_compare_unstable()
826 BG(user_compare_fci).retval = &retval; in php_array_user_compare_unstable()
827 …call_failed = zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE ||… in php_array_user_compare_unstable()
846 …call_failed = zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE ||… in php_array_user_compare_unstable()
876 old_user_compare_fci = BG(user_compare_fci); \
877 old_user_compare_fci_cache = BG(user_compare_fci_cache); \
879 BG(user_compare_fci_cache) = empty_fcall_info_cache; \
882 BG(user_compare_fci) = old_user_compare_fci; \
883 BG(user_compare_fci_cache) = old_user_compare_fci_cache; \
895 Z_PARAM_FUNC(BG(user_compare_fci), BG(user_compare_fci_cache)) in php_usort()
950 BG(user_compare_fci).param_count = 2; in php_array_user_key_compare_unstable()
951 BG(user_compare_fci).params = args; in php_array_user_key_compare_unstable()
952 BG(user_compare_fci).retval = &retval; in php_array_user_key_compare_unstable()
953 …call_failed = zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE ||… in php_array_user_key_compare_unstable()
981 …call_failed = zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE ||… in php_array_user_key_compare_unstable()
4672 BG(user_compare_fci).param_count = 2;
4673 BG(user_compare_fci).params = args;
4674 BG(user_compare_fci).retval = &retval;
4676 …if (zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == SUCCESS && Z_TYPE(re…
4713 …if (zend_parse_parameters(ZEND_NUM_ARGS(), param_spec, &args, &argc, &BG(user_compare_fci), &BG(us…
4858 BG(user_compare_fci) = *fci_data;
4859 BG(user_compare_fci_cache) = *fci_data_cache;
4861 BG(user_compare_fci) = *fci_key;
4862 BG(user_compare_fci_cache) = *fci_key_cache;
4912 BG(user_compare_fci) = *fci_key;
4913 BG(user_compare_fci_cache) = *fci_key_cache;
4931 BG(user_compare_fci) = *fci_data;
4932 BG(user_compare_fci_cache) = *fci_data_cache;
4937 BG(user_compare_fci) = *fci_key;
4938 BG(user_compare_fci_cache) = *fci_key_cache;
5089 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "+f", &args, &argc, &BG(user_compare_fci), &BG(user_com…
5243 BG(user_compare_fci) = *fci_data;
5244 BG(user_compare_fci_cache) = *fci_data_cache;
5246 BG(user_compare_fci) = *fci_key;
5247 BG(user_compare_fci_cache) = *fci_key_cache;
5299 BG(user_compare_fci) = *fci_key;
5300 BG(user_compare_fci_cache) = *fci_key_cache;
5325 BG(user_compare_fci) = *fci_data;
5326 BG(user_compare_fci_cache) = *fci_data_cache;
5332 BG(user_compare_fci) = *fci_key;
5333 BG(user_compare_fci_cache) = *fci_key_cache;