Home
last modified time | relevance | path

Searched refs:QUEUE_SIZE (Results 1 – 5 of 5) sorted by relevance

/ext-ds/src/php/classes/
H A Dphp_queue_ce.c65 RETURN_LONG(QUEUE_SIZE(THIS_DS_QUEUE())); in METHOD()
83 RETURN_BOOL(QUEUE_SIZE(THIS_DS_QUEUE()) == 0); in METHOD()
/ext-ds/src/ds/
H A Dds_queue.h7 #define QUEUE_SIZE(q) ((q)->deque->size) macro
H A Dds_queue.c65 zend_long size = QUEUE_SIZE(queue); in ds_queue_to_array()
/ext-ds/src/php/objects/
H A Dphp_queue.c38 if (QUEUE_SIZE(queue) == 0) { in php_ds_queue_serialize()
/ext-ds/src/php/handlers/
H A Dphp_queue_handlers.c40 *count = QUEUE_SIZE(queue);

Completed in 9 milliseconds