Home
last modified time | relevance | path

Searched defs:ns_mapper (Results 1 – 12 of 12) sorted by relevance

/php-src/ext/dom/
H A Dprivate_data.h32 struct php_dom_libxml_ns_mapper ns_mapper; member
H A Ddomimplementation.c271 php_dom_libxml_ns_mapper *ns_mapper = php_dom_ns_mapper_from_private(private_data); in PHP_METHOD() local
372 php_dom_libxml_ns_mapper *ns_mapper = php_dom_ns_mapper_from_private(private_data); in PHP_METHOD() local
H A Dnamespace_compat.c219 php_dom_libxml_ns_mapper *ns_mapper; member
390 PHP_DOM_EXPORT void php_dom_libxml_reconcile_modern(php_dom_libxml_ns_mapper *ns_mapper, xmlNodePtr… in php_dom_libxml_reconcile_modern()
426 PHP_DOM_EXPORT php_dom_in_scope_ns php_dom_get_in_scope_ns(php_dom_libxml_ns_mapper *ns_mapper, con… in php_dom_get_in_scope_ns()
H A Dinner_html_mixin.c233 static void dom_xml_fragment_parsing_algorithm_parse(php_dom_libxml_ns_mapper *ns_mapper, const xml… in dom_xml_fragment_parsing_algorithm_parse()
293 php_dom_libxml_ns_mapper *ns_mapper = php_dom_get_ns_mapper(obj); in dom_xml_fragment_parsing_algorithm() local
H A Dxml_document.c81 void dom_mark_namespaces_as_attributes_too(php_dom_libxml_ns_mapper *ns_mapper, xmlDocPtr doc) in dom_mark_namespaces_as_attributes_too()
241 php_dom_libxml_ns_mapper *ns_mapper = php_dom_ns_mapper_from_private(private_data); in dom_document_convert_to_modern() local
H A Delement.c1008 php_dom_libxml_ns_mapper *ns_mapper = php_dom_get_ns_mapper(intern); in dom_set_attribute_ns_modern() local
1874 static void dom_element_get_in_scope_namespace_info(php_dom_libxml_ns_mapper *ns_mapper, HashTable … in dom_element_get_in_scope_namespace_info()
1948 php_dom_libxml_ns_mapper *ns_mapper = php_dom_get_ns_mapper(intern); in PHP_METHOD() local
1966 php_dom_libxml_ns_mapper *ns_mapper = php_dom_get_ns_mapper(intern); in PHP_METHOD() local
2048 php_dom_libxml_ns_mapper *ns_mapper = php_dom_get_ns_mapper(intern); in PHP_METHOD() local
H A Ddocument.c481 php_dom_libxml_ns_mapper *ns_mapper = php_dom_get_ns_mapper(intern); in PHP_METHOD() local
920 php_dom_libxml_ns_mapper *ns_mapper = php_dom_get_ns_mapper(intern); in PHP_METHOD() local
988 php_dom_libxml_ns_mapper *ns_mapper = php_dom_get_ns_mapper(intern); in PHP_METHOD() local
1157 php_dom_libxml_ns_mapper *ns_mapper = php_dom_get_ns_mapper(dom_object_new_document); in php_dom_adopt_node() local
H A Dhtml5_parser.c117 php_dom_libxml_ns_mapper *ns_mapper = php_dom_ns_mapper_from_private(private_data); in lexbor_libxml2_bridge_convert() local
H A Dxpath.c290 php_dom_libxml_ns_mapper *ns_mapper = php_dom_get_ns_mapper(&intern->dom); in php_xpath_eval() local
H A Dphp_dom.c2501 static xmlNodePtr dom_clone_container_helper(php_dom_libxml_ns_mapper *ns_mapper, xmlNodePtr src_no… in dom_clone_container_helper()
2547 static xmlNodePtr dom_clone_helper(php_dom_libxml_ns_mapper *ns_mapper, xmlNodePtr src_node, xmlDoc… in dom_clone_helper()
2620 xmlNodePtr dom_clone_node(php_dom_libxml_ns_mapper *ns_mapper, xmlNodePtr node, xmlDocPtr doc, bool… in dom_clone_node()
H A Dhtml_document.c1583 php_dom_libxml_ns_mapper *ns_mapper = php_dom_get_ns_mapper(obj); in dom_html_document_title_write() local
1625 php_dom_libxml_ns_mapper *ns_mapper = php_dom_get_ns_mapper(obj); in dom_html_document_title_write() local
/php-src/ext/xsl/
H A Dxsltprocessor.c138 …ild_ns_map(xmlHashTablePtr table, xsltStylesheetPtr sheet, php_dom_libxml_ns_mapper *ns_mapper, co… in xsl_build_ns_map()

Completed in 57 milliseconds