Searched refs:ns_match_any (Results 1 – 1 of 1) sorted by relevance
1879 bool ns_match_any = ns == NULL || (ns[0] == '*' && ns[1] == '\0'); in dom_get_elements_by_tag_name_ns_raw() local1886 …if (ns_match_any || (ns[0] == '\0' && nodep->ns == NULL) || (nodep->ns != NULL && xmlStrEqual(node… in dom_get_elements_by_tag_name_ns_raw()
Completed in 14 milliseconds