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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c580 xmlSchemaRedefPtr redefs; member in struct:_xmlSchemaConstructionCtxt
5232 if (WXS_CONSTRUCTOR(pctxt)->redefs == NULL)
5233 WXS_CONSTRUCTOR(pctxt)->redefs = ret;
9882 if (con->redefs != NULL)
9883 xmlSchemaRedefListFree(con->redefs);
20353 xmlSchemaRedefPtr redef = WXS_CONSTRUCTOR(pctxt)->redefs;
20528 xmlSchemaRedefPtr redef = WXS_CONSTRUCTOR(pctxt)->redefs;
21063 if (WXS_CONSTRUCTOR(pctxt)->redefs != NULL)
21176 if (con->redefs != NULL) {
21177 xmlSchemaRedefListFree(con->redefs);
[all...]

Completed in 3096 milliseconds