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

Lines Matching defs:Doc

566   xmlDocPtr Doc;
580 Doc = xmlParseDoc((const xmlChar *) Str);
582 if (!Doc) {
589 status = xmlRelaxNGValidateDoc(ValidationCtxt, Doc);
599 xmlFreeDoc(Doc);