Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c219 #define WXS_IMPBUCKET(b) ((xmlSchemaImportPtr) (b)) macro
3601 if (WXS_IMPBUCKET(bucket)->schema != NULL) in xmlSchemaBucketFree()
3602 xmlSchemaFree(WXS_IMPBUCKET(bucket)->schema); in xmlSchemaBucketFree()
3668 WXS_IMPBUCKET(ret)->schema = mainSchema; in xmlSchemaBucketCreate()
3684 WXS_IMPBUCKET(ret)->schema = xmlSchemaNewSchema(pctxt); in xmlSchemaBucketCreate()
3685 if (WXS_IMPBUCKET(ret)->schema == NULL) { in xmlSchemaBucketCreate()
3689 WXS_IMPBUCKET(ret)->schema->targetNamespace = targetNamespace; in xmlSchemaBucketCreate()
3723 WXS_IMPBUCKET(WXS_CONSTRUCTOR(pctxt)->bucket); in xmlSchemaBucketCreate()
20838 table = &(WXS_IMPBUCKET((c))->schema->slot); \ in xmlSchemaAddComponents()