Searched refs:notep (Results 1 – 2 of 2) sorted by relevance
139 xmlNotation *notep = NULL; in PHP_FUNCTION() local156 notep = (xmlNotation *)xmlHashLookup(objmap->ht, (xmlChar *) named); in PHP_FUNCTION()157 if (notep) { in PHP_FUNCTION()158 itemnode = create_notation(notep->name, notep->PublicID, notep->SystemID); in PHP_FUNCTION()277 xmlNotation *notep = NULL; in PHP_FUNCTION() local294 notep = (xmlNotation *)xmlHashLookup(objmap->ht, (xmlChar *) named); in PHP_FUNCTION()295 if (notep) { in PHP_FUNCTION()296 itemnode = create_notation(notep->name, notep->PublicID, notep->SystemID); in PHP_FUNCTION()
109 xmlNotation *notep = NULL; in php_dom_libxml_notation_iter() local118 notep = iter->notation; in php_dom_libxml_notation_iter()120 return create_notation(notep->name, notep->PublicID, notep->SystemID); in php_dom_libxml_notation_iter()
Completed in 6 milliseconds