Searched refs:notep (Results 1 – 2 of 2) sorted by relevance
141 xmlNotation *notep = NULL; in PHP_FUNCTION() local158 notep = (xmlNotation *)xmlHashLookup(objmap->ht, (xmlChar *) named); in PHP_FUNCTION()159 if (notep) { in PHP_FUNCTION()160 itemnode = create_notation(notep->name, notep->PublicID, notep->SystemID); in PHP_FUNCTION()279 xmlNotation *notep = NULL; in PHP_FUNCTION() local296 notep = (xmlNotation *)xmlHashLookup(objmap->ht, (xmlChar *) named); in PHP_FUNCTION()297 if (notep) { in PHP_FUNCTION()298 itemnode = create_notation(notep->name, notep->PublicID, notep->SystemID); in PHP_FUNCTION()
111 xmlNotation *notep = NULL; in php_dom_libxml_notation_iter() local120 notep = iter->notation; in php_dom_libxml_notation_iter()122 return create_notation(notep->name, notep->PublicID, notep->SystemID); in php_dom_libxml_notation_iter()
Completed in 7 milliseconds