Lines Matching refs:serror
602 xmlStructuredErrorFunc serror; member
977 xmlStructuredErrorFunc serror; member
1914 schannel = ctxt->serror; in xmlSchemaPErr()
1980 schannel = ctxt->serror; in xmlSchemaPErrExt()
2062 schannel = vctxt->serror; in xmlSchemaErr4Line()
2129 schannel = pctxt->serror; in xmlSchemaErr4Line()
10043 xmlSchemaSetParserStructuredErrors(vctxt->pctxt, vctxt->serror, in xmlSchemaCreatePCtxtOnVCtxt()
10243 xmlSchemaSetParserStructuredErrors(newpctxt, pctxt->serror, in xmlSchemaParseNewDoc()
15812 ctxt->serror, ctxt->errCtxt); in xmlSchemaCreateVCtxtOnPCtxt()
21479 xmlStructuredErrorFunc serror, in xmlSchemaSetParserStructuredErrors() argument
21484 ctxt->serror = serror; in xmlSchemaSetParserStructuredErrors()
21487 xmlSchemaSetValidStructuredErrors(ctxt->vctxt, serror, ctx); in xmlSchemaSetParserStructuredErrors()
27847 xmlStructuredErrorFunc serror, void *ctx) in xmlSchemaSetValidStructuredErrors() argument
27851 ctxt->serror = serror; in xmlSchemaSetValidStructuredErrors()
27856 xmlSchemaSetParserStructuredErrors(ctxt->pctxt, serror, ctx); in xmlSchemaSetValidStructuredErrors()