Searched defs:inputid (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/
H A Dparser.c4865 int inputid; local
4867 inputid = ctxt->input->id;
4963 if (inputid != ctxt->input->id) {
5000 int inputid; local
5009 inputid = ctxt->input->id;
5111 if (ctxt->input->id != inputid) {
6364 int inputid = ctxt->input->id; local
6369 cur = ret = xmlParseElementChildrenContentDeclPriv(ctxt, inputid,
6498 int inputid = ctxt->input->id; local
6502 last = xmlParseElementChildrenContentDeclPriv(ctxt, inputid,
6668 int inputid = ctxt->input->id; local
[all...]

Completed in 92 milliseconds