Lines Matching refs:user_compare_fci

981 	BG(user_compare_fci).param_count = 2;  in php_array_user_compare()
982 BG(user_compare_fci).params = args; in php_array_user_compare()
983 BG(user_compare_fci).retval = &retval; in php_array_user_compare()
984 BG(user_compare_fci).no_separation = 0; in php_array_user_compare()
985 …if (zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == SUCCESS && Z_TYPE(re… in php_array_user_compare()
1003 BG(user_compare_fci) = old_user_compare_fci; \
1020 old_user_compare_fci = BG(user_compare_fci); \
1025 BG(user_compare_fci) = old_user_compare_fci; \
1039 Z_PARAM_FUNC(BG(user_compare_fci), BG(user_compare_fci_cache)) in php_usort()
1102 BG(user_compare_fci).param_count = 2; in php_array_user_key_compare()
1103 BG(user_compare_fci).params = args; in php_array_user_key_compare()
1104 BG(user_compare_fci).retval = &retval; in php_array_user_key_compare()
1105 BG(user_compare_fci).no_separation = 0; in php_array_user_key_compare()
1106 …if (zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == SUCCESS && Z_TYPE(re… in php_array_user_key_compare()
4604 BG(user_compare_fci).param_count = 2;
4605 BG(user_compare_fci).params = args;
4606 BG(user_compare_fci).retval = &retval;
4607 BG(user_compare_fci).no_separation = 0;
4609 …if (zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == SUCCESS && Z_TYPE(re…
4654 …if (zend_parse_parameters(ZEND_NUM_ARGS(), param_spec, &args, &argc, &BG(user_compare_fci), &BG(us…
4827 BG(user_compare_fci) = *fci_data;
4830 BG(user_compare_fci) = *fci_key;
4868 BG(user_compare_fci) = *fci_key;
4887 BG(user_compare_fci) = *fci_data;
4893 BG(user_compare_fci) = *fci_key;
5057 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "+f", &args, &argc, &BG(user_compare_fci), &BG(user_com…
5242 BG(user_compare_fci) = *fci_data;
5245 BG(user_compare_fci) = *fci_key;
5285 BG(user_compare_fci) = *fci_key;
5311 BG(user_compare_fci) = *fci_data;
5318 BG(user_compare_fci) = *fci_key;