Home
last modified time | relevance | path

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

/php-uv/
H A Dphp_uv.c383 void static destruct_uv(zend_object *obj);
1204 void static destruct_uv_lock(zend_object *obj) argument
1206 php_uv_lock_t *lock = (php_uv_lock_t *) obj;
1242 void static destruct_uv_loop(zend_object *obj) argument
1244 php_uv_loop_t *loop_obj = (php_uv_loop_t *) obj;
1256 void static free_uv_loop(zend_object *obj) argument
1299 void static destruct_uv(zend_object *obj) argument
1301 php_uv_t *uv = (php_uv_t *) obj;
1307 GC_ADDREF(obj);
2302 void static destruct_uv_stdio(zend_object *obj) argument
[all …]

Completed in 41 milliseconds