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.c10168 xmlSchemaParserCtxtPtr newpctxt; local
10189 newpctxt = xmlSchemaNewParserCtxtUseDict(
10191 if (newpctxt == NULL)
10193 newpctxt->constructor = pctxt->constructor;
10199 newpctxt->schema = schema;
10200 xmlSchemaSetParserErrors(newpctxt, pctxt->error, pctxt->warning,
10202 xmlSchemaSetParserStructuredErrors(newpctxt, pctxt->serror,
10204 newpctxt->counter = pctxt->counter;
10207 res = xmlSchemaParseNewDocWithContext(newpctxt, schema, bucket);
10212 pctxt->nberrors += newpctxt
[all...]

Completed in 131 milliseconds