Searched refs:WXS_IMPBUCKET (Results 1 – 1 of 1) sorted by relevance
219 #define WXS_IMPBUCKET(b) ((xmlSchemaImportPtr) (b)) macro3562 if (WXS_IMPBUCKET(bucket)->schema != NULL) in xmlSchemaBucketFree()3563 xmlSchemaFree(WXS_IMPBUCKET(bucket)->schema); in xmlSchemaBucketFree()3629 WXS_IMPBUCKET(ret)->schema = mainSchema; in xmlSchemaBucketCreate()3645 WXS_IMPBUCKET(ret)->schema = xmlSchemaNewSchema(pctxt); in xmlSchemaBucketCreate()3646 if (WXS_IMPBUCKET(ret)->schema == NULL) { in xmlSchemaBucketCreate()3650 WXS_IMPBUCKET(ret)->schema->targetNamespace = targetNamespace; in xmlSchemaBucketCreate()3684 WXS_IMPBUCKET(WXS_CONSTRUCTOR(pctxt)->bucket); in xmlSchemaBucketCreate()20753 table = &(WXS_IMPBUCKET((c))->schema->slot); \ in xmlSchemaAddComponents()