Searched refs:bucket_compare_func_t (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/standard/ |
H A D | php_array.h | 66 bucket_compare_func_t *multisort_func;
|
H A D | array.c | 572 bucket_compare_func_t cmp; in PHP_FUNCTION() 593 bucket_compare_func_t cmp; in PHP_FUNCTION() 731 bucket_compare_func_t cmp; in PHP_FUNCTION() 752 bucket_compare_func_t cmp; in PHP_FUNCTION() 773 bucket_compare_func_t cmp; in PHP_FUNCTION() 794 bucket_compare_func_t cmp; in PHP_FUNCTION() 4919 bucket_compare_func_t cmp; 5157 bucket_compare_func_t intersect_key_compare_func; 5552 bucket_compare_func_t diff_key_compare_func; 5553 bucket_compare_func_t diff_data_compare_func; [all …]
|
/php-src/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 | 300 typedef int (*bucket_compare_func_t)(Bucket *a, Bucket *b); typedef 302 …_FASTCALL zend_hash_sort_ex(HashTable *ht, sort_func_t sort_func, bucket_compare_func_t compare_fu… 303 …FASTCALL zend_array_sort_ex(HashTable *ht, sort_func_t sort_func, bucket_compare_func_t compare_fu… 306 static zend_always_inline void ZEND_FASTCALL zend_hash_sort(HashTable *ht, bucket_compare_func_t co… in zend_hash_sort() 313 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 | 2976 static void zend_hash_sort_internal(HashTable *ht, sort_func_t sort, bucket_compare_func_t compar, … in zend_hash_sort_internal() 3068 … ZEND_FASTCALL zend_hash_sort_ex(HashTable *ht, sort_func_t sort, bucket_compare_func_t compar, bo… in zend_hash_sort_ex() 3074 …ZEND_FASTCALL zend_array_sort_ex(HashTable *ht, sort_func_t sort, bucket_compare_func_t compar, bo… in zend_array_sort_ex()
|
Completed in 40 milliseconds