Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Dnamednodemap.c87 itemnode = create_notation(notep->name, notep->PublicID, notep->SystemID); in php_dom_named_node_map_get_named_item()
224 itemnode = create_notation(notep->name, notep->PublicID, notep->SystemID); in PHP_METHOD()
H A Ddom_iterators.c53 xmlNodePtr create_notation(const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID)… in create_notation() function
87 curnode = create_notation(notation->name, notation->PublicID, notation->SystemID); in php_dom_libxml_hash_iter()
H A Dphp_dom.h153 xmlNodePtr create_notation(const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID);

Completed in 10 milliseconds