Lines Matching refs:document

68 	subnode->document = sxe->document;  in _node_as_zval()
69 subnode->document->refcount++; in _node_as_zval()
975 subnode->document = sxe_ref->document; in _get_base_node_value()
976 subnode->document->refcount++; in _get_base_node_value()
1145 ZVAL_STR(&value, sxe_xmlNodeListGetString((xmlDocPtr) sxe->document->ptr, attr->children, 1)); in sxe_get_prop_hash()
1267 } else if (sxe1->document->ptr == sxe2->document->ptr) { in sxe_objects_compare()
1303 sxe->xpath = xmlXPathNewContext((xmlDocPtr) sxe->document->ptr); in SXE_METHOD()
1306 …ode_ptr((php_libxml_node_object *)sxe, xmlDocGetRootElement((xmlDocPtr) sxe->document->ptr), NULL); in SXE_METHOD()
1316 ns = xmlGetNsList((xmlDocPtr) sxe->document->ptr, nodeptr); in SXE_METHOD()
1383 sxe->xpath = xmlXPathNewContext((xmlDocPtr) sxe->document->ptr); in SXE_METHOD()
1422 bytes = xmlSaveFile(filename, (xmlDocPtr) sxe->document->ptr); in SXE_METHOD()
1435 xmlNodeDumpOutput(outbuf, (xmlDocPtr) sxe->document->ptr, node, 0, 0, NULL); in SXE_METHOD()
1450 …xmlDocDumpMemoryEnc((xmlDocPtr) sxe->document->ptr, &strval, &strval_len, (const char *) ((xmlDocP… in SXE_METHOD()
1467 …mlNodeDumpOutput(outbuf, (xmlDocPtr) sxe->document->ptr, node, 0, 0, (const char *) ((xmlDocPtr) s… in SXE_METHOD()
1595 node = xmlDocGetRootElement((xmlDocPtr)sxe->document->ptr); in SXE_METHOD()
1881 contents = xmlNodeListGetString((xmlDocPtr) sxe->document->ptr, node->children, 1); in sxe_object_cast_ex()
1885 if (sxe->document) { in sxe_object_cast_ex()
1886 …ode_ptr((php_libxml_node_object *)sxe, xmlDocGetRootElement((xmlDocPtr) sxe->document->ptr), NULL); in sxe_object_cast_ex()
1892 contents = xmlNodeListGetString((xmlDocPtr) sxe->document->ptr, sxe->node->node->children, 1); in sxe_object_cast_ex()
2017 clone->document = sxe->document; in sxe_object_clone()
2018 if (clone->document) { in sxe_object_clone()
2019 clone->document->refcount++; in sxe_object_clone()
2020 docp = clone->document->ptr; in sxe_object_clone()
2285 ((php_libxml_node_object *)sxe)->document = NULL; in SXE_METHOD()
2543 sxe->document = object->document; in PHP_FUNCTION()