Home
last modified time | relevance | path

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

/PHP-7.3/ext/dom/
H A Dnamednodemap.c139 xmlNotation *notep = NULL; in PHP_FUNCTION() local
156 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() local
294 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()
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 8 milliseconds