Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c295 #define WXS_CONSTRUCTOR(ctx) (ctx)->constructor macro
298 ( (WXS_CONSTRUCTOR((ctx))->buckets != NULL) && \
299 (WXS_CONSTRUCTOR((ctx))->buckets->nbItems > 0) )
301 #define WXS_SUBST_GROUPS(ctx) WXS_CONSTRUCTOR((ctx))->substGroups
303 #define WXS_BUCKET(ctx) WXS_CONSTRUCTOR((ctx))->bucket
3621 if (WXS_CONSTRUCTOR(pctxt)->mainSchema == NULL) { in xmlSchemaBucketCreate()
3626 mainSchema = WXS_CONSTRUCTOR(pctxt)->mainSchema; in xmlSchemaBucketCreate()
3667 WXS_CONSTRUCTOR(pctxt)->mainBucket = ret; in xmlSchemaBucketCreate()
3701 WXS_CONSTRUCTOR(pctxt)->dict); in xmlSchemaBucketCreate()
3721 if (WXS_IS_BUCKET_IMPMAIN(WXS_CONSTRUCTOR(pctxt)->bucket->type)) in xmlSchemaBucketCreate()
[all …]