Home
last modified time | relevance | path

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

/ext-ds/src/ds/
H A Dds_priority_queue.h55 #define DS_PRIORITY_QUEUE_IS_EMPTY(queue) (DS_PRIORITY_QUEUE_SIZE(queue) == 0) macro
H A Dds_priority_queue.c256 if (DS_PRIORITY_QUEUE_IS_EMPTY(queue)) { in ds_priority_queue_to_array()
/ext-ds/src/php/iterators/
H A Dphp_priority_queue_iterator.c31 if (DS_PRIORITY_QUEUE_IS_EMPTY(queue)) { in php_ds_priority_queue_iterator_set_current()
/ext-ds/src/php/classes/
H A Dphp_priority_queue_ce.c61 RETURN_BOOL(DS_PRIORITY_QUEUE_IS_EMPTY(THIS_DS_PRIORITY_QUEUE())); in METHOD()
/ext-ds/src/php/handlers/
H A Dphp_priority_queue_handlers.c65 if (DS_PRIORITY_QUEUE_IS_EMPTY(pq)) {

Completed in 12 milliseconds