Searched refs:notep (Results 1 – 2 of 2) sorted by relevance
137 xmlNotation *notep = NULL; in PHP_FUNCTION() local154 notep = (xmlNotation *)xmlHashLookup(objmap->ht, named); in PHP_FUNCTION()155 if (notep) { in PHP_FUNCTION()156 itemnode = create_notation(notep->name, notep->PublicID, notep->SystemID); in PHP_FUNCTION()269 xmlNotation *notep = NULL; in PHP_FUNCTION() local286 notep = (xmlNotation *)xmlHashLookup(objmap->ht, named); in PHP_FUNCTION()287 if (notep) { in PHP_FUNCTION()288 itemnode = create_notation(notep->name, notep->PublicID, notep->SystemID); in PHP_FUNCTION()
107 xmlNotation *notep = NULL; in php_dom_libxml_notation_iter() local116 notep = iter->notation; in php_dom_libxml_notation_iter()118 return create_notation(notep->name, notep->PublicID, notep->SystemID); in php_dom_libxml_notation_iter()
Completed in 11 milliseconds