Lines Matching refs:BG

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; \
999 BG(user_compare_fci_cache) = old_user_compare_fci_cache; \
1015 old_user_compare_fci = BG(user_compare_fci); \
1016 old_user_compare_fci_cache = BG(user_compare_fci_cache); \
1017 BG(user_compare_fci_cache) = empty_fcall_info_cache; \
1020 BG(user_compare_fci) = old_user_compare_fci; \
1021 BG(user_compare_fci_cache) = old_user_compare_fci_cache; \
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()
1371 BG(array_walk_fci).retval = &retval; in php_array_walk()
1372 BG(array_walk_fci).param_count = userdata ? 3 : 2; in php_array_walk()
1373 BG(array_walk_fci).params = args; in php_array_walk()
1374 BG(array_walk_fci).no_separation = 0; in php_array_walk()
1426 orig_array_walk_fci = BG(array_walk_fci); in php_array_walk()
1427 orig_array_walk_fci_cache = BG(array_walk_fci_cache); in php_array_walk()
1440 BG(array_walk_fci) = orig_array_walk_fci; in php_array_walk()
1441 BG(array_walk_fci_cache) = orig_array_walk_fci_cache; in php_array_walk()
1446 result = zend_call_function(&BG(array_walk_fci), &BG(array_walk_fci_cache)); in php_array_walk()
1494 orig_array_walk_fci = BG(array_walk_fci); in PHP_FUNCTION()
1495 orig_array_walk_fci_cache = BG(array_walk_fci_cache); in PHP_FUNCTION()
1499 Z_PARAM_FUNC(BG(array_walk_fci), BG(array_walk_fci_cache)) in PHP_FUNCTION()
1503 BG(array_walk_fci) = orig_array_walk_fci; in PHP_FUNCTION()
1504 BG(array_walk_fci_cache) = orig_array_walk_fci_cache; in PHP_FUNCTION()
1509 BG(array_walk_fci) = orig_array_walk_fci; in PHP_FUNCTION()
1510 BG(array_walk_fci_cache) = orig_array_walk_fci_cache; in PHP_FUNCTION()
1524 orig_array_walk_fci = BG(array_walk_fci); in PHP_FUNCTION()
1525 orig_array_walk_fci_cache = BG(array_walk_fci_cache); in PHP_FUNCTION()
1529 Z_PARAM_FUNC(BG(array_walk_fci), BG(array_walk_fci_cache)) in PHP_FUNCTION()
1533 BG(array_walk_fci) = orig_array_walk_fci; in PHP_FUNCTION()
1534 BG(array_walk_fci_cache) = orig_array_walk_fci_cache; in PHP_FUNCTION()
1539 BG(array_walk_fci) = orig_array_walk_fci; in PHP_FUNCTION()
1540 BG(array_walk_fci_cache) = orig_array_walk_fci_cache; in PHP_FUNCTION()
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;
4808 BG(user_compare_fci_cache) = *fci_data_cache;
4810 BG(user_compare_fci) = *fci_key;
4811 BG(user_compare_fci_cache) = *fci_key_cache;
4848 BG(user_compare_fci) = *fci_key;
4849 BG(user_compare_fci_cache) = *fci_key_cache;
4867 BG(user_compare_fci) = *fci_data;
4868 BG(user_compare_fci_cache) = *fci_data_cache;
4873 BG(user_compare_fci) = *fci_key;
4874 BG(user_compare_fci_cache) = *fci_key_cache;
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;
5219 BG(user_compare_fci_cache) = *fci_data_cache;
5221 BG(user_compare_fci) = *fci_key;
5222 BG(user_compare_fci_cache) = *fci_key_cache;
5261 BG(user_compare_fci) = *fci_key;
5262 BG(user_compare_fci_cache) = *fci_key_cache;
5287 BG(user_compare_fci) = *fci_data;
5288 BG(user_compare_fci_cache) = *fci_data_cache;
5294 BG(user_compare_fci) = *fci_key;
5295 BG(user_compare_fci_cache) = *fci_key_cache;