Lines Matching refs:nodep
346 xmlNode *nodep; in xsl_ext_function_php() local
355 nodep = dom_object_get_node(obj); in xsl_ext_function_php()
356 valuePush(ctxt, xmlXPathNewNodeSet(nodep)); in xsl_ext_function_php()
403 xmlNode *nodep = NULL; in PHP_FUNCTION() local
411 nodep = php_libxml_import_node(docp); in PHP_FUNCTION()
413 if (nodep) { in PHP_FUNCTION()
414 doc = nodep->doc; in PHP_FUNCTION()
450 nodep = xmlDocGetRootElement(sheetp->doc); in PHP_FUNCTION()
451 if (nodep && (nodep = nodep->children)) { in PHP_FUNCTION()
452 while (nodep) { in PHP_FUNCTION()
453 …if (nodep->type == XML_ELEMENT_NODE && xmlStrEqual(nodep->name, (const xmlChar *) "key") && xmlStr… in PHP_FUNCTION()
457 nodep = nodep->next; in PHP_FUNCTION()