Home | History | Annotate | Download | only in c-index-test

Lines Matching defs:Doc

481   xmlDocPtr Doc;
498 Doc = xmlParseDoc((const xmlChar *) Str);
500 if (!Doc) {
507 status = xmlRelaxNGValidateDoc(ValidationCtxt, Doc);
517 xmlFreeDoc(Doc);