Lines Matching refs:nodep
2138 xmlNodePtr nodep = NULL; in sxe_object_clone() local
2167 nodep = xmlDocGetRootElement(docp); in sxe_object_clone()
2169 nodep = xmlDocCopyNode(sxe->node->node, docp, 1); in sxe_object_clone()
2173 php_libxml_increment_node_ptr((php_libxml_node_object *)clone, nodep, NULL); in sxe_object_clone()
2633 xmlNodePtr nodep = NULL; in PHP_FUNCTION() local
2641 nodep = php_libxml_import_node(node); in PHP_FUNCTION()
2643 if (!nodep) { in PHP_FUNCTION()
2648 if (nodep->doc == NULL) { in PHP_FUNCTION()
2653 if (nodep->type == XML_DOCUMENT_NODE || nodep->type == XML_HTML_DOCUMENT_NODE) { in PHP_FUNCTION()
2654 nodep = xmlDocGetRootElement((xmlDocPtr) nodep); in PHP_FUNCTION()
2657 if (nodep && nodep->type == XML_ELEMENT_NODE) { in PHP_FUNCTION()
2669 php_libxml_increment_doc_ref((php_libxml_node_object *)sxe, nodep->doc); in PHP_FUNCTION()
2670 php_libxml_increment_node_ptr((php_libxml_node_object *)sxe, nodep, NULL); in PHP_FUNCTION()