Lines Matching refs:Bucket

134 static zend_never_inline ZEND_COLD int stable_sort_fallback(Bucket *a, Bucket *b) {  in stable_sort_fallback()
154 static zend_never_inline int php_array_##name##_unstable(Bucket *a, Bucket *b) { \
157 static zend_never_inline int php_array_##name(Bucket *a, Bucket *b) { \
160 static zend_never_inline int php_array_reverse_##name##_unstable(Bucket *a, Bucket *b) { \
163 static zend_never_inline int php_array_reverse_##name(Bucket *a, Bucket *b) { \
167 static zend_always_inline int php_array_key_compare_unstable_i(Bucket *f, Bucket *s) /* {{{ */ in php_array_key_compare_unstable_i()
206 static zend_always_inline int php_array_key_compare_numeric_unstable_i(Bucket *f, Bucket *s) /* {{{… in php_array_key_compare_numeric_unstable_i()
227 static zend_always_inline int php_array_key_compare_string_case_unstable_i(Bucket *f, Bucket *s) /*… in php_array_key_compare_string_case_unstable_i()
252 static zend_always_inline int php_array_key_compare_string_unstable_i(Bucket *f, Bucket *s) /* {{{ … in php_array_key_compare_string_unstable_i()
277 static int php_array_key_compare_string_natural_general(Bucket *f, Bucket *s, int fold_case) /* {{{… in php_array_key_compare_string_natural_general()
302 static int php_array_key_compare_string_natural_case(Bucket *a, Bucket *b) /* {{{ */ in php_array_key_compare_string_natural_case()
308 static int php_array_reverse_key_compare_string_natural_case(Bucket *a, Bucket *b) /* {{{ */ in php_array_reverse_key_compare_string_natural_case()
314 static int php_array_key_compare_string_natural(Bucket *a, Bucket *b) /* {{{ */ in php_array_key_compare_string_natural()
320 static int php_array_reverse_key_compare_string_natural(Bucket *a, Bucket *b) /* {{{ */ in php_array_reverse_key_compare_string_natural()
326 static zend_always_inline int php_array_key_compare_string_locale_unstable_i(Bucket *f, Bucket *s) … in php_array_key_compare_string_locale_unstable_i()
346 static zend_always_inline int php_array_data_compare_unstable_i(Bucket *f, Bucket *s) /* {{{ */ in php_array_data_compare_unstable_i()
361 static zend_always_inline int php_array_data_compare_numeric_unstable_i(Bucket *f, Bucket *s) /* {{… in php_array_data_compare_numeric_unstable_i()
377 static zend_always_inline int php_array_data_compare_string_case_unstable_i(Bucket *f, Bucket *s) /… in php_array_data_compare_string_case_unstable_i()
393 static zend_always_inline int php_array_data_compare_string_unstable_i(Bucket *f, Bucket *s) /* {{{… in php_array_data_compare_string_unstable_i()
409 static int php_array_natural_general_compare(Bucket *f, Bucket *s, int fold_case) /* {{{ */ in php_array_natural_general_compare()
423 static zend_always_inline int php_array_natural_compare_unstable_i(Bucket *a, Bucket *b) /* {{{ */ in php_array_natural_compare_unstable_i()
429 static zend_always_inline int php_array_natural_case_compare_unstable_i(Bucket *a, Bucket *b) /* {{… in php_array_natural_case_compare_unstable_i()
435 static int php_array_data_compare_string_locale_unstable_i(Bucket *f, Bucket *s) /* {{{ */ in php_array_data_compare_string_locale_unstable_i()
897 static inline int php_array_user_compare_unstable(Bucket *f, Bucket *s) /* {{{ */ in php_array_user_compare_unstable()
947 static int php_array_user_compare(Bucket *a, Bucket *b) /* {{{ */ in php_array_user_compare()
1015 static inline int php_array_user_key_compare_unstable(Bucket *f, Bucket *s) /* {{{ */ in php_array_user_key_compare_unstable()
1082 static int php_array_user_key_compare(Bucket *a, Bucket *b) /* {{{ */ in php_array_user_key_compare()
2622 Bucket *p;
2915 Bucket *p, temp;
3014 Bucket *p; /* Pointer to hash bucket */
3180 Bucket *p;
3229 Bucket *p;
3273 Bucket *q = Z_ARRVAL_P(stack)->arData + k;
3288 Bucket *q = Z_ARRVAL_P(stack)->arData + k;
3449 static inline Bucket* find_bucket_at_offset(HashTable* ht, zend_long offset)
3452 Bucket *bucket;
3527 Bucket *p = find_bucket_at_offset(ht, offset);
3528 Bucket *end = ht->arData + ht->nNumUsed;
4438 Bucket b;
4456 Bucket *p;
4670 Bucket **lists, *list, **ptrs, *p;
4752 lists = (Bucket **)safe_emalloc(arr_argc, sizeof(Bucket *), 0);
4753 ptrs = (Bucket **)safe_emalloc(arr_argc, sizeof(Bucket *), 0);
4770 …list = (Bucket *) pemalloc((hash->nNumOfElements + 1) * sizeof(Bucket), GC_FLAGS(hash) & IS_ARRAY_…
4782 sizeof(Bucket), (compare_func_t) intersect_data_compare_func,
4786 sizeof(Bucket), (compare_func_t) intersect_key_compare_func,
5044 Bucket **lists, *list, **ptrs, *p;
5126 lists = (Bucket **)safe_emalloc(arr_argc, sizeof(Bucket *), 0);
5127 ptrs = (Bucket **)safe_emalloc(arr_argc, sizeof(Bucket *), 0);
5144 …list = (Bucket *) pemalloc((hash->nNumOfElements + 1) * sizeof(Bucket), GC_FLAGS(hash) & IS_ARRAY_…
5156 sizeof(Bucket), (compare_func_t) diff_data_compare_func,
5160 sizeof(Bucket), (compare_func_t) diff_key_compare_func,
5180 Bucket *ptr = ptrs[i];
5458 Bucket *ab = *(Bucket **)a;
5459 Bucket *bb = *(Bucket **)b;
5482 Bucket *t;
5483 Bucket **f = (Bucket **)p;
5484 Bucket **g = (Bucket **)q;
5497 Bucket** indirect;
5499 Bucket* p;
5610 indirect = (Bucket **)safe_emalloc(array_size, sizeof(Bucket *), 0);
5612 indirect[i] = (Bucket *)safe_emalloc((num_arrays + 1), sizeof(Bucket), 0);
5629 …zend_sort(indirect, array_size, sizeof(Bucket *), php_multisort_compare, (swap_func_t)array_bucket…
5719 Bucket *bucket = &ht->arData[randval];