Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Dxml_serializer.c86 static bool dom_xml_str_equals_treat_nulls_as_empty(const xmlChar *s1, const xmlChar *s2) in dom_xml_str_equals_treat_nulls_as_empty() function
195 return !dom_xml_str_equals_treat_nulls_as_empty(result, ns); in dom_xml_local_prefix_map_conflicts()
283 if (dom_xml_str_equals_treat_nulls_as_empty(BAD_CAST tmp, prefix)) { in dom_prefix_in_candidate_list()
421 if (dom_xml_str_equals_treat_nulls_as_empty(preferred_prefix, prefix)) { in dom_retrieve_a_preferred_prefix_string()
776 …if (!dom_xml_str_equals_treat_nulls_as_empty(element->ns == NULL ? NULL : element->ns->href, attr_… in dom_xml_serialize_attributes()
986 if (prefix == NULL && dom_xml_str_equals_treat_nulls_as_empty(ns, local_default_namespace)) { in dom_xml_serialize_element_node()
1063 …else if (local_default_namespace == NULL || !dom_xml_str_equals_treat_nulls_as_empty(local_default… in dom_xml_serialize_element_node()

Completed in 7 milliseconds