Home
last modified time | relevance | path

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

/PHP-5.3/ext/dom/
H A Dnamednodemap.c137 xmlNotation *notep = NULL; in PHP_FUNCTION() local
154 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() local
286 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()
H A Ddom_iterators.c107 xmlNotation *notep = NULL; in php_dom_libxml_notation_iter() local
116 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 10 milliseconds