Lines Matching refs:nodep
343 xmlNode *nodep; in xsl_ext_function_php() local
352 nodep = dom_object_get_node(obj); in xsl_ext_function_php()
353 valuePush(ctxt, xmlXPathNewNodeSet(nodep)); in xsl_ext_function_php()
400 xmlNode *nodep = NULL; in PHP_FUNCTION() local
408 nodep = php_libxml_import_node(docp); in PHP_FUNCTION()
410 if (nodep) { in PHP_FUNCTION()
411 doc = nodep->doc; in PHP_FUNCTION()
447 nodep = xmlDocGetRootElement(sheetp->doc); in PHP_FUNCTION()
448 if (nodep && (nodep = nodep->children)) { in PHP_FUNCTION()
449 while (nodep) { in PHP_FUNCTION()
450 …if (nodep->type == XML_ELEMENT_NODE && xmlStrEqual(nodep->name, (const xmlChar *) "key") && xmlStr… in PHP_FUNCTION()
454 nodep = nodep->next; in PHP_FUNCTION()