Searched refs:WXS_IMPBUCKET (Results 1 – 1 of 1) sorted by relevance
213 #define WXS_IMPBUCKET(b) ((xmlSchemaImportPtr) (b)) macro3553 if (WXS_IMPBUCKET(bucket)->schema != NULL) in xmlSchemaBucketFree()3554 xmlSchemaFree(WXS_IMPBUCKET(bucket)->schema); in xmlSchemaBucketFree()3614 WXS_IMPBUCKET(ret)->schema = mainSchema; in xmlSchemaBucketCreate()3630 WXS_IMPBUCKET(ret)->schema = xmlSchemaNewSchema(pctxt); in xmlSchemaBucketCreate()3631 if (WXS_IMPBUCKET(ret)->schema == NULL) { in xmlSchemaBucketCreate()3635 WXS_IMPBUCKET(ret)->schema->targetNamespace = targetNamespace; in xmlSchemaBucketCreate()3669 WXS_IMPBUCKET(WXS_CONSTRUCTOR(pctxt)->bucket); in xmlSchemaBucketCreate()20727 table = &(WXS_IMPBUCKET((c))->schema->slot); \ in xmlSchemaAddComponents()