Searched refs:vctx (Results 1 – 1 of 1) sorted by relevance
59 xmlSchemaValidCtxtPtr vctx; in xml_validate() local86 vctx = xmlSchemaNewValidCtxt(schema); in xml_validate()87 xmlSchemaSetValidErrors(vctx, (xmlSchemaValidityErrorFunc) add_str, in xml_validate()91 ret = xmlSchemaValidateDoc(vctx, doc); in xml_validate()92 xmlSchemaFreeValidCtxt(vctx); in xml_validate()120 xmlValidCtxt vctx; in xml_validate_dtd() local146 os_memset(&vctx, 0, sizeof(vctx)); in xml_validate_dtd()147 vctx.userData = &errors; in xml_validate_dtd()148 vctx.error = add_str; in xml_validate_dtd()149 vctx.warning = add_str; in xml_validate_dtd()[all …]