Home
last modified time | relevance | path

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

/php-src/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()
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 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.h298 typedef int (*bucket_compare_func_t)(Bucket *a, Bucket *b); typedef
300 …_FASTCALL zend_hash_sort_ex(HashTable *ht, sort_func_t sort_func, bucket_compare_func_t compare_fu…
303 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.c2968 … 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 58 milliseconds