Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c10183 xmlSchemaParserCtxtPtr newpctxt; in xmlSchemaParseNewDoc() local
10204 newpctxt = xmlSchemaNewParserCtxtUseDict( in xmlSchemaParseNewDoc()
10206 if (newpctxt == NULL) in xmlSchemaParseNewDoc()
10208 newpctxt->constructor = pctxt->constructor; in xmlSchemaParseNewDoc()
10214 newpctxt->schema = schema; in xmlSchemaParseNewDoc()
10215 xmlSchemaSetParserErrors(newpctxt, pctxt->error, pctxt->warning, in xmlSchemaParseNewDoc()
10217 xmlSchemaSetParserStructuredErrors(newpctxt, pctxt->serror, in xmlSchemaParseNewDoc()
10219 newpctxt->counter = pctxt->counter; in xmlSchemaParseNewDoc()
10222 res = xmlSchemaParseNewDocWithContext(newpctxt, schema, bucket); in xmlSchemaParseNewDoc()
10227 pctxt->nberrors += newpctxt->nberrors; in xmlSchemaParseNewDoc()
[all …]