Home
last modified time | relevance | path

Searched refs:notep (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/dom/
H A Dnamednodemap.c139 xmlNotation *notep = NULL; in PHP_FUNCTION() local
157 notep = (xmlNotation *)xmlHashLookup(objmap->ht, (xmlChar *) named); in PHP_FUNCTION()
158 if (notep) { in PHP_FUNCTION()
159 itemnode = create_notation(notep->name, notep->PublicID, notep->SystemID); in PHP_FUNCTION()
279 xmlNotation *notep = NULL; in PHP_FUNCTION() local
297 notep = (xmlNotation *)xmlHashLookup(objmap->ht, (xmlChar *) named); in PHP_FUNCTION()
298 if (notep) { in PHP_FUNCTION()
299 itemnode = create_notation(notep->name, notep->PublicID, notep->SystemID); in PHP_FUNCTION()
H A Ddom_iterators.c109 xmlNotation *notep = NULL; in php_dom_libxml_notation_iter() local
118 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 7 milliseconds