Lines Matching refs:user_compare_fci

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); \
882 BG(user_compare_fci) = old_user_compare_fci; \
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;
4861 BG(user_compare_fci) = *fci_key;
4912 BG(user_compare_fci) = *fci_key;
4931 BG(user_compare_fci) = *fci_data;
4937 BG(user_compare_fci) = *fci_key;
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;
5246 BG(user_compare_fci) = *fci_key;
5299 BG(user_compare_fci) = *fci_key;
5325 BG(user_compare_fci) = *fci_data;
5332 BG(user_compare_fci) = *fci_key;