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

/external/libxml2/
H A DdebugXML.c2355 xmlRelaxNGValidCtxtPtr vctxt; local
2370 vctxt = xmlRelaxNGNewValidCtxt(relaxngschemas);
2371 xmlRelaxNGSetValidErrors(vctxt,
2375 ret = xmlRelaxNGValidateDoc(vctxt, sctxt->doc);
2384 xmlRelaxNGFreeValidCtxt(vctxt);
2639 xmlValidCtxt vctxt; local
2643 vctxt.userData = stderr;
2644 vctxt.error = (xmlValidityErrorFunc) fprintf;
2645 vctxt.warning = (xmlValidityWarningFunc) fprintf;
2648 res = xmlValidateDocument(&vctxt, ctx
[all...]
H A Dschematron.c1747 xmlSchematronValidCtxtPtr vctxt; local
1766 vctxt = xmlSchematronNewValidCtxt(schema);
1767 if (vctxt == NULL) {
1770 ret = xmlSchematronValidateDoc(vctxt, instance);
1771 xmlSchematronFreeValidCtxt(vctxt);
H A Dxmllint.c1655 xmlSchemaValidCtxtPtr vctxt; local
1657 vctxt = xmlSchemaNewValidCtxt(wxschemas);
1658 xmlSchemaSetValidErrors(vctxt,
1663 ret = xmlSchemaValidateStream(vctxt, buf, 0, handler,
1677 xmlSchemaFreeValidCtxt(vctxt);
2207 ctxt->vctxt.error = xmlHTMLValidityError;
2208 ctxt->vctxt.warning = xmlHTMLValidityWarning;
H A Dvalid.c6990 xmlValidCtxt vctxt; local
7013 memset(&vctxt, 0, sizeof (xmlValidCtxt));
7014 vctxt.error = xmlNoValidityErr; /* this suppresses err/warn output */
7062 if (xmlValidateOneElement(&vctxt, parent->doc, parent)) {
H A Drelaxng.c10619 xmlValidCtxt vctxt; local
10621 memset(&vctxt, 0, sizeof(xmlValidCtxt));
10622 vctxt.valid = 1;
10623 vctxt.error = ctxt->error;
10624 vctxt.warning = ctxt->warning;
10625 vctxt.userData = ctxt->userData;
10627 if (xmlValidateDocumentFinal(&vctxt, doc) != 1)
H A Dxmlschemas.c623 xmlSchemaValidCtxtPtr vctxt; member in struct:_xmlSchemaParserCtxt
1069 xmlSchemaClearValidCtxt(xmlSchemaValidCtxtPtr vctxt);
2035 xmlSchemaValidCtxtPtr vctxt = (xmlSchemaValidCtxtPtr) ctxt; local
2038 vctxt->nberrors++;
2039 vctxt->err = error;
2040 channel = vctxt->error;
2042 channel = vctxt->warning;
2044 schannel = vctxt->serror;
2045 data = vctxt->errCtxt;
2053 (vctxt
2197 xmlSchemaValidCtxtPtr vctxt = (xmlSchemaValidCtxtPtr) actxt; local
2359 xmlSchemaKeyrefErr(xmlSchemaValidCtxtPtr vctxt, xmlParserErrors error, xmlSchemaPSVIIDCNodePtr idcNode, xmlSchemaTypePtr type ATTRIBUTE_UNUSED, const char *message, const xmlChar *str1, const xmlChar *str2) argument
9967 xmlSchemaCreatePCtxtOnVCtxt(xmlSchemaValidCtxtPtr vctxt) argument
21493 xmlSchemaAssembleByLocation(xmlSchemaValidCtxtPtr vctxt, xmlSchemaPtr schema, xmlNodePtr node, const xmlChar *nsName, const xmlChar *location) argument
21599 xmlSchemaGetMetaAttrInfo(xmlSchemaValidCtxtPtr vctxt, int metaType) argument
21631 xmlSchemaAssembleByXSI(xmlSchemaValidCtxtPtr vctxt) argument
21712 xmlSchemaLookupNamespace(xmlSchemaValidCtxtPtr vctxt, const xmlChar *prefix) argument
21773 xmlSchemaValidateNotation(xmlSchemaValidCtxtPtr vctxt, xmlSchemaPtr schema, xmlNodePtr node, const xmlChar *value, xmlSchemaValPtr *val, int valNeeded) argument
21841 xmlSchemaVAddNodeQName(xmlSchemaValidCtxtPtr vctxt, const xmlChar* lname, const xmlChar* nsname) argument
21883 xmlSchemaAugmentIDC(xmlSchemaIDCPtr idcDef, xmlSchemaValidCtxtPtr vctxt) argument
21919 xmlSchemaAugmentImportedIDC(xmlSchemaImportPtr imported, xmlSchemaValidCtxtPtr vctxt) argument
21963 xmlSchemaIDCStoreNodeTableItem(xmlSchemaValidCtxtPtr vctxt, xmlSchemaPSVIIDCNodePtr item) argument
22004 xmlSchemaIDCStoreKey(xmlSchemaValidCtxtPtr vctxt, xmlSchemaPSVIIDCKeyPtr key) argument
22084 xmlSchemaIDCAcquireBinding(xmlSchemaValidCtxtPtr vctxt, xmlSchemaIDCMatcherPtr matcher) argument
22223 xmlSchemaIDCReleaseMatcherList(xmlSchemaValidCtxtPtr vctxt, xmlSchemaIDCMatcherPtr matcher) argument
22287 xmlSchemaIDCAddStateObject(xmlSchemaValidCtxtPtr vctxt, xmlSchemaIDCMatcherPtr matcher, xmlSchemaIDCSelectPtr sel, int type) argument
22360 xmlSchemaXPathEvaluate(xmlSchemaValidCtxtPtr vctxt, xmlElementType nodeType) argument
22494 xmlSchemaFormatIDCKeySequence(xmlSchemaValidCtxtPtr vctxt, xmlChar **buf, xmlSchemaPSVIIDCKeyPtr *seq, int count) argument
22538 xmlSchemaXPathPop(xmlSchemaValidCtxtPtr vctxt) argument
22567 xmlSchemaXPathProcessHistory(xmlSchemaValidCtxtPtr vctxt, int depth) argument
23071 xmlSchemaIDCRegisterMatchers(xmlSchemaValidCtxtPtr vctxt, xmlSchemaElementPtr elemDecl) argument
23192 xmlSchemaIDCFillNodeTables(xmlSchemaValidCtxtPtr vctxt, xmlSchemaNodeInfoPtr ielem) argument
23388 xmlSchemaBubbleIDCNodeTables(xmlSchemaValidCtxtPtr vctxt) argument
23681 xmlSchemaCheckCVCIDCKeyRef(xmlSchemaValidCtxtPtr vctxt) argument
23803 xmlSchemaGetFreshAttrInfo(xmlSchemaValidCtxtPtr vctxt) argument
23855 xmlSchemaValidatorPushAttribute(xmlSchemaValidCtxtPtr vctxt, xmlNodePtr attrNode, int nodeLine, const xmlChar *localName, const xmlChar *nsName, int ownedNames, xmlChar *value, int ownedValue) argument
23917 xmlSchemaClearElemInfo(xmlSchemaValidCtxtPtr vctxt, xmlSchemaNodeInfoPtr ielem) argument
23982 xmlSchemaGetFreshElemInfo(xmlSchemaValidCtxtPtr vctxt) argument
24299 xmlSchemaValidateQName(xmlSchemaValidCtxtPtr vctxt, const xmlChar *value, xmlSchemaValPtr *val, int valNeeded) argument
24707 xmlSchemaVExpandQName(xmlSchemaValidCtxtPtr vctxt, const xmlChar *value, const xmlChar **nsName, const xmlChar **localName) argument
24766 xmlSchemaProcessXSIType(xmlSchemaValidCtxtPtr vctxt, xmlSchemaAttrInfoPtr iattr, xmlSchemaTypePtr *localType, xmlSchemaElementPtr elemDecl) argument
24896 xmlSchemaValidateElemDecl(xmlSchemaValidCtxtPtr vctxt) argument
25024 xmlSchemaVAttributesSimple(xmlSchemaValidCtxtPtr vctxt) argument
25055 xmlSchemaClearAttrInfos(xmlSchemaValidCtxtPtr vctxt) argument
25094 xmlSchemaVAttributesComplex(xmlSchemaValidCtxtPtr vctxt) argument
25698 xmlSchemaValidateElemWildcard(xmlSchemaValidCtxtPtr vctxt, int *skip) argument
25780 xmlSchemaCheckCOSValidDefault(xmlSchemaValidCtxtPtr vctxt, const xmlChar *value, xmlSchemaValPtr *val) argument
25872 xmlSchemaValidatorPushElem(xmlSchemaValidCtxtPtr vctxt) argument
25885 xmlSchemaVCheckINodeDataType(xmlSchemaValidCtxtPtr vctxt, xmlSchemaNodeInfoPtr inode, xmlSchemaTypePtr type, const xmlChar *value) argument
25906 xmlSchemaValidatorPopElem(xmlSchemaValidCtxtPtr vctxt) argument
26360 xmlSchemaValidateChildElem(xmlSchemaValidCtxtPtr vctxt) argument
26586 xmlSchemaVPushText(xmlSchemaValidCtxtPtr vctxt, int nodeType, const xmlChar *value, int len, int mode, int *consumed) argument
26714 xmlSchemaValidateElem(xmlSchemaValidCtxtPtr vctxt) argument
26898 xmlSchemaVReaderWalk(xmlSchemaValidCtxtPtr vctxt) argument
27103 xmlSchemaValidCtxtPtr vctxt = (xmlSchemaValidCtxtPtr) ctx; local
27128 xmlSchemaValidCtxtPtr vctxt = (xmlSchemaValidCtxtPtr) ctx; local
27149 xmlSchemaValidCtxtPtr vctxt = (xmlSchemaValidCtxtPtr) ctx; local
27170 xmlSchemaValidCtxtPtr vctxt = (xmlSchemaValidCtxtPtr) ctx; local
27304 xmlSchemaValidCtxtPtr vctxt = (xmlSchemaValidCtxtPtr) ctx; local
27382 xmlSchemaClearValidCtxt(xmlSchemaValidCtxtPtr vctxt) argument
27707 xmlSchemaVDocWalk(xmlSchemaValidCtxtPtr vctxt) argument
27871 xmlSchemaPreRun(xmlSchemaValidCtxtPtr vctxt) argument
27932 xmlSchemaPostRun(xmlSchemaValidCtxtPtr vctxt) argument
27943 xmlSchemaVStart(xmlSchemaValidCtxtPtr vctxt) argument
[all...]
/external/libxml2/include/libxml/
H A Dparser.h218 xmlValidCtxt vctxt; /* The validity context */ member in struct:_xmlParserCtxt

Completed in 154 milliseconds