Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_gc.c195 struct _store_object *obj; in gc_zobj_possible_root()
278 struct _store_object *obj = &EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(pz)].bucket.obj; in zval_scan_black()
313 static void zobj_scan_black(struct _store_object *obj, zval *pz TSRMLS_DC) in zobj_scan_black()
349 struct _store_object *obj = &EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(pz)].bucket.obj; in zval_mark_grey()
386 static void zobj_mark_grey(struct _store_object *obj, zval *pz TSRMLS_DC) in zobj_mark_grey()
419 struct _store_object *obj = &EG(objects_store).object_buckets[current->handle].bucket.obj; in gc_mark_roots()
457 struct _store_object *obj = &EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(pz)].bucket.obj; in zval_scan()
500 struct _store_object *obj = &EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(pz)].bucket.obj; in zobj_scan()
553 struct _store_object *obj = &EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(pz)].bucket.obj; in zval_collect_white()
599 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()
86 struct _store_object *obj = &objects->object_buckets[i].bucket.obj; in zend_objects_store_free_object_storage()
105 struct _store_object *obj; in zend_objects_store_put()
183 struct _store_object *obj; in zend_objects_store_del_ref_by_handle_ex()
249 struct _store_object *obj; in zend_objects_store_clone_obj()
H A Dzend_objects_API.h35 struct _store_object { struct
/PHP-5.3/ext/dom/
H A Dphp_dom.c596 struct _store_object *obj; in dom_objects_store_clone_obj()

Completed in 23 milliseconds