Lines Matching refs:bucket_compare_func_t
375 static bucket_compare_func_t php_get_key_compare_func(zend_long sort_type, int reverse) /* {{{ */ in php_get_key_compare_func()
439 static bucket_compare_func_t php_get_data_compare_func(zend_long sort_type, int reverse) /* {{{ */ in php_get_data_compare_func()
503 static bucket_compare_func_t php_get_data_compare_func_unstable(zend_long sort_type, int reverse) /… in php_get_data_compare_func_unstable()
572 bucket_compare_func_t cmp; in PHP_FUNCTION()
593 bucket_compare_func_t cmp; in PHP_FUNCTION()
731 bucket_compare_func_t cmp; in PHP_FUNCTION()
752 bucket_compare_func_t cmp; in PHP_FUNCTION()
773 bucket_compare_func_t cmp; in PHP_FUNCTION()
794 bucket_compare_func_t cmp; in PHP_FUNCTION()
880 static void php_usort(INTERNAL_FUNCTION_PARAMETERS, bucket_compare_func_t compare_func, bool renumb… in php_usort()
4919 bucket_compare_func_t cmp;
5157 bucket_compare_func_t intersect_key_compare_func;
5158 bucket_compare_func_t intersect_data_compare_func;
5552 bucket_compare_func_t diff_key_compare_func;
5553 bucket_compare_func_t diff_data_compare_func;
6018 bucket_compare_func_t *func;
6029 func = ARRAYG(multisort_func) = ecalloc(argc, sizeof(bucket_compare_func_t));