Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Dnamespace_compat.c50 static HashTable *php_dom_libxml_ns_mapper_ensure_prefix_map(php_dom_libxml_ns_mapper *mapper, zend… in php_dom_libxml_ns_mapper_ensure_prefix_map()
79 php_dom_libxml_ns_mapper *mapper = emalloc(sizeof(*mapper)); in php_dom_libxml_ns_mapper_create() local
87 void php_dom_libxml_ns_mapper_destroy(php_dom_libxml_ns_mapper *mapper) in php_dom_libxml_ns_mapper_destroy()
106 PHP_DOM_EXPORT xmlNsPtr php_dom_libxml_ns_mapper_ensure_html_ns(php_dom_libxml_ns_mapper *mapper) in php_dom_libxml_ns_mapper_ensure_html_ns()
111 …PORT xmlNsPtr php_dom_libxml_ns_mapper_ensure_prefixless_xmlns_ns(php_dom_libxml_ns_mapper *mapper) in php_dom_libxml_ns_mapper_ensure_prefixless_xmlns_ns()
133 PHP_DOM_EXPORT xmlNsPtr php_dom_libxml_ns_mapper_get_ns(php_dom_libxml_ns_mapper *mapper, zend_stri… in php_dom_libxml_ns_mapper_get_ns()
191 …lNsPtr php_dom_libxml_ns_mapper_get_ns_raw_strings_nullsafe(php_dom_libxml_ns_mapper *mapper, cons… in php_dom_libxml_ns_mapper_get_ns_raw_strings_nullsafe()
202 …sPtr php_dom_libxml_ns_mapper_store_and_normalize_parsed_ns(php_dom_libxml_ns_mapper *mapper, xmlN… in php_dom_libxml_ns_mapper_store_and_normalize_parsed_ns()
232 …T php_libxml_private_data_header *php_dom_libxml_ns_mapper_header(php_dom_libxml_ns_mapper *mapper) in php_dom_libxml_ns_mapper_header()
246 PHP_DOM_EXPORT xmlAttrPtr php_dom_ns_compat_mark_attribute(php_dom_libxml_ns_mapper *mapper, xmlNod… in php_dom_ns_compat_mark_attribute()
[all …]

Completed in 9 milliseconds