Home
last modified time | relevance | path

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

/dports/textproc/domc/domc-0.8.0/src/
H A Ddom.h66 NodeEntry *NodeList_remove(DOM_NodeList *nl, DOM_Node *oldChild);
H A Dnamednodemap.c127 NodeList_remove(map, e->node)) { in DOM_NamedNodeMap_removeNamedItem()
H A Ddom.c51 NodeEntry *NodeList_remove(DOM_NodeList *nl, DOM_Node *oldChild);
338 NodeList_remove(element->attributes, oldAttr) == NULL) { in DOM_Element_removeAttributeNode()
H A Dnodelist.c286 NodeList_remove(DOM_NodeList *nl, DOM_Node *oldChild) in NodeList_remove() function
H A Dnode.c208 e = NodeList_remove(node->childNodes, oldChild); in _removeChild()
/dports/misc/visp/visp-3.4.0/3rdparty/atidaq/
H A Dnode.c147 NodeList_remove(DOM_NodeList *nl, DOM_Node *oldChild) in NodeList_remove() function
264 NodeList_remove(map, e->node)) { in DOM_NamedNodeMap_removeNamedItem()
560 if ((e = NodeList_remove(node->childNodes, oldChild)) == NULL) { in DOM_Node_removeChild()
H A Ddom.c43 NodeEntry *NodeList_remove(DOM_NodeList *nl, DOM_Node *oldChild);
202 if (element && oldAttr && NodeList_remove(element->attributes, oldAttr)) { in DOM_Element_removeAttributeNode()