Home
last modified time | relevance | path

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

/PHP-7.1/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.h236 zend_hash_sort_ex(ht, zend_sort, compare_func, renumber)
/PHP-7.1/ext/intl/collator/
H A Dcollator_sort.c512 zend_sort( sortKeyIndxBuf, sortKeyCount, in PHP_FUNCTION()
/PHP-7.1/ext/standard/
H A Darray.c3834 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,
4982zend_sort(indirect, array_size, sizeof(Bucket *), php_multisort_compare, (swap_func_t)array_bucket…
/PHP-7.1/win32/build/
H A Dconfig.w32225 zend_sprintf.c zend_ini.c zend_sort.c zend_multibyte.c zend_ts_hash.c \
/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_cfg.c821 zend_sort(sorted_blocks, cfg->blocks_count, sizeof(block_info), in zend_cfg_identify_loops()
/PHP-7.1/
H A Dconfigure.in1505 zend_ini.c zend_sort.c zend_multibyte.c zend_ts_hash.c zend_stream.c \
H A DNEWS2084 . array_multisort now uses zend_sort instead zend_qsort. (Laruence)
3700 and also renamed zend_qsort to zend_sort. (Laruence)

Completed in 46 milliseconds