Searched refs:WXS_IMPBUCKET (Results 1 – 1 of 1) sorted by relevance
222 #define WXS_IMPBUCKET(b) ((xmlSchemaImportPtr) (b)) macro3611 if (WXS_IMPBUCKET(bucket)->schema != NULL) in xmlSchemaBucketFree()3612 xmlSchemaFree(WXS_IMPBUCKET(bucket)->schema); in xmlSchemaBucketFree()3678 WXS_IMPBUCKET(ret)->schema = mainSchema; in xmlSchemaBucketCreate()3694 WXS_IMPBUCKET(ret)->schema = xmlSchemaNewSchema(pctxt); in xmlSchemaBucketCreate()3695 if (WXS_IMPBUCKET(ret)->schema == NULL) { in xmlSchemaBucketCreate()3699 WXS_IMPBUCKET(ret)->schema->targetNamespace = targetNamespace; in xmlSchemaBucketCreate()3733 WXS_IMPBUCKET(WXS_CONSTRUCTOR(pctxt)->bucket); in xmlSchemaBucketCreate()20869 table = &(WXS_IMPBUCKET((c))->schema->slot); \ in xmlSchemaAddComponents()