Home
last modified time | relevance | path

Searched refs:nodemem (Results 1 – 4 of 4) sorted by relevance

/third_party/libxml2/
DSAX2.c1623 ctxt->nodemem = -1; in xmlSAX2StartElement()
1797 ctxt->nodemem = -1; in xmlSAX2EndElement()
2312 ctxt->nodemem = -1; in xmlSAX2StartElementNs()
2451 ctxt->nodemem = -1; in xmlSAX2EndElementNs()
2550 ctxt->nodemem = len + 1; in xmlSAX2Text()
2560 if ((coalesceText) && (ctxt->nodemem != 0)) { in xmlSAX2Text()
2571 } else if ((ctxt->nodemem == ctxt->nodelen + 1) && in xmlSAX2Text()
2585 (size_t)ctxt->nodemem + (size_t)len > SIZE_T_MAX / 2) { in xmlSAX2Text()
2589 if (ctxt->nodelen + len >= ctxt->nodemem) { in xmlSAX2Text()
2593 size = ctxt->nodemem + len; in xmlSAX2Text()
[all …]
Dparser.c7500 ctxt->nodemem = 0; in xmlParseReference()
/third_party/libxml2/include/libxml/
Dparser.h256 int nodemem; /* Speed up large node parsing */ member
/third_party/libxml2/os400/libxmlrpg/
Dparser.rpgle272 d nodemem like(xmlCint) Speed up parsing