Home
last modified time | relevance | path

Searched refs:zend_sort (Results 1 – 11 of 11) sorted by relevance

/PHP-7.0/Zend/
H A Dzend_sort.h27 ZEND_API void zend_sort(void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_t swp);
H A Dzend_sort.c317 ZEND_API void zend_sort(void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_t swp) in zend_sort() function
366 zend_sort(start, (i - start)/siz - 1, siz, cmp, swp); in zend_sort()
370 zend_sort(i, (end - i)/siz, siz, cmp, swp); in zend_sort()
H A DMakefile.am16 zend_ini.c zend_sort.c zend_objects.c zend_object_handlers.c \
H A Dzend_llist.c215 zend_sort(elements, l->count, sizeof(zend_llist_element *), in zend_llist_sort()
H A Dzend_hash.h209 zend_hash_sort_ex(ht, zend_sort, compare_func, renumber)
/PHP-7.0/ext/intl/collator/
H A Dcollator_sort.c510 zend_sort( sortKeyIndxBuf, sortKeyCount, in PHP_FUNCTION()
/PHP-7.0/win32/build/
H A Dconfig.w32137 zend_sprintf.c zend_ini.c zend_sort.c zend_multibyte.c zend_ts_hash.c \
/PHP-7.0/ext/standard/
H A Darray.c3710 zend_sort((void *) arTmp, i, sizeof(struct bucketindex),
4008 zend_sort((void *) lists[i], hash->nNumOfElements,
4011 zend_sort((void *) lists[i], hash->nNumOfElements,
4430 zend_sort((void *) lists[i], hash->nNumOfElements,
4433 zend_sort((void *) lists[i], hash->nNumOfElements,
/PHP-7.0/
H A DUPGRADING.INTERNALS246 and also renamed zend_qsort to zend_sort.
H A Dconfigure.in1501 zend_ini.c zend_sort.c zend_multibyte.c zend_ts_hash.c zend_stream.c \
H A DNEWS2412 and also renamed zend_qsort to zend_sort. (Laruence)

Completed in 50 milliseconds