Home
last modified time | relevance | path

Searched refs:q (Results 1 – 4 of 4) sorted by relevance

/ext-ds/src/ds/
H A Dds_queue.h7 #define QUEUE_SIZE(q) ((q)->deque->size) argument
8 #define QUEUE_IS_EMPTY(q) ((q)->deque->size == 0) argument
H A Dds_htable.c70 ds_htable_bucket_t *q = bucket; in ds_htable_rehash() local
74 *q = *bucket; in ds_htable_rehash()
76 DS_HTABLE_BUCKET_REHASH(table, q, mask, j); in ds_htable_rehash()
77 q++; in ds_htable_rehash()
/ext-ds/src/php/objects/
H A Dphp_queue.h22 #define RETURN_DS_QUEUE(q) \ argument
24 ds_queue_t *_q = q; \
/ext-ds/
H A Dappveyor.yml46 …binary-tools/archive/%PHP_SDK_BINARY_TOOLS_VER%.zip --no-check-certificate -q -O php-sdk-binary-to…
58 xcopy C:\projects\php-ds C:\projects\php-src\ext\ds /s /e /y /q
96 - cmd: php.exe /projects/php-src/run-tests.php /projects/php-src/ext/ds -q --show-diff

Completed in 7 milliseconds