Home
last modified time | relevance | path

Searched refs:freeElems (Results 1 – 6 of 6) sorted by relevance

/third_party/libxml2/
DSAX2.c1835 if (ctxt->freeElems != NULL) { in xmlSAX2TextNode()
1836 ret = ctxt->freeElems; in xmlSAX2TextNode()
1837 ctxt->freeElems = ret->next; in xmlSAX2TextNode()
2232 if (ctxt->freeElems != NULL) { in xmlSAX2StartElementNs()
2233 ret = ctxt->freeElems; in xmlSAX2StartElementNs()
2234 ctxt->freeElems = ret->next; in xmlSAX2StartElementNs()
DparserInternals.c1812 if (ctxt->freeElems != NULL) { in xmlFreeParserCtxt()
1815 cur = ctxt->freeElems; in xmlFreeParserCtxt()
Dxmlreader.c477 cur->next = reader->ctxt->freeElems; in xmlTextReaderFreeNodeList()
478 reader->ctxt->freeElems = cur; in xmlTextReaderFreeNodeList()
565 cur->next = reader->ctxt->freeElems; in xmlTextReaderFreeNode()
566 reader->ctxt->freeElems = cur; in xmlTextReaderFreeNode()
DNEWS518 Set doc on element obtained from freeElems (Nick Wellnhofer),
/third_party/libxml2/include/libxml/
Dparser.h296 xmlNodePtr freeElems; /* List of freed element nodes */ member
/third_party/libxml2/os400/libxmlrpg/
Dparser.rpgle309 d freeElems like(xmlNodePtr) Free elem nodes list