Searched refs:nsPtr (Results 1 – 3 of 3) sorted by relevance
210 xmlNsPtr nsPtr = attr_find_ns(node); in attr_is_equal_ex() local211 if (nsPtr) { in attr_is_equal_ex()212 return (strcmp((char*)nsPtr->href, ns) == 0); in attr_is_equal_ex()226 xmlNsPtr nsPtr = node_find_ns(node); in node_is_equal_ex() local227 if (nsPtr) { in node_is_equal_ex()228 return (strcmp((char*)nsPtr->href, ns) == 0); in node_is_equal_ex()
1878 xmlNsPtr nsPtr = attr_find_ns(attr); in schema_attribute() local1880 if (strncmp((char*)nsPtr->href, SCHEMA_NAMESPACE, sizeof(SCHEMA_NAMESPACE))) { in schema_attribute()1904 smart_str_appends(&key2, (char*)nsPtr->href); in schema_attribute()
271 xmlNsPtr nsPtr = elem->nsDef; in dom_get_attribute_or_nsdecl() local272 while (nsPtr) { in dom_get_attribute_or_nsdecl()273 if (nsPtr->prefix == NULL) { in dom_get_attribute_or_nsdecl()274 return (xmlNodePtr)nsPtr; in dom_get_attribute_or_nsdecl()276 nsPtr = nsPtr->next; in dom_get_attribute_or_nsdecl()
Completed in 16 milliseconds