Searched refs:multisort_func (Results 1 – 2 of 2) sorted by relevance
128 compare_func_t *multisort_func;
5530 result = ARRAYG(multisort_func)[r](&ab[r], &bb[r]);5585 func = ARRAYG(multisort_func) = (compare_func_t*)ecalloc(argc, sizeof(compare_func_t));5601 …ARRAYG(multisort_func)[num_arrays - 1] = php_get_data_compare_func(sort_type, sort_order != PHP_SO… local5656 …ARRAYG(multisort_func)[num_arrays - 1] = php_get_data_compare_func(sort_type, sort_order != PHP_SO… local
Completed in 19 milliseconds