Home
last modified time | relevance | path

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

/external/libxml2/
Dparser.c4544 int inputid; in xmlParseCommentComplex() local
4546 inputid = ctxt->input->id; in xmlParseCommentComplex()
4628 if (inputid != ctxt->input->id) { in xmlParseCommentComplex()
4664 int inputid; in xmlParseComment() local
4673 inputid = ctxt->input->id; in xmlParseComment()
4764 if (ctxt->input->id != inputid) { in xmlParseComment()
5992 int inputid = ctxt->input->id; in xmlParseElementChildrenContentDeclPriv() local
5997 cur = ret = xmlParseElementChildrenContentDeclPriv(ctxt, inputid, in xmlParseElementChildrenContentDeclPriv()
6126 int inputid = ctxt->input->id; in xmlParseElementChildrenContentDeclPriv() local
6130 last = xmlParseElementChildrenContentDeclPriv(ctxt, inputid, in xmlParseElementChildrenContentDeclPriv()
[all …]
/external/chromium_org/third_party/libxml/src/
Dparser.c4464 int inputid; in xmlParseCommentComplex() local
4466 inputid = ctxt->input->id; in xmlParseCommentComplex()
4552 if (inputid != ctxt->input->id) { in xmlParseCommentComplex()
4588 int inputid; in xmlParseComment() local
4597 inputid = ctxt->input->id; in xmlParseComment()
4692 if (ctxt->input->id != inputid) { in xmlParseComment()
5927 int inputid = ctxt->input->id; in xmlParseElementChildrenContentDeclPriv() local
5932 cur = ret = xmlParseElementChildrenContentDeclPriv(ctxt, inputid, in xmlParseElementChildrenContentDeclPriv()
6061 int inputid = ctxt->input->id; in xmlParseElementChildrenContentDeclPriv() local
6065 last = xmlParseElementChildrenContentDeclPriv(ctxt, inputid, in xmlParseElementChildrenContentDeclPriv()
[all …]