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

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemas.c572 xmlSchemaRedefPtr redefs; member in struct:_xmlSchemaConstructionCtxt
5223 if (WXS_CONSTRUCTOR(pctxt)->redefs == NULL)
5224 WXS_CONSTRUCTOR(pctxt)->redefs = ret;
9871 if (con->redefs != NULL)
9872 xmlSchemaRedefListFree(con->redefs);
20208 xmlSchemaRedefPtr redef = WXS_CONSTRUCTOR(pctxt)->redefs;
20383 xmlSchemaRedefPtr redef = WXS_CONSTRUCTOR(pctxt)->redefs;
20917 if (WXS_CONSTRUCTOR(pctxt)->redefs != NULL)
21015 if (con->redefs != NULL) {
21016 xmlSchemaRedefListFree(con->redefs);
[all...]

Completed in 94 milliseconds