Searched defs:c (Results 1 – 4 of 4) sorted by relevance
/ext-ds/src/php/ |
H A D | arginfo.h | 19 #define ARGINFO_CALLABLE_OPTIONAL_ZVAL(name, c, z) \ argument 30 #define ARGINFO_OPTIONAL_CALLABLE(name, c) \ argument 35 #define ARGINFO_CALLABLE(name, c) \ argument 205 #define ARGINFO_CALLABLE_RETURN_DS(name, c, col) \ argument 225 #define ARGINFO_OPTIONAL_CALLABLE_RETURN_DS(name, c, col) \ argument
|
H A D | parameters.h | 10 #define PARSE_3(spec, a, b, c) if (zend_parse_parameters(ZEND_NUM_ARGS(), spec, a, b, c) == FAILUR… argument
|
/ext-ds/src/ds/ |
H A D | ds_vector.c | 96 const zend_long c = vector->capacity; in ds_vector_auto_truncate() local 389 zval *a, *b, *c; in ds_vector_rotate() local
|
H A D | ds_htable.c | 1136 ds_htable_bucket_t c = *a; in ds_htable_reverse() local
|
Completed in 12 milliseconds