Home
last modified time | relevance | path

Searched defs:a (Results 1 – 6 of 6) sorted by relevance

/ext-ds/src/php/
H A Dparameters.h8 #define PARSE_1(spec, a) if (zend_parse_parameters(ZEND_NUM_ARGS(), spec, a) == FAILURE) ret… argument
9 #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
68 #define PARSE_LONG(a) \ argument
/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
/ext-ds/src/ds/
H A Dds_priority_queue.c23 ds_priority_queue_node_t *a, 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()
1132 ds_htable_bucket_t *a = table->buckets; in ds_htable_reverse() local
H A Dds_vector.c389 zval *a, *b, *c; in ds_vector_rotate() local

Completed in 20 milliseconds