Home
last modified time | relevance | path

Searched refs:_store_object (Results 1 – 4 of 4) sorted by path

/PHP-5.6/Zend/
H A Dzend_gc.c192 struct _store_object *obj; in gc_zobj_possible_root()
274 struct _store_object *obj = &EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(pz)].bucket.obj; in zval_scan_black()
328 static void zobj_scan_black(struct _store_object *obj, zval *pz TSRMLS_DC) in zobj_scan_black()
380 struct _store_object *obj = &EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(pz)].bucket.obj; in zval_mark_grey()
434 static void zobj_mark_grey(struct _store_object *obj, zval *pz TSRMLS_DC) in zobj_mark_grey()
480 struct _store_object *obj = &EG(objects_store).object_buckets[current->handle].bucket.obj; in gc_mark_roots()
519 struct _store_object *obj = &EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(pz)].bucket.obj; in zval_scan()
576 struct _store_object *obj = &EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(pz)].bucket.obj; in zobj_scan()
639 struct _store_object *obj = &EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(pz)].bucket.obj; in zval_collect_white()
711 struct _store_object *obj = &EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(pz)].bucket.obj; in zobj_collect_white()
[all …]
H A Dzend_objects_API.c51 struct _store_object *obj = &objects->object_buckets[i].bucket.obj; in zend_objects_store_call_destructors()
91 struct _store_object *obj = &objects->object_buckets[i].bucket.obj; in zend_objects_store_free_object_storage()
110 struct _store_object *obj; in zend_objects_store_put()
189 struct _store_object *obj; in zend_objects_store_del_ref_by_handle_ex()
255 struct _store_object *obj; in zend_objects_store_clone_obj()
H A Dzend_objects_API.h36 struct _store_object { struct
/PHP-5.6/ext/dom/
H A Dphp_dom.c596 struct _store_object *obj; in dom_objects_store_clone_obj()

Completed in 19 milliseconds