Home | History | Annotate | Download | only in libxml2

Lines Matching full:inputstream

422     xmlParserInputPtr inputStream;
450 inputStream = xmlLoadExternalEntity(URL, NULL, pctxt);
451 if (inputStream == NULL) {
456 inputPush(pctxt, inputStream);