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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c10151 xmlSchemaParserCtxtPtr newpctxt; local
10172 newpctxt = xmlSchemaNewParserCtxtUseDict(
10174 if (newpctxt == NULL)
10176 newpctxt->constructor = pctxt->constructor;
10182 newpctxt->schema = schema;
10183 xmlSchemaSetParserErrors(newpctxt, pctxt->error, pctxt->warning,
10185 xmlSchemaSetParserStructuredErrors(newpctxt, pctxt->serror,
10187 newpctxt->counter = pctxt->counter;
10190 res = xmlSchemaParseNewDocWithContext(newpctxt, schema, bucket);
10195 pctxt->nberrors += newpctxt
[all...]

Completed in 107 milliseconds