Lines Matching refs:actxt
1086 xmlSchemaInternalErr(xmlSchemaAbstractCtxtPtr actxt,
1785 xmlSchemaFormatFacetEnumSet(xmlSchemaAbstractCtxtPtr actxt, in xmlSchemaFormatFacetEnumSet() argument
1809 xmlSchemaInternalErr(actxt, in xmlSchemaFormatFacetEnumSet()
2143 xmlSchemaErr3(xmlSchemaAbstractCtxtPtr actxt, in xmlSchemaErr3() argument
2147 xmlSchemaErr4Line(actxt, XML_ERR_ERROR, error, node, 0, in xmlSchemaErr3()
2152 xmlSchemaErr4(xmlSchemaAbstractCtxtPtr actxt, in xmlSchemaErr4() argument
2157 xmlSchemaErr4Line(actxt, XML_ERR_ERROR, error, node, 0, in xmlSchemaErr4()
2162 xmlSchemaErr(xmlSchemaAbstractCtxtPtr actxt, in xmlSchemaErr() argument
2166 xmlSchemaErr4(actxt, error, node, msg, str1, str2, NULL, NULL); in xmlSchemaErr()
2171 xmlSchemaAbstractCtxtPtr actxt, in xmlSchemaFormatNodeForError() argument
2217 } else if (actxt->type == XML_SCHEMA_CTXT_VALIDATOR) { in xmlSchemaFormatNodeForError()
2218 xmlSchemaValidCtxtPtr vctxt = (xmlSchemaValidCtxtPtr) actxt; in xmlSchemaFormatNodeForError()
2239 } else if (actxt->type == XML_SCHEMA_CTXT_PARSER) { in xmlSchemaFormatNodeForError()
2266 xmlSchemaInternalErr2(xmlSchemaAbstractCtxtPtr actxt, in xmlSchemaInternalErr2() argument
2274 if (actxt == NULL) in xmlSchemaInternalErr2()
2282 if (actxt->type == XML_SCHEMA_CTXT_VALIDATOR) in xmlSchemaInternalErr2()
2283 xmlSchemaErr(actxt, XML_SCHEMAV_INTERNAL, NULL, in xmlSchemaInternalErr2()
2286 else if (actxt->type == XML_SCHEMA_CTXT_PARSER) in xmlSchemaInternalErr2()
2287 xmlSchemaErr(actxt, XML_SCHEMAP_INTERNAL, NULL, in xmlSchemaInternalErr2()
2294 xmlSchemaInternalErr(xmlSchemaAbstractCtxtPtr actxt, in xmlSchemaInternalErr() argument
2298 xmlSchemaInternalErr2(actxt, funcName, message, NULL, NULL); in xmlSchemaInternalErr()
2315 xmlSchemaCustomErr4(xmlSchemaAbstractCtxtPtr actxt, in xmlSchemaCustomErr4() argument
2326 (actxt->type == XML_SCHEMA_CTXT_PARSER)) { in xmlSchemaCustomErr4()
2331 xmlSchemaFormatNodeForError(&msg, actxt, node); in xmlSchemaCustomErr4()
2334 xmlSchemaErr4(actxt, error, node, in xmlSchemaCustomErr4()
2340 xmlSchemaCustomErr(xmlSchemaAbstractCtxtPtr actxt, in xmlSchemaCustomErr() argument
2348 xmlSchemaCustomErr4(actxt, error, node, item, in xmlSchemaCustomErr()
2355 xmlSchemaCustomWarning(xmlSchemaAbstractCtxtPtr actxt, in xmlSchemaCustomWarning() argument
2366 xmlSchemaFormatNodeForError(&msg, actxt, node); in xmlSchemaCustomWarning()
2371 xmlSchemaErr4Line(actxt, XML_ERR_WARNING, error, node, 0, in xmlSchemaCustomWarning()
2404 xmlSchemaEvalErrorNodeType(xmlSchemaAbstractCtxtPtr actxt, in xmlSchemaEvalErrorNodeType() argument
2409 if ((actxt->type == XML_SCHEMA_CTXT_VALIDATOR) && in xmlSchemaEvalErrorNodeType()
2410 (((xmlSchemaValidCtxtPtr) actxt)->inode != NULL)) in xmlSchemaEvalErrorNodeType()
2411 return ( ((xmlSchemaValidCtxtPtr) actxt)->inode->nodeType); in xmlSchemaEvalErrorNodeType()
2444 xmlSchemaSimpleTypeErr(xmlSchemaAbstractCtxtPtr actxt, in xmlSchemaSimpleTypeErr() argument
2453 xmlSchemaFormatNodeForError(&msg, actxt, node); in xmlSchemaSimpleTypeErr()
2455 if (displayValue || (xmlSchemaEvalErrorNodeType(actxt, node) == in xmlSchemaSimpleTypeErr()
2488 if (displayValue || (xmlSchemaEvalErrorNodeType(actxt, node) == in xmlSchemaSimpleTypeErr()
2490 xmlSchemaErr(actxt, error, node, (const char *) msg, value, NULL); in xmlSchemaSimpleTypeErr()
2492 xmlSchemaErr(actxt, error, node, (const char *) msg, NULL, NULL); in xmlSchemaSimpleTypeErr()
2512 xmlSchemaIllegalAttrErr(xmlSchemaAbstractCtxtPtr actxt, in xmlSchemaIllegalAttrErr() argument
2519 xmlSchemaFormatNodeForError(&msg, actxt, node); in xmlSchemaIllegalAttrErr()
2521 xmlSchemaErr(actxt, error, node, (const char *) msg, in xmlSchemaIllegalAttrErr()
2529 xmlSchemaComplexTypeErr(xmlSchemaAbstractCtxtPtr actxt, in xmlSchemaComplexTypeErr() argument
2543 xmlSchemaFormatNodeForError(&msg, actxt, node); in xmlSchemaComplexTypeErr()
2624 xmlSchemaErr(actxt, error, node, (const char *) msg, NULL, NULL); in xmlSchemaComplexTypeErr()
2629 xmlSchemaFacetErr(xmlSchemaAbstractCtxtPtr actxt, in xmlSchemaFacetErr() argument
2642 int nodeType = xmlSchemaEvalErrorNodeType(actxt, node); in xmlSchemaFacetErr()
2644 xmlSchemaFormatNodeForError(&msg, actxt, node); in xmlSchemaFacetErr()
2689 xmlSchemaErr3(actxt, error, node, (const char *) msg, in xmlSchemaFacetErr()
2692 xmlSchemaErr(actxt, error, node, (const char *) msg, in xmlSchemaFacetErr()
2698 xmlSchemaErr(actxt, error, node, (const char *) msg, value, in xmlSchemaFacetErr()
2699 xmlSchemaFormatFacetEnumSet(actxt, &str, type)); in xmlSchemaFacetErr()
2703 xmlSchemaErr(actxt, error, node, (const char *) msg, value, in xmlSchemaFacetErr()
2708 xmlSchemaErr(actxt, error, node, (const char *) msg, value, in xmlSchemaFacetErr()
2713 xmlSchemaErr(actxt, error, node, (const char *) msg, value, in xmlSchemaFacetErr()
2718 xmlSchemaErr(actxt, error, node, (const char *) msg, value, in xmlSchemaFacetErr()
2723 xmlSchemaErr(actxt, error, node, (const char *) msg, value, in xmlSchemaFacetErr()
2728 xmlSchemaErr(actxt, error, node, (const char*) msg, value, in xmlSchemaFacetErr()
2733 xmlSchemaErr(actxt, error, node, (const char*) msg, value, in xmlSchemaFacetErr()
2737 xmlSchemaErr(actxt, error, node, (const char *) msg, value, NULL); in xmlSchemaFacetErr()
2740 xmlSchemaErr(actxt, error, node, (const char *) msg, NULL, NULL); in xmlSchemaFacetErr()
2745 xmlSchemaErr(actxt, error, node, (const char *) msg, str1, str2); in xmlSchemaFacetErr()
2759 #define AERROR_INT(func, msg) xmlSchemaInternalErr(actxt, func, msg);
14802 xmlSchemaCheckCOSSTDerivedOK(xmlSchemaAbstractCtxtPtr actxt, in xmlSchemaCheckCOSSTDerivedOK() argument
14823 if (xmlSchemaTypeFixup(type, actxt) == -1) in xmlSchemaCheckCOSSTDerivedOK()
14826 if (xmlSchemaTypeFixup(baseType, actxt) == -1) in xmlSchemaCheckCOSSTDerivedOK()
14846 (xmlSchemaCheckCOSSTDerivedOK(actxt, type->baseType, in xmlSchemaCheckCOSSTDerivedOK()
14872 if (xmlSchemaTypeFixup(cur->type, actxt) == -1) in xmlSchemaCheckCOSSTDerivedOK()
14874 if (xmlSchemaCheckCOSSTDerivedOK(actxt, in xmlSchemaCheckCOSSTDerivedOK()
15779 xmlSchemaVCheckCVCSimpleType(xmlSchemaAbstractCtxtPtr actxt,
16030 xmlSchemaCheckCOSCTDerivedOK(xmlSchemaAbstractCtxtPtr actxt, in xmlSchemaCheckCOSCTDerivedOK() argument
16075 return (xmlSchemaCheckCOSCTDerivedOK(actxt, type->baseType, in xmlSchemaCheckCOSCTDerivedOK()
16083 return (xmlSchemaCheckCOSSTDerivedOK(actxt, type->baseType, in xmlSchemaCheckCOSCTDerivedOK()
16101 xmlSchemaCheckCOSDerivedOK(xmlSchemaAbstractCtxtPtr actxt, in xmlSchemaCheckCOSDerivedOK() argument
16107 return (xmlSchemaCheckCOSSTDerivedOK(actxt, type, baseType, set)); in xmlSchemaCheckCOSDerivedOK()
16109 return (xmlSchemaCheckCOSCTDerivedOK(actxt, type, baseType, set)); in xmlSchemaCheckCOSDerivedOK()
18599 xmlSchemaAbstractCtxtPtr actxt) in xmlSchemaTypeFixup() argument
18603 if (actxt->type != XML_SCHEMA_CTXT_PARSER) { in xmlSchemaTypeFixup()
18611 return(xmlSchemaFixupComplexType(PCTXT_CAST actxt, type)); in xmlSchemaTypeFixup()
18613 return(xmlSchemaFixupSimpleTypeStageTwo(PCTXT_CAST actxt, type)); in xmlSchemaTypeFixup()
24152 xmlSchemaValidateFacets(xmlSchemaAbstractCtxtPtr actxt, in xmlSchemaValidateFacets() argument
24238 xmlSchemaFacetErr(actxt, ret, node, in xmlSchemaValidateFacets()
24274 xmlSchemaFacetErr(actxt, ret, node, in xmlSchemaValidateFacets()
24326 xmlSchemaFacetErr(actxt, ret, node, in xmlSchemaValidateFacets()
24371 xmlSchemaFacetErr(actxt, ret, node, in xmlSchemaValidateFacets()
24467 xmlSchemaVCheckCVCSimpleType(xmlSchemaAbstractCtxtPtr actxt, in xmlSchemaVCheckCVCSimpleType() argument
24550 if (actxt->type == XML_SCHEMA_CTXT_VALIDATOR) { in xmlSchemaVCheckCVCSimpleType()
24554 (xmlSchemaValidCtxtPtr) actxt, in xmlSchemaVCheckCVCSimpleType()
24555 ((xmlSchemaValidCtxtPtr) actxt)->schema, in xmlSchemaVCheckCVCSimpleType()
24559 ret = xmlSchemaValidateQName((xmlSchemaValidCtxtPtr) actxt, in xmlSchemaVCheckCVCSimpleType()
24572 } else if (actxt->type == XML_SCHEMA_CTXT_PARSER) { in xmlSchemaVCheckCVCSimpleType()
24576 ((xmlSchemaParserCtxtPtr) actxt)->schema, node, in xmlSchemaVCheckCVCSimpleType()
24611 ret = xmlSchemaValidateFacets(actxt, node, type, in xmlSchemaVCheckCVCSimpleType()
24627 xmlSchemaSimpleTypeErr(actxt, ret, node, value, type, 1); in xmlSchemaVCheckCVCSimpleType()
24662 ret = xmlSchemaVCheckCVCSimpleType(actxt, node, itemType, in xmlSchemaVCheckCVCSimpleType()
24665 ret = xmlSchemaVCheckCVCSimpleType(actxt, node, itemType, in xmlSchemaVCheckCVCSimpleType()
24695 ret = xmlSchemaValidateFacets(actxt, node, type, in xmlSchemaVCheckCVCSimpleType()
24713 xmlSchemaSimpleTypeErr(actxt, ret, node, value, type, 1); in xmlSchemaVCheckCVCSimpleType()
24747 ret = xmlSchemaVCheckCVCSimpleType(actxt, node, in xmlSchemaVCheckCVCSimpleType()
24750 ret = xmlSchemaVCheckCVCSimpleType(actxt, node, in xmlSchemaVCheckCVCSimpleType()
24774 ret = xmlSchemaValidateFacets(actxt, node, type, in xmlSchemaVCheckCVCSimpleType()
24787 xmlSchemaSimpleTypeErr(actxt, ret, node, value, type, 1); in xmlSchemaVCheckCVCSimpleType()