Searched refs:bucket_compare_func_t (Results 1 – 5 of 5) sorted by relevance
/PHP-8.3/ext/standard/ |
H A D | php_array.h | 66 bucket_compare_func_t *multisort_func;
|
H A D | array.c | 577 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() 4798 bucket_compare_func_t cmp; 5036 bucket_compare_func_t intersect_key_compare_func; 5431 bucket_compare_func_t diff_key_compare_func; 5432 bucket_compare_func_t diff_data_compare_func; [all …]
|
/PHP-8.3/Zend/ |
H A D | zend_vm_trace_map.h | 66 zend_hash_sort(&vm_trace_ht, (bucket_compare_func_t)zend_vm_trace_compare, 0); in zend_vm_trace_init()
|
H A D | zend_hash.h | 296 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… 299 void ZEND_FASTCALL zend_array_sort_ex(HashTable *ht, sort_func_t sort_func, bucket_compare_func_t … 302 static zend_always_inline void ZEND_FASTCALL zend_hash_sort(HashTable *ht, bucket_compare_func_t co… in zend_hash_sort() 309 static zend_always_inline void zend_array_sort(HashTable *ht, bucket_compare_func_t compare_func, b… in zend_array_sort()
|
H A D | zend_hash.c | 2977 static void zend_hash_sort_internal(HashTable *ht, sort_func_t sort, bucket_compare_func_t compar, … in zend_hash_sort_internal() 3069 … ZEND_FASTCALL zend_hash_sort_ex(HashTable *ht, sort_func_t sort, bucket_compare_func_t compar, bo… in zend_hash_sort_ex() 3075 void ZEND_FASTCALL zend_array_sort_ex(HashTable *ht, sort_func_t sort, bucket_compare_func_t compar… in zend_array_sort_ex()
|
Completed in 44 milliseconds