Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c588 xmlSchemaRedefPtr redefs; member
5287 if (WXS_CONSTRUCTOR(pctxt)->redefs == NULL) in xmlSchemaAddRedef()
5288 WXS_CONSTRUCTOR(pctxt)->redefs = ret; in xmlSchemaAddRedef()
9940 if (con->redefs != NULL) in xmlSchemaConstructionCtxtFree()
9941 xmlSchemaRedefListFree(con->redefs); in xmlSchemaConstructionCtxtFree()
20494 xmlSchemaRedefPtr redef = WXS_CONSTRUCTOR(pctxt)->redefs; in xmlSchemaCheckSRCRedefineFirst()
20669 xmlSchemaRedefPtr redef = WXS_CONSTRUCTOR(pctxt)->redefs; in xmlSchemaCheckSRCRedefineSecond()
21204 if (WXS_CONSTRUCTOR(pctxt)->redefs != NULL) in xmlSchemaFixupComponents()
21316 if (con->redefs != NULL) { in xmlSchemaFixupComponents()
21317 xmlSchemaRedefListFree(con->redefs); in xmlSchemaFixupComponents()
[all …]