Home
last modified time | relevance | path

Searched refs:newpctxt (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxmlschemas.c10254 xmlSchemaParserCtxtPtr newpctxt; in xmlSchemaParseNewDoc() local
10275 newpctxt = xmlSchemaNewParserCtxtUseDict( in xmlSchemaParseNewDoc()
10277 if (newpctxt == NULL) in xmlSchemaParseNewDoc()
10279 newpctxt->constructor = pctxt->constructor; in xmlSchemaParseNewDoc()
10285 newpctxt->schema = schema; in xmlSchemaParseNewDoc()
10286 xmlSchemaSetParserErrors(newpctxt, pctxt->error, pctxt->warning, in xmlSchemaParseNewDoc()
10288 xmlSchemaSetParserStructuredErrors(newpctxt, pctxt->serror, in xmlSchemaParseNewDoc()
10290 newpctxt->counter = pctxt->counter; in xmlSchemaParseNewDoc()
10293 res = xmlSchemaParseNewDocWithContext(newpctxt, schema, bucket); in xmlSchemaParseNewDoc()
10298 pctxt->nberrors += newpctxt->nberrors; in xmlSchemaParseNewDoc()
[all …]