Home
last modified time | relevance | path

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

/external/libxml2/
Dparser.c4806 int inputid; in xmlParseCommentComplex() local
4808 inputid = ctxt->input->id; in xmlParseCommentComplex()
4904 if (inputid != ctxt->input->id) { in xmlParseCommentComplex()
4941 int inputid; in xmlParseComment() local
4950 inputid = ctxt->input->id; in xmlParseComment()
5052 if (ctxt->input->id != inputid) { in xmlParseComment()
6304 int inputid = ctxt->input->id; in xmlParseElementChildrenContentDeclPriv() local
6309 cur = ret = xmlParseElementChildrenContentDeclPriv(ctxt, inputid, in xmlParseElementChildrenContentDeclPriv()
6438 int inputid = ctxt->input->id; in xmlParseElementChildrenContentDeclPriv() local
6442 last = xmlParseElementChildrenContentDeclPriv(ctxt, inputid, in xmlParseElementChildrenContentDeclPriv()
[all …]