Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dphp_array.h48 bucket_compare_func_t *multisort_func;
H A Darray.c661 bucket_compare_func_t cmp; in PHP_FUNCTION()
682 bucket_compare_func_t cmp; in PHP_FUNCTION()
818 bucket_compare_func_t cmp; in PHP_FUNCTION()
839 bucket_compare_func_t cmp; in PHP_FUNCTION()
860 bucket_compare_func_t cmp; in PHP_FUNCTION()
881 bucket_compare_func_t cmp; in PHP_FUNCTION()
4458 bucket_compare_func_t cmp;
4678 bucket_compare_func_t intersect_key_compare_func;
5052 bucket_compare_func_t diff_key_compare_func;
5053 bucket_compare_func_t diff_data_compare_func;
[all …]
/PHP-8.0/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_ts_hash.h71 ZEND_API void zend_ts_hash_sort(TsHashTable *ht, sort_func_t sort_func, bucket_compare_func_t compa…
73 ZEND_API zval *zend_ts_hash_minmax(TsHashTable *ht, bucket_compare_func_t compar, int flag);
H A Dzend_ts_hash.c267 ZEND_API void zend_ts_hash_sort(TsHashTable *ht, sort_func_t sort_func, bucket_compare_func_t compa… in zend_ts_hash_sort()
287 ZEND_API zval *zend_ts_hash_minmax(TsHashTable *ht, bucket_compare_func_t compar, int flag) in zend_ts_hash_minmax()
H A Dzend_hash.h266 typedef int (*bucket_compare_func_t)(Bucket *a, Bucket *b); typedef
268 …_FASTCALL zend_hash_sort_ex(HashTable *ht, sort_func_t sort_func, bucket_compare_func_t compare_fu…
269 ZEND_API zval* ZEND_FASTCALL zend_hash_minmax(const HashTable *ht, bucket_compare_func_t compar, ui…
H A Dzend_hash.c2497 … ZEND_FASTCALL zend_hash_sort_ex(HashTable *ht, sort_func_t sort, bucket_compare_func_t compar, ze… in zend_hash_sort_ex()
2673 ZEND_API zval* ZEND_FASTCALL zend_hash_minmax(const HashTable *ht, bucket_compare_func_t compar, ui… in zend_hash_minmax()
/PHP-8.0/
H A DUPGRADING.INTERNALS119 typedef int (*bucket_compare_func_t)(Bucket *a, Bucket *b);

Completed in 51 milliseconds