Home
last modified time | relevance | path

Searched refs:create_notation (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/dom/
H A Dnamednodemap.c159 itemnode = create_notation(notep->name, notep->PublicID, notep->SystemID); in PHP_FUNCTION()
299 itemnode = create_notation(notep->name, notep->PublicID, notep->SystemID); in PHP_FUNCTION()
H A Ddom_iterators.c61 xmlNodePtr create_notation(const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID)… in create_notation() function
120 return create_notation(notep->name, notep->PublicID, notep->SystemID); in php_dom_libxml_notation_iter()
H A Dphp_dom.h123 xmlNodePtr create_notation(const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID);

Completed in 12 milliseconds