Lines Matching refs:actxt

1086 xmlSchemaInternalErr(xmlSchemaAbstractCtxtPtr actxt,
1785 xmlSchemaFormatFacetEnumSet(xmlSchemaAbstractCtxtPtr actxt, in xmlSchemaFormatFacetEnumSet() argument
1809 xmlSchemaInternalErr(actxt, in xmlSchemaFormatFacetEnumSet()
2146 xmlSchemaErr3(xmlSchemaAbstractCtxtPtr actxt, in xmlSchemaErr3() argument
2150 xmlSchemaErr4Line(actxt, XML_ERR_ERROR, error, node, 0, in xmlSchemaErr3()
2155 xmlSchemaErr4(xmlSchemaAbstractCtxtPtr actxt, in xmlSchemaErr4() argument
2160 xmlSchemaErr4Line(actxt, XML_ERR_ERROR, error, node, 0, in xmlSchemaErr4()
2165 xmlSchemaErr(xmlSchemaAbstractCtxtPtr actxt, in xmlSchemaErr() argument
2169 xmlSchemaErr4(actxt, error, node, msg, str1, str2, NULL, NULL); in xmlSchemaErr()
2174 xmlSchemaAbstractCtxtPtr actxt, in xmlSchemaFormatNodeForError() argument
2220 } else if (actxt->type == XML_SCHEMA_CTXT_VALIDATOR) { in xmlSchemaFormatNodeForError()
2221 xmlSchemaValidCtxtPtr vctxt = (xmlSchemaValidCtxtPtr) actxt; in xmlSchemaFormatNodeForError()
2242 } else if (actxt->type == XML_SCHEMA_CTXT_PARSER) { in xmlSchemaFormatNodeForError()
2276 xmlSchemaInternalErr2(xmlSchemaAbstractCtxtPtr actxt, in xmlSchemaInternalErr2() argument
2284 if (actxt == NULL) in xmlSchemaInternalErr2()
2290 if (actxt->type == XML_SCHEMA_CTXT_VALIDATOR) in xmlSchemaInternalErr2()
2291 xmlSchemaErr3(actxt, XML_SCHEMAV_INTERNAL, NULL, in xmlSchemaInternalErr2()
2293 else if (actxt->type == XML_SCHEMA_CTXT_PARSER) in xmlSchemaInternalErr2()
2294 xmlSchemaErr3(actxt, XML_SCHEMAP_INTERNAL, NULL, in xmlSchemaInternalErr2()
2301 xmlSchemaInternalErr(xmlSchemaAbstractCtxtPtr actxt, in xmlSchemaInternalErr() argument
2305 xmlSchemaInternalErr2(actxt, funcName, message, NULL, NULL); in xmlSchemaInternalErr()
2322 xmlSchemaCustomErr4(xmlSchemaAbstractCtxtPtr actxt, in xmlSchemaCustomErr4() argument
2333 (actxt->type == XML_SCHEMA_CTXT_PARSER)) { in xmlSchemaCustomErr4()
2338 xmlSchemaFormatNodeForError(&msg, actxt, node); in xmlSchemaCustomErr4()
2341 xmlSchemaErr4(actxt, error, node, in xmlSchemaCustomErr4()
2347 xmlSchemaCustomErr(xmlSchemaAbstractCtxtPtr actxt, in xmlSchemaCustomErr() argument
2355 xmlSchemaCustomErr4(actxt, error, node, item, in xmlSchemaCustomErr()
2362 xmlSchemaCustomWarning(xmlSchemaAbstractCtxtPtr actxt, in xmlSchemaCustomWarning() argument
2373 xmlSchemaFormatNodeForError(&msg, actxt, node); in xmlSchemaCustomWarning()
2378 xmlSchemaErr4Line(actxt, XML_ERR_WARNING, error, node, 0, in xmlSchemaCustomWarning()
2411 xmlSchemaEvalErrorNodeType(xmlSchemaAbstractCtxtPtr actxt, in xmlSchemaEvalErrorNodeType() argument
2416 if ((actxt->type == XML_SCHEMA_CTXT_VALIDATOR) && in xmlSchemaEvalErrorNodeType()
2417 (((xmlSchemaValidCtxtPtr) actxt)->inode != NULL)) in xmlSchemaEvalErrorNodeType()
2418 return ( ((xmlSchemaValidCtxtPtr) actxt)->inode->nodeType); in xmlSchemaEvalErrorNodeType()
2451 xmlSchemaSimpleTypeErr(xmlSchemaAbstractCtxtPtr actxt, in xmlSchemaSimpleTypeErr() argument
2460 xmlSchemaFormatNodeForError(&msg, actxt, node); in xmlSchemaSimpleTypeErr()
2462 if (displayValue || (xmlSchemaEvalErrorNodeType(actxt, node) == in xmlSchemaSimpleTypeErr()
2497 if (displayValue || (xmlSchemaEvalErrorNodeType(actxt, node) == in xmlSchemaSimpleTypeErr()
2499 xmlSchemaErr(actxt, error, node, (const char *) msg, value, NULL); in xmlSchemaSimpleTypeErr()
2501 xmlSchemaErr(actxt, error, node, (const char *) msg, NULL, NULL); in xmlSchemaSimpleTypeErr()
2521 xmlSchemaIllegalAttrErr(xmlSchemaAbstractCtxtPtr actxt, in xmlSchemaIllegalAttrErr() argument
2528 xmlSchemaFormatNodeForError(&msg, actxt, node); in xmlSchemaIllegalAttrErr()
2530 xmlSchemaErr(actxt, error, node, (const char *) msg, in xmlSchemaIllegalAttrErr()
2538 xmlSchemaComplexTypeErr(xmlSchemaAbstractCtxtPtr actxt, in xmlSchemaComplexTypeErr() argument
2552 xmlSchemaFormatNodeForError(&msg, actxt, node); in xmlSchemaComplexTypeErr()
2633 xmlSchemaErr(actxt, error, node, (const char *) msg, NULL, NULL); in xmlSchemaComplexTypeErr()
2638 xmlSchemaFacetErr(xmlSchemaAbstractCtxtPtr actxt, in xmlSchemaFacetErr() argument
2651 int nodeType = xmlSchemaEvalErrorNodeType(actxt, node); in xmlSchemaFacetErr()
2653 xmlSchemaFormatNodeForError(&msg, actxt, node); in xmlSchemaFacetErr()
2698 xmlSchemaErr3(actxt, error, node, (const char *) msg, in xmlSchemaFacetErr()
2701 xmlSchemaErr(actxt, error, node, (const char *) msg, in xmlSchemaFacetErr()
2707 xmlSchemaErr(actxt, error, node, (const char *) msg, value, in xmlSchemaFacetErr()
2708 xmlSchemaFormatFacetEnumSet(actxt, &str, type)); in xmlSchemaFacetErr()
2712 xmlSchemaErr(actxt, error, node, (const char *) msg, value, in xmlSchemaFacetErr()
2717 xmlSchemaErr(actxt, error, node, (const char *) msg, value, in xmlSchemaFacetErr()
2722 xmlSchemaErr(actxt, error, node, (const char *) msg, value, in xmlSchemaFacetErr()
2727 xmlSchemaErr(actxt, error, node, (const char *) msg, value, in xmlSchemaFacetErr()
2732 xmlSchemaErr(actxt, error, node, (const char *) msg, value, in xmlSchemaFacetErr()
2737 xmlSchemaErr(actxt, error, node, (const char*) msg, value, in xmlSchemaFacetErr()
2742 xmlSchemaErr(actxt, error, node, (const char*) msg, value, in xmlSchemaFacetErr()
2746 xmlSchemaErr(actxt, error, node, (const char *) msg, value, NULL); in xmlSchemaFacetErr()
2749 xmlSchemaErr(actxt, error, node, (const char *) msg, NULL, NULL); in xmlSchemaFacetErr()
2754 xmlSchemaErr(actxt, error, node, (const char *) msg, str1, str2); in xmlSchemaFacetErr()
2768 #define AERROR_INT(func, msg) xmlSchemaInternalErr(actxt, func, msg);
14815 xmlSchemaCheckCOSSTDerivedOK(xmlSchemaAbstractCtxtPtr actxt, in xmlSchemaCheckCOSSTDerivedOK() argument
14836 if (xmlSchemaTypeFixup(type, actxt) == -1) in xmlSchemaCheckCOSSTDerivedOK()
14839 if (xmlSchemaTypeFixup(baseType, actxt) == -1) in xmlSchemaCheckCOSSTDerivedOK()
14859 (xmlSchemaCheckCOSSTDerivedOK(actxt, type->baseType, in xmlSchemaCheckCOSSTDerivedOK()
14885 if (xmlSchemaTypeFixup(cur->type, actxt) == -1) in xmlSchemaCheckCOSSTDerivedOK()
14887 if (xmlSchemaCheckCOSSTDerivedOK(actxt, in xmlSchemaCheckCOSSTDerivedOK()
15792 xmlSchemaVCheckCVCSimpleType(xmlSchemaAbstractCtxtPtr actxt,
16043 xmlSchemaCheckCOSCTDerivedOK(xmlSchemaAbstractCtxtPtr actxt, in xmlSchemaCheckCOSCTDerivedOK() argument
16088 return (xmlSchemaCheckCOSCTDerivedOK(actxt, type->baseType, in xmlSchemaCheckCOSCTDerivedOK()
16096 return (xmlSchemaCheckCOSSTDerivedOK(actxt, type->baseType, in xmlSchemaCheckCOSCTDerivedOK()
16114 xmlSchemaCheckCOSDerivedOK(xmlSchemaAbstractCtxtPtr actxt, in xmlSchemaCheckCOSDerivedOK() argument
16120 return (xmlSchemaCheckCOSSTDerivedOK(actxt, type, baseType, set)); in xmlSchemaCheckCOSDerivedOK()
16122 return (xmlSchemaCheckCOSCTDerivedOK(actxt, type, baseType, set)); in xmlSchemaCheckCOSDerivedOK()
18612 xmlSchemaAbstractCtxtPtr actxt) in xmlSchemaTypeFixup() argument
18616 if (actxt->type != XML_SCHEMA_CTXT_PARSER) { in xmlSchemaTypeFixup()
18624 return(xmlSchemaFixupComplexType(PCTXT_CAST actxt, type)); in xmlSchemaTypeFixup()
18626 return(xmlSchemaFixupSimpleTypeStageTwo(PCTXT_CAST actxt, type)); in xmlSchemaTypeFixup()
24165 xmlSchemaValidateFacets(xmlSchemaAbstractCtxtPtr actxt, in xmlSchemaValidateFacets() argument
24251 xmlSchemaFacetErr(actxt, ret, node, in xmlSchemaValidateFacets()
24287 xmlSchemaFacetErr(actxt, ret, node, in xmlSchemaValidateFacets()
24339 xmlSchemaFacetErr(actxt, ret, node, in xmlSchemaValidateFacets()
24384 xmlSchemaFacetErr(actxt, ret, node, in xmlSchemaValidateFacets()
24480 xmlSchemaVCheckCVCSimpleType(xmlSchemaAbstractCtxtPtr actxt, in xmlSchemaVCheckCVCSimpleType() argument
24563 if (actxt->type == XML_SCHEMA_CTXT_VALIDATOR) { in xmlSchemaVCheckCVCSimpleType()
24567 (xmlSchemaValidCtxtPtr) actxt, in xmlSchemaVCheckCVCSimpleType()
24568 ((xmlSchemaValidCtxtPtr) actxt)->schema, in xmlSchemaVCheckCVCSimpleType()
24572 ret = xmlSchemaValidateQName((xmlSchemaValidCtxtPtr) actxt, in xmlSchemaVCheckCVCSimpleType()
24585 } else if (actxt->type == XML_SCHEMA_CTXT_PARSER) { in xmlSchemaVCheckCVCSimpleType()
24589 ((xmlSchemaParserCtxtPtr) actxt)->schema, node, in xmlSchemaVCheckCVCSimpleType()
24624 ret = xmlSchemaValidateFacets(actxt, node, type, in xmlSchemaVCheckCVCSimpleType()
24640 xmlSchemaSimpleTypeErr(actxt, ret, node, value, type, 1); in xmlSchemaVCheckCVCSimpleType()
24675 ret = xmlSchemaVCheckCVCSimpleType(actxt, node, itemType, in xmlSchemaVCheckCVCSimpleType()
24678 ret = xmlSchemaVCheckCVCSimpleType(actxt, node, itemType, in xmlSchemaVCheckCVCSimpleType()
24708 ret = xmlSchemaValidateFacets(actxt, node, type, in xmlSchemaVCheckCVCSimpleType()
24726 xmlSchemaSimpleTypeErr(actxt, ret, node, value, type, 1); in xmlSchemaVCheckCVCSimpleType()
24760 ret = xmlSchemaVCheckCVCSimpleType(actxt, node, in xmlSchemaVCheckCVCSimpleType()
24763 ret = xmlSchemaVCheckCVCSimpleType(actxt, node, in xmlSchemaVCheckCVCSimpleType()
24787 ret = xmlSchemaValidateFacets(actxt, node, type, in xmlSchemaVCheckCVCSimpleType()
24800 xmlSchemaSimpleTypeErr(actxt, ret, node, value, type, 1); in xmlSchemaVCheckCVCSimpleType()