Searched defs:a (Results 1 – 6 of 6) sorted by relevance
/ext-ds/src/php/ |
H A D | parameters.h | 8 #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 D | common.c | 52 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 D | common.h | 77 #define SWAP_ZVAL(a, b) \ argument
|
/ext-ds/src/ds/ |
H A D | ds_priority_queue.c | 23 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 D | ds_htable.c | 179 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 D | ds_vector.c | 389 zval *a, *b, *c; in ds_vector_rotate() local
|
Completed in 15 milliseconds