Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_sort.h24 ZEND_API void zend_sort(void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_t swp);
25 ZEND_API void zend_insert_sort(void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_…
H A Dzend_sort.c24 static inline void zend_sort_2(void *a, void *b, compare_func_t cmp, swap_func_t swp) /* {{{ */ { in zend_sort_2()
31 static inline void zend_sort_3(void *a, void *b, void *c, compare_func_t cmp, swap_func_t swp) /* {… in zend_sort_3()
53 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()
67 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()
84 ZEND_API void zend_insert_sort(void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_… in zend_insert_sort()
248 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_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.c216 (compare_func_t) comp_func, (swap_func_t) zend_llist_swap); in zend_llist_sort()
H A Dzend_types.h104 typedef int (*compare_func_t)(const void *, const void *); typedef
106 typedef void (*sort_func_t)(void *, size_t, size_t, compare_func_t, swap_func_t);
H A Dzend_hash.c3014 sort((void *)ht->arData, ht->nNumUsed, sizeof(Bucket), (compare_func_t) compar, in zend_hash_sort_ex()
3061 static zend_always_inline int zend_hash_compare_impl(HashTable *ht1, HashTable *ht2, compare_func_t in zend_hash_compare_impl()
3163 ZEND_API int zend_hash_compare(HashTable *ht1, HashTable *ht2, compare_func_t compar, bool ordered) in zend_hash_compare()
3189 ZEND_API zval* ZEND_FASTCALL zend_hash_minmax(const HashTable *ht, compare_func_t compar, uint32_t … in zend_hash_minmax()
H A Dzend_hash.h299 ZEND_API int zend_hash_compare(HashTable *ht1, HashTable *ht2, compare_func_t compar, bool ordere…
301 ZEND_API zval* ZEND_FASTCALL zend_hash_minmax(const HashTable *ht, compare_func_t compar, uint32_t …
H A Dzend_opcode.c1009 (compare_func_t) cmp_live_range, (swap_func_t) swap_live_range); in zend_calc_live_ranges()
H A Dzend_operators.c2395 …zend_hash_compare(Z_ARRVAL_P(op1), Z_ARRVAL_P(op2), (compare_func_t) hash_zval_identical_function,… in zend_is_identical()
3382 …return ht1 == ht2 ? 0 : zend_hash_compare(ht1, ht2, (compare_func_t) hash_zval_compare_function, 0…
H A Dzend_API.c2361 static void zend_sort_modules(void *base, size_t count, size_t siz, compare_func_t compare, swap_fu… in zend_sort_modules()
/php-src/ext/standard/
H A Darray.c5006 (compare_func_t) cmp, (swap_func_t) array_bucketindex_swap);
5273 sizeof(Bucket), (compare_func_t) intersect_data_compare_func,
5277 sizeof(Bucket), (compare_func_t) intersect_key_compare_func,
5668 sizeof(Bucket), (compare_func_t) diff_data_compare_func,
5672 sizeof(Bucket), (compare_func_t) diff_key_compare_func,
/php-src/ext/spl/
H A Dspl_observer.c398 …Z_SPLOBJSTORAGE_P(o1))->storage, &(Z_SPLOBJSTORAGE_P(o2))->storage, (compare_func_t)spl_object_sto… in spl_object_storage_compare_objects()
/php-src/ext/opcache/
H A DZendAccelerator.c3642 static void preload_sort_classes(void *base, size_t count, size_t siz, compare_func_t compare, swap…

Completed in 123 milliseconds