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

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c10149 xmlSchemaParserCtxtPtr newpctxt; local
10170 newpctxt = xmlSchemaNewParserCtxtUseDict(
10172 if (newpctxt == NULL)
10174 newpctxt->constructor = pctxt->constructor;
10180 newpctxt->schema = schema;
10181 xmlSchemaSetParserErrors(newpctxt, pctxt->error, pctxt->warning,
10183 xmlSchemaSetParserStructuredErrors(newpctxt, pctxt->serror,
10185 newpctxt->counter = pctxt->counter;
10188 res = xmlSchemaParseNewDocWithContext(newpctxt, schema, bucket);
10193 pctxt->nberrors += newpctxt
[all...]
/external/libxml2/
H A Dxmlschemas.c10149 xmlSchemaParserCtxtPtr newpctxt; local
10170 newpctxt = xmlSchemaNewParserCtxtUseDict(
10172 if (newpctxt == NULL)
10174 newpctxt->constructor = pctxt->constructor;
10180 newpctxt->schema = schema;
10181 xmlSchemaSetParserErrors(newpctxt, pctxt->error, pctxt->warning,
10183 xmlSchemaSetParserStructuredErrors(newpctxt, pctxt->serror,
10185 newpctxt->counter = pctxt->counter;
10188 res = xmlSchemaParseNewDocWithContext(newpctxt, schema, bucket);
10193 pctxt->nberrors += newpctxt
[all...]

Completed in 132 milliseconds