Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Dxml_serializer.c174 static zend_always_inline const xmlChar *dom_xml_local_prefix_map_find( in dom_xml_local_prefix_map_find() function
191 const xmlChar *result = dom_xml_local_prefix_map_find(map, prefix, prefix_len); in dom_xml_local_prefix_map_conflicts()
204 return dom_xml_local_prefix_map_find(map, prefix, prefix_len) != NULL; in dom_xml_local_prefix_map_contains()
786 …const xmlChar *value = dom_xml_local_prefix_map_find(local_prefixes_map, attr->name, strlen((const… in dom_xml_serialize_attributes()

Completed in 10 milliseconds