Home
last modified time | relevance | path

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

/ext-ds/src/php/classes/
H A Dphp_vector_ce.c23 ds_vector_push_all(THIS_DS_VECTOR(), values); in METHOD()
30 ds_vector_allocate(THIS_DS_VECTOR(), capacity); in METHOD()
36 ds_vector_apply(THIS_DS_VECTOR(), FCI_ARGS); in METHOD()
42 RETURN_LONG((THIS_DS_VECTOR())->capacity); in METHOD()
48 ds_vector_clear(THIS_DS_VECTOR()); in METHOD()
66 RETURN_LONG(DS_VECTOR_SIZE(THIS_DS_VECTOR())); in METHOD()
158 ds_vector_push(THIS_DS_VECTOR(), value); in METHOD()
176 ds_vector_reverse(THIS_DS_VECTOR()); in METHOD()
205 ds_vector_t *vector = THIS_DS_VECTOR(); in METHOD()
222 ds_vector_t *vector = THIS_DS_VECTOR(); in METHOD()
[all …]
/ext-ds/src/php/objects/
H A Dphp_vector.h17 #define THIS_DS_VECTOR() Z_DS_VECTOR_P(getThis()) macro

Completed in 9 milliseconds