Lines Matching refs:user_compare_fci

967 	BG(user_compare_fci).param_count = 2;  in php_array_user_compare()
968 BG(user_compare_fci).params = args; in php_array_user_compare()
969 BG(user_compare_fci).retval = &retval; in php_array_user_compare()
970 BG(user_compare_fci).no_separation = 0; in php_array_user_compare()
971 …if (zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == SUCCESS && Z_TYPE(re… in php_array_user_compare()
989 BG(user_compare_fci) = old_user_compare_fci; \
1006 old_user_compare_fci = BG(user_compare_fci); \
1012 BG(user_compare_fci) = old_user_compare_fci; \
1026 Z_PARAM_FUNC(BG(user_compare_fci), BG(user_compare_fci_cache)) in php_usort()
1088 BG(user_compare_fci).param_count = 2; in php_array_user_key_compare()
1089 BG(user_compare_fci).params = args; in php_array_user_key_compare()
1090 BG(user_compare_fci).retval = &retval; in php_array_user_key_compare()
1091 BG(user_compare_fci).no_separation = 0; in php_array_user_key_compare()
1092 …if (zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == SUCCESS && Z_TYPE(re… in php_array_user_key_compare()
4662 BG(user_compare_fci).param_count = 2;
4663 BG(user_compare_fci).params = args;
4664 BG(user_compare_fci).retval = &retval;
4665 BG(user_compare_fci).no_separation = 0;
4667 …if (zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == SUCCESS && Z_TYPE(re…
4712 …if (zend_parse_parameters(ZEND_NUM_ARGS(), param_spec, &args, &argc, &BG(user_compare_fci), &BG(us…
4880 BG(user_compare_fci) = *fci_data;
4883 BG(user_compare_fci) = *fci_key;
4921 BG(user_compare_fci) = *fci_key;
4940 BG(user_compare_fci) = *fci_data;
4946 BG(user_compare_fci) = *fci_key;
5110 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "+f", &args, &argc, &BG(user_compare_fci), &BG(user_com…
5291 BG(user_compare_fci) = *fci_data;
5294 BG(user_compare_fci) = *fci_key;
5334 BG(user_compare_fci) = *fci_key;
5360 BG(user_compare_fci) = *fci_data;
5367 BG(user_compare_fci) = *fci_key;