Lines Matching refs:xmlNode

1676 xmlNodeListGetString(xmlDocPtr doc, const xmlNode *list, int inLine)  in xmlNodeListGetString()
1678 const xmlNode *node = list; in xmlNodeListGetString()
1766 xmlNodeListGetRawString(const xmlDoc *doc, const xmlNode *list, int inLine) in xmlNodeListGetRawString()
1768 const xmlNode *node = list; in xmlNodeListGetRawString()
2177 cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode)); in xmlNewDocPI()
2182 memset(cur, 0, sizeof(xmlNode)); in xmlNewDocPI()
2239 cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode)); in xmlNewNode()
2244 memset(cur, 0, sizeof(xmlNode)); in xmlNewNode()
2281 cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode)); in xmlNewNodeEatName()
2287 memset(cur, 0, sizeof(xmlNode)); in xmlNewNodeEatName()
2415 cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode)); in xmlNewDocFragment()
2420 memset(cur, 0, sizeof(xmlNode)); in xmlNewDocFragment()
2445 cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode)); in xmlNewText()
2450 memset(cur, 0, sizeof(xmlNode)); in xmlNewText()
2563 cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode)); in xmlNewCharRef()
2568 memset(cur, 0, sizeof(xmlNode)); in xmlNewCharRef()
2607 cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode)); in xmlNewReference()
2612 memset(cur, 0, sizeof(xmlNode)); in xmlNewReference()
2676 cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode)); in xmlNewTextLen()
2681 memset(cur, 0, sizeof(xmlNode)); in xmlNewTextLen()
2727 cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode)); in xmlNewComment()
2732 memset(cur, 0, sizeof(xmlNode)); in xmlNewComment()
2761 cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode)); in xmlNewCDataBlock()
2766 memset(cur, 0, sizeof(xmlNode)); in xmlNewCDataBlock()
3450 xmlGetLastChild(const xmlNode *parent) { in xmlGetLastChild()
4211 ret = (xmlNodePtr) xmlMalloc(sizeof(xmlNode)); in xmlStaticCopyNode()
4216 memset(ret, 0, sizeof(xmlNode)); in xmlStaticCopyNode()
4594 xmlGetLineNoInternal(const xmlNode *node, int depth) in xmlGetLineNoInternal()
4644 xmlGetLineNo(const xmlNode *node) in xmlGetLineNo()
4660 xmlGetNodePath(const xmlNode *node) in xmlGetNodePath()
4662 const xmlNode *cur, *tmp, *next; in xmlGetNodePath()
5020 xmlNodeGetLang(const xmlNode *cur) { in xmlNodeGetLang()
5101 xmlNodeGetSpacePreserve(const xmlNode *cur) { in xmlNodeGetSpacePreserve()
5271 xmlNodeGetBase(const xmlDoc *doc, const xmlNode *cur) { in xmlNodeGetBase()
5356 xmlNodeBufGetContent(xmlBufferPtr buffer, const xmlNode *cur) in xmlNodeBufGetContent()
5384 xmlBufGetNodeContent(xmlBufPtr buf, const xmlNode *cur) in xmlBufGetNodeContent()
5394 const xmlNode *tmp = cur; in xmlBufGetNodeContent()
5525 xmlNodeGetContent(const xmlNode *cur) in xmlNodeGetContent()
5905 xmlGetNsList(const xmlDoc *doc ATTRIBUTE_UNUSED, const xmlNode *node) in xmlGetNsList()
6012 const xmlNode *orig = node; in xmlSearchNs()
6481 xmlGetPropNodeInternal(const xmlNode *node, const xmlChar *name, in xmlGetPropNodeInternal()
6641 xmlHasProp(const xmlNode *node, const xmlChar *name) { in xmlHasProp()
6696 xmlHasNsProp(const xmlNode *node, const xmlChar *name, const xmlChar *nameSpace) { in xmlHasNsProp()
6718 xmlGetProp(const xmlNode *node, const xmlChar *name) { in xmlGetProp()
6743 xmlGetNoNsProp(const xmlNode *node, const xmlChar *name) { in xmlGetNoNsProp()
6768 xmlGetNsProp(const xmlNode *node, const xmlChar *name, const xmlChar *nameSpace) { in xmlGetNsProp()
6933 xmlNodeIsText(const xmlNode *node) { in xmlNodeIsText()
6950 xmlIsBlankNode(const xmlNode *node) { in xmlIsBlankNode()
9464 clone = (xmlNodePtr) xmlMalloc(sizeof(xmlNode)); in xmlDOMWrapCloneNode()
9469 memset(clone, 0, sizeof(xmlNode)); in xmlDOMWrapCloneNode()