Home
last modified time | relevance | path

Searched refs:DS_PRIORITY_QUEUE_SIZE (Results 1 – 3 of 3) sorted by relevance

/ext-ds/src/ds/
H A Dds_priority_queue.h54 #define DS_PRIORITY_QUEUE_SIZE(queue) ((queue)->size) macro
55 #define DS_PRIORITY_QUEUE_IS_EMPTY(queue) (DS_PRIORITY_QUEUE_SIZE(queue) == 0)
/ext-ds/src/php/classes/
H A Dphp_priority_queue_ce.c73 RETURN_LONG(DS_PRIORITY_QUEUE_SIZE(THIS_DS_PRIORITY_QUEUE())); in METHOD()
/ext-ds/src/php/handlers/
H A Dphp_priority_queue_handlers.c28 *count = DS_PRIORITY_QUEUE_SIZE(pq);

Completed in 10 milliseconds