Home
last modified time | relevance | path

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

/PHP-7.2/ext/dom/
H A Dnamednodemap.c141 xmlNotation *notep = NULL; in PHP_FUNCTION() local
158 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() local
296 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()
H A Ddom_iterators.c111 xmlNotation *notep = NULL; in php_dom_libxml_notation_iter() local
120 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 8 milliseconds