Lines Matching refs:obj

46 int dom_documenttype_name_read(dom_object *obj, zval **retval TSRMLS_DC)  in dom_documenttype_name_read()  argument
50 dtdptr = (xmlDtdPtr) dom_object_get_node(obj); in dom_documenttype_name_read()
70 int dom_documenttype_entities_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_documenttype_entities_read() argument
76 doctypep = (xmlDtdPtr) dom_object_get_node(obj); in dom_documenttype_entities_read()
89 dom_namednode_iter(obj, XML_ENTITY_NODE, intern, entityht, NULL, NULL TSRMLS_CC); in dom_documenttype_entities_read()
101 int dom_documenttype_notations_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_documenttype_notations_read() argument
107 doctypep = (xmlDtdPtr) dom_object_get_node(obj); in dom_documenttype_notations_read()
120 dom_namednode_iter(obj, XML_NOTATION_NODE, intern, notationht, NULL, NULL TSRMLS_CC); in dom_documenttype_notations_read()
132 int dom_documenttype_public_id_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_documenttype_public_id_read() argument
136 dtdptr = (xmlDtdPtr) dom_object_get_node(obj); in dom_documenttype_public_id_read()
160 int dom_documenttype_system_id_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_documenttype_system_id_read() argument
164 dtdptr = (xmlDtdPtr) dom_object_get_node(obj); in dom_documenttype_system_id_read()
187 int dom_documenttype_internal_subset_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_documenttype_internal_subset_read() argument
194 dtdptr = (xmlDtdPtr) dom_object_get_node(obj); in dom_documenttype_internal_subset_read()