Home
last modified time | relevance | path

Searched refs:bucket_compare_func_t (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/ext/standard/
H A Dphp_array.h66 bucket_compare_func_t *multisort_func;
H A Darray.c577 bucket_compare_func_t cmp; in PHP_FUNCTION()
598 bucket_compare_func_t cmp; in PHP_FUNCTION()
736 bucket_compare_func_t cmp; in PHP_FUNCTION()
757 bucket_compare_func_t cmp; in PHP_FUNCTION()
778 bucket_compare_func_t cmp; in PHP_FUNCTION()
799 bucket_compare_func_t cmp; in PHP_FUNCTION()
4797 bucket_compare_func_t cmp;
5035 bucket_compare_func_t intersect_key_compare_func;
5430 bucket_compare_func_t diff_key_compare_func;
5431 bucket_compare_func_t diff_data_compare_func;
[all …]
/PHP-8.3/Zend/
H A Dzend_vm_trace_map.h66 zend_hash_sort(&vm_trace_ht, (bucket_compare_func_t)zend_vm_trace_compare, 0); in zend_vm_trace_init()
H A Dzend_hash.h296 typedef int (*bucket_compare_func_t)(Bucket *a, Bucket *b); typedef
298 …_FASTCALL zend_hash_sort_ex(HashTable *ht, sort_func_t sort_func, bucket_compare_func_t compare_fu…
301 static zend_always_inline void ZEND_FASTCALL zend_hash_sort(HashTable *ht, bucket_compare_func_t co… in zend_hash_sort()
H A Dzend_hash.c2977 … ZEND_FASTCALL zend_hash_sort_ex(HashTable *ht, sort_func_t sort, bucket_compare_func_t compar, bo… in zend_hash_sort_ex()

Completed in 40 milliseconds