Lines Matching refs:redefs
588 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()
21318 con->redefs = NULL; in xmlSchemaFixupComponents()