Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c580 xmlSchemaRedefPtr redefs; member
5266 if (WXS_CONSTRUCTOR(pctxt)->redefs == NULL) in xmlSchemaAddRedef()
5267 WXS_CONSTRUCTOR(pctxt)->redefs = ret; in xmlSchemaAddRedef()
9914 if (con->redefs != NULL) in xmlSchemaConstructionCtxtFree()
9915 xmlSchemaRedefListFree(con->redefs); in xmlSchemaConstructionCtxtFree()
20468 xmlSchemaRedefPtr redef = WXS_CONSTRUCTOR(pctxt)->redefs; in xmlSchemaCheckSRCRedefineFirst()
20643 xmlSchemaRedefPtr redef = WXS_CONSTRUCTOR(pctxt)->redefs; in xmlSchemaCheckSRCRedefineSecond()
21178 if (WXS_CONSTRUCTOR(pctxt)->redefs != NULL) in xmlSchemaFixupComponents()
21291 if (con->redefs != NULL) { in xmlSchemaFixupComponents()
21292 xmlSchemaRedefListFree(con->redefs); in xmlSchemaFixupComponents()
[all …]