Home | History | Annotate | Download | only in libxml2

Lines Matching refs:streamCtxt

2317  * @streamCtxt: the stream context
2328 xmlStreamWantsAnyNode(xmlStreamCtxtPtr streamCtxt)
2330 if (streamCtxt == NULL)
2332 while (streamCtxt != NULL) {
2333 if (streamCtxt->comp->flags & XML_STREAM_FINAL_IS_ANY_NODE)
2335 streamCtxt = streamCtxt->next;