Lines Matching refs:BG

906 	BG(user_compare_fci).param_count = 2;  in php_array_user_compare_unstable()
907 BG(user_compare_fci).params = args; in php_array_user_compare_unstable()
908 BG(user_compare_fci).retval = &retval; in php_array_user_compare_unstable()
909 …call_failed = zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE ||… in php_array_user_compare_unstable()
928 …call_failed = zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE ||… in php_array_user_compare_unstable()
958 old_user_compare_fci = BG(user_compare_fci); \
959 old_user_compare_fci_cache = BG(user_compare_fci_cache); \
961 BG(user_compare_fci_cache) = empty_fcall_info_cache; \
964 BG(user_compare_fci) = old_user_compare_fci; \
965 BG(user_compare_fci_cache) = old_user_compare_fci_cache; \
977 Z_PARAM_FUNC(BG(user_compare_fci), BG(user_compare_fci_cache)) in php_usort()
1032 BG(user_compare_fci).param_count = 2; in php_array_user_key_compare_unstable()
1033 BG(user_compare_fci).params = args; in php_array_user_key_compare_unstable()
1034 BG(user_compare_fci).retval = &retval; in php_array_user_key_compare_unstable()
1035 …call_failed = zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE ||… in php_array_user_key_compare_unstable()
1063 …call_failed = zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == FAILURE ||… in php_array_user_key_compare_unstable()
1346 BG(array_walk_fci).retval = &retval; in php_array_walk()
1347 BG(array_walk_fci).param_count = userdata ? 3 : 2; in php_array_walk()
1348 BG(array_walk_fci).params = args; in php_array_walk()
1410 orig_array_walk_fci = BG(array_walk_fci); in php_array_walk()
1411 orig_array_walk_fci_cache = BG(array_walk_fci_cache); in php_array_walk()
1424 BG(array_walk_fci) = orig_array_walk_fci; in php_array_walk()
1425 BG(array_walk_fci_cache) = orig_array_walk_fci_cache; in php_array_walk()
1430 result = zend_call_function(&BG(array_walk_fci), &BG(array_walk_fci_cache)); in php_array_walk()
1477 orig_array_walk_fci = BG(array_walk_fci); in PHP_FUNCTION()
1478 orig_array_walk_fci_cache = BG(array_walk_fci_cache); in PHP_FUNCTION()
1482 Z_PARAM_FUNC(BG(array_walk_fci), BG(array_walk_fci_cache)) in PHP_FUNCTION()
1486 BG(array_walk_fci) = orig_array_walk_fci; in PHP_FUNCTION()
1487 BG(array_walk_fci_cache) = orig_array_walk_fci_cache; in PHP_FUNCTION()
1492 BG(array_walk_fci) = orig_array_walk_fci; in PHP_FUNCTION()
1493 BG(array_walk_fci_cache) = orig_array_walk_fci_cache; in PHP_FUNCTION()
1506 orig_array_walk_fci = BG(array_walk_fci); in PHP_FUNCTION()
1507 orig_array_walk_fci_cache = BG(array_walk_fci_cache); in PHP_FUNCTION()
1511 Z_PARAM_FUNC(BG(array_walk_fci), BG(array_walk_fci_cache)) in PHP_FUNCTION()
1515 BG(array_walk_fci) = orig_array_walk_fci; in PHP_FUNCTION()
1516 BG(array_walk_fci_cache) = orig_array_walk_fci_cache; in PHP_FUNCTION()
1521 BG(array_walk_fci) = orig_array_walk_fci; in PHP_FUNCTION()
1522 BG(array_walk_fci_cache) = orig_array_walk_fci_cache; in PHP_FUNCTION()
4570 BG(user_compare_fci).param_count = 2;
4571 BG(user_compare_fci).params = args;
4572 BG(user_compare_fci).retval = &retval;
4574 …if (zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == SUCCESS && Z_TYPE(re…
4611 …if (zend_parse_parameters(ZEND_NUM_ARGS(), param_spec, &args, &argc, &BG(user_compare_fci), &BG(us…
4756 BG(user_compare_fci) = *fci_data;
4757 BG(user_compare_fci_cache) = *fci_data_cache;
4759 BG(user_compare_fci) = *fci_key;
4760 BG(user_compare_fci_cache) = *fci_key_cache;
4799 BG(user_compare_fci) = *fci_key;
4800 BG(user_compare_fci_cache) = *fci_key_cache;
4818 BG(user_compare_fci) = *fci_data;
4819 BG(user_compare_fci_cache) = *fci_data_cache;
4824 BG(user_compare_fci) = *fci_key;
4825 BG(user_compare_fci_cache) = *fci_key_cache;
4976 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "+f", &args, &argc, &BG(user_compare_fci), &BG(user_com…
5130 BG(user_compare_fci) = *fci_data;
5131 BG(user_compare_fci_cache) = *fci_data_cache;
5133 BG(user_compare_fci) = *fci_key;
5134 BG(user_compare_fci_cache) = *fci_key_cache;
5175 BG(user_compare_fci) = *fci_key;
5176 BG(user_compare_fci_cache) = *fci_key_cache;
5201 BG(user_compare_fci) = *fci_data;
5202 BG(user_compare_fci_cache) = *fci_data_cache;
5208 BG(user_compare_fci) = *fci_key;
5209 BG(user_compare_fci_cache) = *fci_key_cache;