Home
last modified time | relevance | path

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

/PHP-7.4/ext/soap/
H A Dphp_xml.c204 xmlNsPtr nsPtr = attr_find_ns(node); in attr_is_equal_ex() local
205 if (nsPtr) { in attr_is_equal_ex()
206 return (strcmp((char*)nsPtr->href, ns) == 0); in attr_is_equal_ex()
220 xmlNsPtr nsPtr = node_find_ns(node); in node_is_equal_ex() local
221 if (nsPtr) { in node_is_equal_ex()
222 return (strcmp((char*)nsPtr->href, ns) == 0); in node_is_equal_ex()
H A Dphp_schema.c1854 xmlNsPtr nsPtr = attr_find_ns(attr); in schema_attribute() local
1856 if (strncmp((char*)nsPtr->href, SCHEMA_NAMESPACE, sizeof(SCHEMA_NAMESPACE))) { in schema_attribute()
1880 smart_str_appends(&key2, (char*)nsPtr->href); in schema_attribute()
/PHP-7.4/ext/dom/
H A Delement.c300 xmlNsPtr nsPtr = elem->nsDef; in dom_get_dom1_attribute() local
301 while (nsPtr) { in dom_get_dom1_attribute()
302 if (nsPtr->prefix == NULL) { in dom_get_dom1_attribute()
303 return (xmlNodePtr)nsPtr; in dom_get_dom1_attribute()
305 nsPtr = nsPtr->next; in dom_get_dom1_attribute()

Completed in 17 milliseconds