Searched refs:vctxt (Results 1 - 14 of 14) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
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
9969 xmlSchemaCreatePCtxtOnVCtxt(xmlSchemaValidCtxtPtr vctxt) argument
21491 xmlSchemaAssembleByLocation(xmlSchemaValidCtxtPtr vctxt, xmlSchemaPtr schema, xmlNodePtr node, const xmlChar *nsName, const xmlChar *location) argument
21597 xmlSchemaGetMetaAttrInfo(xmlSchemaValidCtxtPtr vctxt, int metaType) argument
21629 xmlSchemaAssembleByXSI(xmlSchemaValidCtxtPtr vctxt) argument
21710 xmlSchemaLookupNamespace(xmlSchemaValidCtxtPtr vctxt, const xmlChar *prefix) argument
21771 xmlSchemaValidateNotation(xmlSchemaValidCtxtPtr vctxt, xmlSchemaPtr schema, xmlNodePtr node, const xmlChar *value, xmlSchemaValPtr *val, int valNeeded) argument
21839 xmlSchemaVAddNodeQName(xmlSchemaValidCtxtPtr vctxt, const xmlChar* lname, const xmlChar* nsname) argument
21881 xmlSchemaAugmentIDC(xmlSchemaIDCPtr idcDef, xmlSchemaValidCtxtPtr vctxt) argument
21917 xmlSchemaAugmentImportedIDC(xmlSchemaImportPtr imported, xmlSchemaValidCtxtPtr vctxt) argument
21961 xmlSchemaIDCStoreNodeTableItem(xmlSchemaValidCtxtPtr vctxt, xmlSchemaPSVIIDCNodePtr item) argument
22002 xmlSchemaIDCStoreKey(xmlSchemaValidCtxtPtr vctxt, xmlSchemaPSVIIDCKeyPtr key) argument
22082 xmlSchemaIDCAcquireBinding(xmlSchemaValidCtxtPtr vctxt, xmlSchemaIDCMatcherPtr matcher) argument
22221 xmlSchemaIDCReleaseMatcherList(xmlSchemaValidCtxtPtr vctxt, xmlSchemaIDCMatcherPtr matcher) argument
22285 xmlSchemaIDCAddStateObject(xmlSchemaValidCtxtPtr vctxt, xmlSchemaIDCMatcherPtr matcher, xmlSchemaIDCSelectPtr sel, int type) argument
22358 xmlSchemaXPathEvaluate(xmlSchemaValidCtxtPtr vctxt, xmlElementType nodeType) argument
22492 xmlSchemaFormatIDCKeySequence(xmlSchemaValidCtxtPtr vctxt, xmlChar **buf, xmlSchemaPSVIIDCKeyPtr *seq, int count) argument
22536 xmlSchemaXPathPop(xmlSchemaValidCtxtPtr vctxt) argument
22565 xmlSchemaXPathProcessHistory(xmlSchemaValidCtxtPtr vctxt, int depth) argument
23069 xmlSchemaIDCRegisterMatchers(xmlSchemaValidCtxtPtr vctxt, xmlSchemaElementPtr elemDecl) argument
23190 xmlSchemaIDCFillNodeTables(xmlSchemaValidCtxtPtr vctxt, xmlSchemaNodeInfoPtr ielem) argument
23386 xmlSchemaBubbleIDCNodeTables(xmlSchemaValidCtxtPtr vctxt) argument
23679 xmlSchemaCheckCVCIDCKeyRef(xmlSchemaValidCtxtPtr vctxt) argument
23801 xmlSchemaGetFreshAttrInfo(xmlSchemaValidCtxtPtr vctxt) argument
23853 xmlSchemaValidatorPushAttribute(xmlSchemaValidCtxtPtr vctxt, xmlNodePtr attrNode, int nodeLine, const xmlChar *localName, const xmlChar *nsName, int ownedNames, xmlChar *value, int ownedValue) argument
23915 xmlSchemaClearElemInfo(xmlSchemaValidCtxtPtr vctxt, xmlSchemaNodeInfoPtr ielem) argument
23980 xmlSchemaGetFreshElemInfo(xmlSchemaValidCtxtPtr vctxt) argument
24297 xmlSchemaValidateQName(xmlSchemaValidCtxtPtr vctxt, const xmlChar *value, xmlSchemaValPtr *val, int valNeeded) argument
24705 xmlSchemaVExpandQName(xmlSchemaValidCtxtPtr vctxt, const xmlChar *value, const xmlChar **nsName, const xmlChar **localName) argument
24764 xmlSchemaProcessXSIType(xmlSchemaValidCtxtPtr vctxt, xmlSchemaAttrInfoPtr iattr, xmlSchemaTypePtr *localType, xmlSchemaElementPtr elemDecl) argument
24894 xmlSchemaValidateElemDecl(xmlSchemaValidCtxtPtr vctxt) argument
25022 xmlSchemaVAttributesSimple(xmlSchemaValidCtxtPtr vctxt) argument
25053 xmlSchemaClearAttrInfos(xmlSchemaValidCtxtPtr vctxt) argument
25092 xmlSchemaVAttributesComplex(xmlSchemaValidCtxtPtr vctxt) argument
25696 xmlSchemaValidateElemWildcard(xmlSchemaValidCtxtPtr vctxt, int *skip) argument
25778 xmlSchemaCheckCOSValidDefault(xmlSchemaValidCtxtPtr vctxt, const xmlChar *value, xmlSchemaValPtr *val) argument
25870 xmlSchemaValidatorPushElem(xmlSchemaValidCtxtPtr vctxt) argument
25883 xmlSchemaVCheckINodeDataType(xmlSchemaValidCtxtPtr vctxt, xmlSchemaNodeInfoPtr inode, xmlSchemaTypePtr type, const xmlChar *value) argument
25904 xmlSchemaValidatorPopElem(xmlSchemaValidCtxtPtr vctxt) argument
26358 xmlSchemaValidateChildElem(xmlSchemaValidCtxtPtr vctxt) argument
26584 xmlSchemaVPushText(xmlSchemaValidCtxtPtr vctxt, int nodeType, const xmlChar *value, int len, int mode, int *consumed) argument
26712 xmlSchemaValidateElem(xmlSchemaValidCtxtPtr vctxt) argument
26896 xmlSchemaVReaderWalk(xmlSchemaValidCtxtPtr vctxt) argument
27101 xmlSchemaValidCtxtPtr vctxt = (xmlSchemaValidCtxtPtr) ctx; local
27126 xmlSchemaValidCtxtPtr vctxt = (xmlSchemaValidCtxtPtr) ctx; local
27147 xmlSchemaValidCtxtPtr vctxt = (xmlSchemaValidCtxtPtr) ctx; local
27168 xmlSchemaValidCtxtPtr vctxt = (xmlSchemaValidCtxtPtr) ctx; local
27302 xmlSchemaValidCtxtPtr vctxt = (xmlSchemaValidCtxtPtr) ctx; local
27380 xmlSchemaClearValidCtxt(xmlSchemaValidCtxtPtr vctxt) argument
27705 xmlSchemaVDocWalk(xmlSchemaValidCtxtPtr vctxt) argument
27869 xmlSchemaPreRun(xmlSchemaValidCtxtPtr vctxt) argument
27930 xmlSchemaPostRun(xmlSchemaValidCtxtPtr vctxt) argument
27941 xmlSchemaVStart(xmlSchemaValidCtxtPtr vctxt) argument
[all...]
H A DSAX2.c88 ctxt->vctxt.error, ctxt->vctxt.userData,
725 ctxt->vctxt.valid = 1;
727 attr = xmlAddAttributeDecl(&ctxt->vctxt, ctxt->myDoc->intSubset, elem,
731 attr = xmlAddAttributeDecl(&ctxt->vctxt, ctxt->myDoc->extSubset, elem,
742 if (ctxt->vctxt.valid == 0)
746 ctxt->valid &= xmlValidateAttributeDecl(&ctxt->vctxt, ctxt->myDoc,
780 elem = xmlAddElementDecl(&ctxt->vctxt, ctxt->myDoc->intSubset,
783 elem = xmlAddElementDecl(&ctxt->vctxt, ctxt->myDoc->extSubset,
797 xmlValidateElementDecl(&ctxt->vctxt, ctx
[all...]
H A Dlegacy.c290 if (ctxt->vctxt.warning == NULL)
291 ctxt->vctxt.warning = xmlParserValidityWarning;
292 if (ctxt->vctxt.error == NULL)
293 ctxt->vctxt.error = xmlParserValidityError;
294 ctxt->vctxt.nodeMax = 0;
H A DparserInternals.c1653 ctxt->vctxt.finishDtd = XML_CTXT_FINISH_DTD_0;
1654 ctxt->vctxt.userData = ctxt;
1655 ctxt->vctxt.error = xmlParserValidityError;
1656 ctxt->vctxt.warning = xmlParserValidityWarning;
1659 ctxt->vctxt.warning = NULL;
1661 ctxt->vctxt.warning = xmlParserValidityWarning;
1662 ctxt->vctxt.nodeMax = 0;
1714 if (ctxt->vctxt.nodeTab != NULL) xmlFree(ctxt->vctxt.nodeTab);
H A Dxmlreader.c902 reader->ctxt->valid &= xmlValidatePushElement(&reader->ctxt->vctxt,
911 reader->ctxt->valid &= xmlValidatePushElement(&reader->ctxt->vctxt,
962 reader->ctxt->valid &= xmlValidatePushCData(&reader->ctxt->vctxt,
993 reader->ctxt->valid &= xmlValidatePopElement(&reader->ctxt->vctxt,
1002 reader->ctxt->valid &= xmlValidatePopElement(&reader->ctxt->vctxt,
2200 if ((reader->ctxt->vctxt.vstateTab != NULL) &&
2201 (reader->ctxt->vctxt.vstateMax > 0)){
2202 xmlFree(reader->ctxt->vctxt.vstateTab);
2203 reader->ctxt->vctxt.vstateTab = NULL;
2204 reader->ctxt->vctxt
[all...]
H A DdebugXML.c2354 xmlRelaxNGValidCtxtPtr vctxt; local
2369 vctxt = xmlRelaxNGNewValidCtxt(relaxngschemas);
2370 xmlRelaxNGSetValidErrors(vctxt,
2374 ret = xmlRelaxNGValidateDoc(vctxt, sctxt->doc);
2383 xmlRelaxNGFreeValidCtxt(vctxt);
2638 xmlValidCtxt vctxt; local
2642 vctxt.userData = stderr;
2643 vctxt.error = (xmlValidityErrorFunc) fprintf;
2644 vctxt.warning = (xmlValidityWarningFunc) fprintf;
2647 res = xmlValidateDocument(&vctxt, ctx
[all...]
H A Dschematron.c1699 xmlSchematronValidCtxtPtr vctxt; local
1718 vctxt = xmlSchematronNewValidCtxt(schema);
1719 if (vctxt == NULL) {
1722 ret = xmlSchematronValidateDoc(vctxt, instance);
1723 xmlSchematronFreeValidCtxt(vctxt);
H A Dxmllint.c1654 xmlSchemaValidCtxtPtr vctxt; local
1656 vctxt = xmlSchemaNewValidCtxt(wxschemas);
1657 xmlSchemaSetValidErrors(vctxt,
1662 ret = xmlSchemaValidateStream(vctxt, buf, 0, handler,
1676 xmlSchemaFreeValidCtxt(vctxt);
2206 ctxt->vctxt.error = xmlHTMLValidityError;
2207 ctxt->vctxt.warning = xmlHTMLValidityWarning;
H A DHTMLparser.c4299 ctxt->vctxt.finishDtd = XML_CTXT_FINISH_DTD_0;
4300 ctxt->vctxt.userData = ctxt;
4301 ctxt->vctxt.error = xmlParserValidityError;
4302 ctxt->vctxt.warning = xmlParserValidityWarning;
5858 ctxt->vctxt.userData = ctxt;
5859 ctxt->vctxt.error = xmlParserValidityError;
5860 ctxt->vctxt.warning = xmlParserValidityWarning;
5899 ctxt->vctxt.warning = NULL;
5905 ctxt->vctxt.error = NULL;
H A Dparser.c564 ctxt->vctxt.error, ctxt->vctxt.userData,
2219 if ((ctxt->validate) && (ctxt->vctxt.error != NULL)) {
8851 ctxt->valid &= xmlValidateRoot(&ctxt->vctxt, ctxt->myDoc);
10175 ctxt->valid &= xmlValidateRoot(&ctxt->vctxt, ctxt->myDoc);
11532 ctxt->vctxt.error = ctx->vctxt.error;
11533 ctxt->vctxt.warning = ctx->vctxt.warning;
11535 ctxt->vctxt
[all...]
H A Dvalid.c6867 xmlValidCtxt vctxt; local
6890 memset(&vctxt, 0, sizeof (xmlValidCtxt));
6891 vctxt.error = xmlNoValidityErr; /* this suppresses err/warn output */
6939 if (xmlValidateOneElement(&vctxt, parent->doc, parent)) {
H A Drelaxng.c10615 xmlValidCtxt vctxt; local
10617 memset(&vctxt, 0, sizeof(xmlValidCtxt));
10618 vctxt.valid = 1;
10619 vctxt.error = ctxt->error;
10620 vctxt.warning = ctxt->warning;
10621 vctxt.userData = ctxt->userData;
10623 if (xmlValidateDocumentFinal(&vctxt, doc) != 1)
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dparser.h218 xmlValidCtxt vctxt; /* The validity context */ member in struct:_xmlParserCtxt
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml.c1664 ctxt->vctxt.error = libxml_xmlParserCtxtValidityErrorFuncHandler;
1665 ctxt->vctxt.warning = libxml_xmlParserCtxtValidityWarningFuncHandler;
1669 ctxt->vctxt.error = xmlParserValidityError;
1671 ctxt->vctxt.warning = xmlParserValidityWarning;

Completed in 300 milliseconds