Home
last modified time | relevance | path

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

/ext-ds/src/php/classes/
H A Dphp_queue_ce.c22 ds_queue_push_all(THIS_DS_QUEUE(), values); in METHOD()
29 ds_queue_allocate(THIS_DS_QUEUE(), capacity); in METHOD()
35 RETURN_LONG(ds_queue_capacity(THIS_DS_QUEUE())); in METHOD()
41 ds_queue_push(THIS_DS_QUEUE(), argc, argv); in METHOD()
47 ds_queue_pop_throw(THIS_DS_QUEUE(), return_value); in METHOD()
65 RETURN_LONG(QUEUE_SIZE(THIS_DS_QUEUE())); in METHOD()
71 ds_queue_clear(THIS_DS_QUEUE()); in METHOD()
77 ds_queue_to_array(THIS_DS_QUEUE(), return_value); in METHOD()
83 RETURN_BOOL(QUEUE_SIZE(THIS_DS_QUEUE()) == 0); in METHOD()
89 ds_queue_to_array(THIS_DS_QUEUE(), return_value); in METHOD()
[all …]
/ext-ds/src/php/objects/
H A Dphp_queue.h17 #define THIS_DS_QUEUE() Z_DS_QUEUE_P(getThis()) macro

Completed in 3 milliseconds