Searched refs:WXS_CONSTRUCTOR (Results 1 – 1 of 1) sorted by relevance
295 #define WXS_CONSTRUCTOR(ctx) (ctx)->constructor macro298 ( (WXS_CONSTRUCTOR((ctx))->buckets != NULL) && \299 (WXS_CONSTRUCTOR((ctx))->buckets->nbItems > 0) )301 #define WXS_SUBST_GROUPS(ctx) WXS_CONSTRUCTOR((ctx))->substGroups303 #define WXS_BUCKET(ctx) WXS_CONSTRUCTOR((ctx))->bucket3582 if (WXS_CONSTRUCTOR(pctxt)->mainSchema == NULL) { in xmlSchemaBucketCreate()3587 mainSchema = WXS_CONSTRUCTOR(pctxt)->mainSchema; in xmlSchemaBucketCreate()3628 WXS_CONSTRUCTOR(pctxt)->mainBucket = ret; in xmlSchemaBucketCreate()3662 WXS_CONSTRUCTOR(pctxt)->dict); in xmlSchemaBucketCreate()3682 if (WXS_IS_BUCKET_IMPMAIN(WXS_CONSTRUCTOR(pctxt)->bucket->type)) in xmlSchemaBucketCreate()[all …]