Home
last modified time | relevance | path

Searched refs:node_seq (Results 1 – 5 of 5) sorted by relevance

/third_party/libxml2/
DparserInternals.c1763 xmlInitNodeInfoSeq(&ctxt->node_seq); in xmlInitParserCtxt()
1897 xmlClearNodeInfoSeq(&ctxt->node_seq); in xmlClearParserCtxt()
1919 pos = xmlParserFindNodeInfoIndex(&ctx->node_seq, node); in xmlParserFindNodeInfo()
1920 if (pos < ctx->node_seq.length in xmlParserFindNodeInfo()
1921 && ctx->node_seq.buffer[pos].node == node) in xmlParserFindNodeInfo()
1922 return &ctx->node_seq.buffer[pos]; in xmlParserFindNodeInfo()
2020 pos = xmlParserFindNodeInfoIndex(&ctxt->node_seq, (xmlNodePtr) in xmlParserAddNodeInfo()
2023 if ((pos < ctxt->node_seq.length) && in xmlParserAddNodeInfo()
2024 (ctxt->node_seq.buffer != NULL) && in xmlParserAddNodeInfo()
2025 (ctxt->node_seq.buffer[pos].node == info->node)) { in xmlParserAddNodeInfo()
[all …]
Dparser.c13138 ctxt->node_seq.maximum = oldctxt->node_seq.maximum; in xmlParseExternalEntityPrivate()
13139 ctxt->node_seq.length = oldctxt->node_seq.length; in xmlParseExternalEntityPrivate()
13140 ctxt->node_seq.buffer = oldctxt->node_seq.buffer; in xmlParseExternalEntityPrivate()
13215 oldctxt->node_seq.maximum = ctxt->node_seq.maximum; in xmlParseExternalEntityPrivate()
13216 oldctxt->node_seq.length = ctxt->node_seq.length; in xmlParseExternalEntityPrivate()
13217 oldctxt->node_seq.buffer = ctxt->node_seq.buffer; in xmlParseExternalEntityPrivate()
13219 ctxt->node_seq.maximum = 0; in xmlParseExternalEntityPrivate()
13220 ctxt->node_seq.length = 0; in xmlParseExternalEntityPrivate()
13221 ctxt->node_seq.buffer = NULL; in xmlParseExternalEntityPrivate()
14879 xmlInitNodeInfoSeq(&ctxt->node_seq); in xmlCtxtReset()
DHTMLparser.c5129 xmlInitNodeInfoSeq(&ctxt->node_seq); in htmlInitParserCtxt()
6785 xmlInitNodeInfoSeq(&ctxt->node_seq); in htmlCtxtReset()
/third_party/libxml2/include/libxml/
Dparser.h213 xmlParserNodeInfoSeq node_seq; /* info about each node parsed */ member
/third_party/libxml2/os400/libxmlrpg/
Dparser.rpgle227 d node_seq likeds(xmlParserNodeInfoSeq) Parsed nodes info