Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_sort.h24 ZEND_API void zend_qsort(void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_t swp);
25 ZEND_API void zend_sort(void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_t swp);
26 ZEND_API void zend_insert_sort(void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_…
H A Dzend_sort.c26 ZEND_API void zend_qsort(void *base, size_t nmemb, size_t siz, compare_func_t compare, swap_func_t … in zend_qsort()
91 static inline void zend_sort_2(void *a, void *b, compare_func_t cmp, swap_func_t swp) /* {{{ */ { in zend_sort_2()
98 static inline void zend_sort_3(void *a, void *b, void *c, compare_func_t cmp, swap_func_t swp) /* {… in zend_sort_3()
120 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()
134 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()
151 ZEND_API void zend_insert_sort(void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_… in zend_insert_sort()
315 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.h76 ZEND_API int zend_ts_hash_sort(TsHashTable *ht, sort_func_t sort_func, compare_func_t compare_func,…
77 ZEND_API int zend_ts_hash_compare(TsHashTable *ht1, TsHashTable *ht2, compare_func_t compar, zend_b…
78 ZEND_API zval *zend_ts_hash_minmax(TsHashTable *ht, compare_func_t compar, int flag);
H A Dzend_vm_trace_map.h66 zend_hash_sort(&vm_trace_ht, (compare_func_t)zend_vm_trace_compare, 0); in zend_vm_trace_init()
H A Dzend_ts_hash.c267 ZEND_API int zend_ts_hash_sort(TsHashTable *ht, sort_func_t sort_func, compare_func_t compare_func,… in zend_ts_hash_sort()
278 ZEND_API int zend_ts_hash_compare(TsHashTable *ht1, TsHashTable *ht2, compare_func_t compar, zend_b… in zend_ts_hash_compare()
291 ZEND_API zval *zend_ts_hash_minmax(TsHashTable *ht, compare_func_t compar, int flag) in zend_ts_hash_minmax()
H A Dzend_vm_trace_handlers.h73 zend_hash_sort(&vm_trace_ht, (compare_func_t)zend_vm_trace_compare, 0); in zend_vm_trace_finish()
H A Dzend_llist.c214 (compare_func_t) comp_func, (swap_func_t) zend_llist_swap); in zend_llist_sort()
H A Dzend_hash.h267 ZEND_API int zend_hash_compare(HashTable *ht1, HashTable *ht2, compare_func_t compar, zend_bool o…
268 ZEND_API int ZEND_FASTCALL zend_hash_sort_ex(HashTable *ht, sort_func_t sort_func, compare_func_t
269 ZEND_API zval* ZEND_FASTCALL zend_hash_minmax(const HashTable *ht, compare_func_t compar, uint32_t …
H A Dzend_types.h98 typedef int (*compare_func_t)(const void *, const void *); typedef
100 typedef void (*sort_func_t)(void *, size_t, size_t, compare_func_t, swap_func_t);
H A Dzend_hash.c2472 ZEND_API int ZEND_FASTCALL zend_hash_sort_ex(HashTable *ht, sort_func_t sort, compare_func_t compar… in zend_hash_sort_ex()
2540 static zend_always_inline int zend_hash_compare_impl(HashTable *ht1, HashTable *ht2, compare_func_t in zend_hash_compare_impl()
2618 ZEND_API int zend_hash_compare(HashTable *ht1, HashTable *ht2, compare_func_t compar, zend_bool ord… in zend_hash_compare()
2648 ZEND_API zval* ZEND_FASTCALL zend_hash_minmax(const HashTable *ht, compare_func_t compar, uint32_t … in zend_hash_minmax()
H A Dzend_opcode.c859 (compare_func_t) cmp_live_range, (swap_func_t) swap_live_range); in zend_calc_live_ranges()
H A Dzend_operators.c2252 …zend_hash_compare(Z_ARRVAL_P(op1), Z_ARRVAL_P(op2), (compare_func_t) hash_zval_identical_function,… in zend_is_identical()
2975 …return ht1 == ht2 ? 0 : zend_hash_compare(ht1, ht2, (compare_func_t) hash_zval_compare_function, 0…
H A Dzend_API.c1879 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.4/ext/standard/
H A Dphp_array.h128 compare_func_t *multisort_func;
H A Darray.c559 static compare_func_t php_get_key_compare_func(zend_long sort_type, int reverse) /* {{{ */ in php_get_key_compare_func()
623 static compare_func_t php_get_data_compare_func(zend_long sort_type, int reverse) /* {{{ */ in php_get_data_compare_func()
693 compare_func_t cmp; in PHP_FUNCTION()
716 compare_func_t cmp; in PHP_FUNCTION()
868 compare_func_t cmp; in PHP_FUNCTION()
891 compare_func_t cmp; in PHP_FUNCTION()
914 compare_func_t cmp; in PHP_FUNCTION()
937 compare_func_t cmp; in PHP_FUNCTION()
4552 compare_func_t cmp;
5681 compare_func_t *func;
[all …]
/PHP-7.4/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.4/ext/opcache/Optimizer/
H A Dzend_cfg.c836 (compare_func_t) compare_block_level, (swap_func_t) swap_blocks); in zend_cfg_identify_loops()
/PHP-7.4/ext/spl/
H A Dspl_observer.c366 …Z_SPLOBJSTORAGE_P(o1))->storage, &(Z_SPLOBJSTORAGE_P(o2))->storage, (compare_func_t)spl_object_sto… in spl_object_storage_compare_objects()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c3358 static void preload_sort_classes(void *base, size_t count, size_t siz, compare_func_t compare, swap… in preload_sort_classes()

Completed in 119 milliseconds