Home
last modified time | relevance | path

Searched refs:compare_func_t (Results 1 – 14 of 14) sorted by relevance

/PHP-7.0/Zend/
H A Dzend_sort.h26 ZEND_API void zend_qsort(void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_t swp);
27 ZEND_API void zend_sort(void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_t swp);
28 ZEND_API void zend_insert_sort(void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_…
H A Dzend_sort.c28 ZEND_API void zend_qsort(void *base, size_t nmemb, size_t siz, compare_func_t compare, swap_func_t … in zend_qsort()
93 static inline void zend_sort_2(void *a, void *b, compare_func_t cmp, swap_func_t swp) /* {{{ */ { in zend_sort_2()
100 static inline void zend_sort_3(void *a, void *b, void *c, compare_func_t cmp, swap_func_t swp) /* {… in zend_sort_3()
122 static void zend_sort_4(void *a, void *b, void *c, void *d, compare_func_t cmp, swap_func_t swp) /*… in zend_sort_4()
136 static void zend_sort_5(void *a, void *b, void *c, void *d, void *e, compare_func_t cmp, swap_func_… in zend_sort_5()
153 ZEND_API void zend_insert_sort(void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_… in zend_insert_sort()
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()
H A Dzend_ts_hash.h91 ZEND_API int zend_ts_hash_sort(TsHashTable *ht, sort_func_t sort_func, compare_func_t compare_func,…
92 ZEND_API int zend_ts_hash_compare(TsHashTable *ht1, TsHashTable *ht2, compare_func_t compar, zend_b…
93 ZEND_API zval *zend_ts_hash_minmax(TsHashTable *ht, compare_func_t compar, int flag);
H A Dzend_ts_hash.c279 ZEND_API int zend_ts_hash_sort(TsHashTable *ht, sort_func_t sort_func, compare_func_t compare_func,… in zend_ts_hash_sort()
290 ZEND_API int zend_ts_hash_compare(TsHashTable *ht1, TsHashTable *ht2, compare_func_t compar, zend_b… in zend_ts_hash_compare()
303 ZEND_API zval *zend_ts_hash_minmax(TsHashTable *ht, compare_func_t compar, int flag) in zend_ts_hash_minmax()
H A Dzend_llist.c216 (compare_func_t) comp_func, (swap_func_t) zend_llist_swap); in zend_llist_sort()
H A Dzend_hash.h201 ZEND_API int zend_hash_compare(HashTable *ht1, HashTable *ht2, compare_func_t compar, zend_bool o…
202 ZEND_API int ZEND_FASTCALL zend_hash_sort_ex(HashTable *ht, sort_func_t sort_func, compare_func_t
203 ZEND_API zval* ZEND_FASTCALL zend_hash_minmax(const HashTable *ht, compare_func_t compar, uint32_t …
H A Dzend_types.h95 typedef int (*compare_func_t)(const void *, const void *); typedef
97 typedef void (*sort_func_t)(void *, size_t, size_t, compare_func_t, swap_func_t);
H A Dzend_hash.c2265 ZEND_API int ZEND_FASTCALL zend_hash_sort_ex(HashTable *ht, sort_func_t sort, compare_func_t compar… in zend_hash_sort_ex()
2336 static zend_always_inline int zend_hash_compare_impl(HashTable *ht1, HashTable *ht2, compare_func_t in zend_hash_compare_impl()
2414 ZEND_API int zend_hash_compare(HashTable *ht1, HashTable *ht2, compare_func_t compar, zend_bool ord… in zend_hash_compare()
2430 ZEND_API zval* ZEND_FASTCALL zend_hash_minmax(const HashTable *ht, compare_func_t compar, uint32_t … in zend_hash_minmax()
H A Dzend_operators.c2111 …zend_hash_compare(Z_ARRVAL_P(op1), Z_ARRVAL_P(op2), (compare_func_t) hash_zval_identical_function,… in zend_is_identical()
2808 …return ht1 == ht2 ? 0 : zend_hash_compare(ht1, ht2, (compare_func_t) hash_zval_compare_function, 0…
H A Dzend_API.c1866 static void zend_sort_modules(void *base, size_t count, size_t siz, compare_func_t compare, swap_fu… in zend_sort_modules()
/PHP-7.0/ext/standard/
H A Dphp_array.h128 compare_func_t *multisort_func;
H A Darray.c569 static compare_func_t php_get_key_compare_func(zend_long sort_type, int reverse) /* {{{ */ in php_get_key_compare_func()
635 static compare_func_t php_get_data_compare_func(zend_long sort_type, int reverse) /* {{{ */ in php_get_data_compare_func()
707 compare_func_t cmp; in PHP_FUNCTION()
730 compare_func_t cmp; in PHP_FUNCTION()
880 compare_func_t cmp; in PHP_FUNCTION()
901 compare_func_t cmp; in PHP_FUNCTION()
922 compare_func_t cmp; in PHP_FUNCTION()
943 compare_func_t cmp; in PHP_FUNCTION()
1018 static void php_usort(INTERNAL_FUNCTION_PARAMETERS, compare_func_t compare_func, zend_bool renumber… in php_usort()
3679 compare_func_t cmp;
[all …]
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_wait.c77 zend_hash_sort(info->ht[0], (compare_func_t) phpdbg_array_data_compare, 0); in phpdbg_array_intersect_init()
78 zend_hash_sort(info->ht[1], (compare_func_t) phpdbg_array_data_compare, 0); in phpdbg_array_intersect_init()
/PHP-7.0/ext/spl/
H A Dspl_observer.c358 …Z_SPLOBJSTORAGE_P(o1))->storage, &(Z_SPLOBJSTORAGE_P(o2))->storage, (compare_func_t)spl_object_sto… in spl_object_storage_compare_objects()

Completed in 100 milliseconds