Lines Matching refs:user_compare_fci

976 	BG(user_compare_fci).param_count = 2;  in php_array_user_compare()
977 BG(user_compare_fci).params = args; in php_array_user_compare()
978 BG(user_compare_fci).retval = &retval; in php_array_user_compare()
979 BG(user_compare_fci).no_separation = 0; in php_array_user_compare()
980 …if (zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == SUCCESS && Z_TYPE(re… in php_array_user_compare()
998 BG(user_compare_fci) = old_user_compare_fci; \
1015 old_user_compare_fci = BG(user_compare_fci); \
1020 BG(user_compare_fci) = old_user_compare_fci; \
1034 Z_PARAM_FUNC(BG(user_compare_fci), BG(user_compare_fci_cache)) in php_usort()
1094 BG(user_compare_fci).param_count = 2; in php_array_user_key_compare()
1095 BG(user_compare_fci).params = args; in php_array_user_key_compare()
1096 BG(user_compare_fci).retval = &retval; in php_array_user_key_compare()
1097 BG(user_compare_fci).no_separation = 0; in php_array_user_key_compare()
1098 …if (zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == SUCCESS && Z_TYPE(re… in php_array_user_key_compare()
4589 BG(user_compare_fci).param_count = 2;
4590 BG(user_compare_fci).params = args;
4591 BG(user_compare_fci).retval = &retval;
4592 BG(user_compare_fci).no_separation = 0;
4594 …if (zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == SUCCESS && Z_TYPE(re…
4639 …if (zend_parse_parameters(ZEND_NUM_ARGS(), param_spec, &args, &argc, &BG(user_compare_fci), &BG(us…
4807 BG(user_compare_fci) = *fci_data;
4810 BG(user_compare_fci) = *fci_key;
4848 BG(user_compare_fci) = *fci_key;
4867 BG(user_compare_fci) = *fci_data;
4873 BG(user_compare_fci) = *fci_key;
5037 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "+f", &args, &argc, &BG(user_compare_fci), &BG(user_com…
5218 BG(user_compare_fci) = *fci_data;
5221 BG(user_compare_fci) = *fci_key;
5261 BG(user_compare_fci) = *fci_key;
5287 BG(user_compare_fci) = *fci_data;
5294 BG(user_compare_fci) = *fci_key;