Searched refs:zend_sort (Results 1 – 11 of 11) sorted by relevance
/PHP-7.1/Zend/ |
H A D | zend_sort.h | 27 ZEND_API void zend_sort(void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_t swp);
|
H A D | zend_sort.c | 317 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 D | Makefile.am | 16 zend_ini.c zend_sort.c zend_objects.c zend_object_handlers.c \
|
H A D | zend_llist.c | 215 zend_sort(elements, l->count, sizeof(zend_llist_element *), in zend_llist_sort()
|
H A D | zend_hash.h | 236 zend_hash_sort_ex(ht, zend_sort, compare_func, renumber)
|
/PHP-7.1/ext/intl/collator/ |
H A D | collator_sort.c | 512 zend_sort( sortKeyIndxBuf, sortKeyCount, in PHP_FUNCTION()
|
/PHP-7.1/ext/standard/ |
H A D | array.c | 3834 zend_sort((void *) arTmp, i, sizeof(struct bucketindex), 4132 zend_sort((void *) lists[i], hash->nNumOfElements, 4135 zend_sort((void *) lists[i], hash->nNumOfElements, 4554 zend_sort((void *) lists[i], hash->nNumOfElements, 4557 zend_sort((void *) lists[i], hash->nNumOfElements, 4982 …zend_sort(indirect, array_size, sizeof(Bucket *), php_multisort_compare, (swap_func_t)array_bucket…
|
/PHP-7.1/win32/build/ |
H A D | config.w32 | 225 zend_sprintf.c zend_ini.c zend_sort.c zend_multibyte.c zend_ts_hash.c \
|
/PHP-7.1/ext/opcache/Optimizer/ |
H A D | zend_cfg.c | 821 zend_sort(sorted_blocks, cfg->blocks_count, sizeof(block_info), in zend_cfg_identify_loops()
|
/PHP-7.1/ |
H A D | configure.in | 1505 zend_ini.c zend_sort.c zend_multibyte.c zend_ts_hash.c zend_stream.c \
|
H A D | NEWS | 2084 . array_multisort now uses zend_sort instead zend_qsort. (Laruence) 3700 and also renamed zend_qsort to zend_sort. (Laruence)
|
Completed in 48 milliseconds