Home
last modified time | relevance | path

Searched refs:THIS_DS_PRIORITY_QUEUE (Results 1 – 2 of 2) sorted by relevance

/ext-ds/src/php/classes/
H A Dphp_priority_queue_ce.c25 ds_priority_queue_allocate(THIS_DS_PRIORITY_QUEUE(), capacity); in METHOD()
31 RETURN_LONG(ds_priority_queue_capacity(THIS_DS_PRIORITY_QUEUE())); in METHOD()
37 RETURN_OBJ(php_ds_priority_queue_create_clone(THIS_DS_PRIORITY_QUEUE())); in METHOD()
43 ds_priority_queue_push(THIS_DS_PRIORITY_QUEUE(), value, priority); in METHOD()
49 ds_priority_queue_pop(THIS_DS_PRIORITY_QUEUE(), return_value); in METHOD()
55 RETURN_ZVAL_COPY(ds_priority_queue_peek(THIS_DS_PRIORITY_QUEUE())); in METHOD()
61 RETURN_BOOL(DS_PRIORITY_QUEUE_IS_EMPTY(THIS_DS_PRIORITY_QUEUE())); in METHOD()
67 ds_priority_queue_to_array(THIS_DS_PRIORITY_QUEUE(), return_value); in METHOD()
73 RETURN_LONG(DS_PRIORITY_QUEUE_SIZE(THIS_DS_PRIORITY_QUEUE())); in METHOD()
79 ds_priority_queue_clear(THIS_DS_PRIORITY_QUEUE()); in METHOD()
[all …]
/ext-ds/src/php/objects/
H A Dphp_priority_queue.h19 #define THIS_DS_PRIORITY_QUEUE() Z_DS_PRIORITY_QUEUE_P(getThis()) macro

Completed in 5 milliseconds