Searched refs:NodeList_remove (Results 1 – 7 of 7) sorted by relevance
/dports/textproc/domc/domc-0.8.0/src/ |
H A D | dom.h | 66 NodeEntry *NodeList_remove(DOM_NodeList *nl, DOM_Node *oldChild);
|
H A D | namednodemap.c | 127 NodeList_remove(map, e->node)) { in DOM_NamedNodeMap_removeNamedItem()
|
H A D | dom.c | 51 NodeEntry *NodeList_remove(DOM_NodeList *nl, DOM_Node *oldChild); 338 NodeList_remove(element->attributes, oldAttr) == NULL) { in DOM_Element_removeAttributeNode()
|
H A D | nodelist.c | 286 NodeList_remove(DOM_NodeList *nl, DOM_Node *oldChild) in NodeList_remove() function
|
H A D | node.c | 208 e = NodeList_remove(node->childNodes, oldChild); in _removeChild()
|
/dports/misc/visp/visp-3.4.0/3rdparty/atidaq/ |
H A D | node.c | 147 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 D | dom.c | 43 NodeEntry *NodeList_remove(DOM_NodeList *nl, DOM_Node *oldChild); 202 if (element && oldAttr && NodeList_remove(element->attributes, oldAttr)) { in DOM_Element_removeAttributeNode()
|