Lines Matching defs:object

287 static zval *dom_get_property_ptr_ptr(zend_object *object, zend_string *name, int type, void **cach…  in dom_get_property_ptr_ptr()
299 zval *dom_read_property(zend_object *object, zend_string *name, int type, void **cache_slot, zval *… in dom_read_property()
328 zval *dom_write_property(zend_object *object, zend_string *name, zval *value, void **cache_slot) in dom_write_property()
364 static int dom_property_exists(zend_object *object, zend_string *name, int check_empty, void **cach… in dom_property_exists()
394 static HashTable* dom_get_debug_info_helper(zend_object *object, int *is_temp) /* {{{ */ in dom_get_debug_info_helper()
437 static HashTable* dom_get_debug_info(zend_object *object, int *is_temp) /* {{{ */ in dom_get_debug_info()
443 void *php_dom_export_node(zval *object) /* {{{ */ in php_dom_export_node()
983 void dom_xpath_objects_free_storage(zend_object *object) in dom_xpath_objects_free_storage()
1008 void dom_objects_free_storage(zend_object *object) in dom_objects_free_storage()
1084 static void dom_object_namespace_node_free_storage(zend_object *object) in dom_object_namespace_node_free_storage()
1115 void dom_nnodemap_objects_free_storage(zend_object *object) /* {{{ */ in dom_nnodemap_objects_free_storage()
1688 static zval *dom_nodelist_read_dimension(zend_object *object, zval *offset, int type, zval *rv) /* … in dom_nodelist_read_dimension()
1706 static int dom_nodelist_has_dimension(zend_object *object, zval *member, int check_empty) in dom_nodelist_has_dimension()
1717 static zval *dom_nodemap_read_dimension(zend_object *object, zval *offset, int type, zval *rv) /* {… in dom_nodemap_read_dimension()
1741 static int dom_nodemap_has_dimension(zend_object *object, zval *member, int check_empty) in dom_nodemap_has_dimension()