Home
last modified time | relevance | path

Searched defs:b (Results 1 – 7 of 7) sorted by relevance

/ext-ds/src/php/
H A Dparameters.h9 #define PARSE_2(spec, a, b) if (zend_parse_parameters(ZEND_NUM_ARGS(), spec, a, b) == FAILURE) … argument
10 #define PARSE_3(spec, a, b, c) if (zend_parse_parameters(ZEND_NUM_ARGS(), spec, a, b, c) == FAILUR… argument
37 #define PARSE_LONG_AND_LONG(a, b) \ argument
/ext-ds/src/ds/
H A Dds_htable.h80 #define DS_HTABLE_BUCKET_DELETE(b) \ argument
85 #define DS_HTABLE_FOREACH_BUCKET(h, b) \ argument
94 #define DS_HTABLE_FOREACH_BUCKET_REVERSED(h, b) \ argument
H A Dds_priority_queue.c24 ds_priority_queue_node_t *b in ds_priority_queue_node_compare()
236 static int priority_sort(const void *a, const void *b) in priority_sort()
H A Dds_htable.c179 static inline bool user_hashable_equals(zval *a, zval *b) in user_hashable_equals()
527 static int user_compare_by_value(const void *a, const void *b) in user_compare_by_value()
549 static int user_compare_by_key(const void *a, const void *b) in user_compare_by_key()
568 static int compare_by_key(const void *a, const void *b) in compare_by_key()
579 static int compare_by_value(const void *a, const void *b) in compare_by_value()
1133 ds_htable_bucket_t *b = table->buckets + table->size - 1; in ds_htable_reverse() local
H A Dds_vector.c389 zval *a, *b, *c; in ds_vector_rotate() local
/ext-ds/src/
H A Dcommon.c52 static int ds_zval_user_compare_func(const void *a, const void *b) in ds_zval_user_compare_func()
77 static int ds_zval_compare_func(const void *a, const void *b) in ds_zval_compare_func()
H A Dcommon.h77 #define SWAP_ZVAL(a, b) \ argument

Completed in 25 milliseconds