Home
last modified time | relevance | path

Searched refs:zend_insert_sort (Results 1 – 3 of 3) sorted by relevance

/PHP-7.1/Zend/
H A Dzend_sort.h28 ZEND_API void zend_insert_sort(void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_…
H A Dzend_sort.c153 ZEND_API void zend_insert_sort(void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_… in zend_insert_sort() function
321 zend_insert_sort(base, nmemb, siz, cmp, swp); in zend_sort()
/PHP-7.1/
H A DNEWS3701 . Added stable sorting algo zend_insert_sort. (Laruence)

Completed in 17 milliseconds