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

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c580 xmlSchemaRedefPtr redefs; member in struct:_xmlSchemaConstructionCtxt
5232 if (WXS_CONSTRUCTOR(pctxt)->redefs == NULL)
5233 WXS_CONSTRUCTOR(pctxt)->redefs = ret;
9880 if (con->redefs != NULL)
9881 xmlSchemaRedefListFree(con->redefs);
20424 xmlSchemaRedefPtr redef = WXS_CONSTRUCTOR(pctxt)->redefs;
20599 xmlSchemaRedefPtr redef = WXS_CONSTRUCTOR(pctxt)->redefs;
21134 if (WXS_CONSTRUCTOR(pctxt)->redefs != NULL)
21247 if (con->redefs != NULL) {
21248 xmlSchemaRedefListFree(con->redefs);
[all...]
/external/libxml2/
H A Dxmlschemas.c580 xmlSchemaRedefPtr redefs; member in struct:_xmlSchemaConstructionCtxt
5251 if (WXS_CONSTRUCTOR(pctxt)->redefs == NULL)
5252 WXS_CONSTRUCTOR(pctxt)->redefs = ret;
9899 if (con->redefs != NULL)
9900 xmlSchemaRedefListFree(con->redefs);
20453 xmlSchemaRedefPtr redef = WXS_CONSTRUCTOR(pctxt)->redefs;
20628 xmlSchemaRedefPtr redef = WXS_CONSTRUCTOR(pctxt)->redefs;
21163 if (WXS_CONSTRUCTOR(pctxt)->redefs != NULL)
21276 if (con->redefs != NULL) {
21277 xmlSchemaRedefListFree(con->redefs);
[all...]

Completed in 186 milliseconds