Lines Matching refs:nodep
343 xmlNode *nodep; in xsl_ext_function_php() local
351 nodep = dom_object_get_node(obj); in xsl_ext_function_php()
352 valuePush(ctxt, xmlXPathNewNodeSet(nodep)); in xsl_ext_function_php()
399 xmlNode *nodep = NULL; in PHP_FUNCTION() local
406 nodep = php_libxml_import_node(docp); in PHP_FUNCTION()
408 if (nodep) { in PHP_FUNCTION()
409 doc = nodep->doc; in PHP_FUNCTION()
444 nodep = xmlDocGetRootElement(sheetp->doc); in PHP_FUNCTION()
445 if (nodep && (nodep = nodep->children)) { in PHP_FUNCTION()
446 while (nodep) { in PHP_FUNCTION()
447 …if (nodep->type == XML_ELEMENT_NODE && xmlStrEqual(nodep->name, (const xmlChar *) "key") && xmlStr… in PHP_FUNCTION()
451 nodep = nodep->next; in PHP_FUNCTION()