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

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemas.c281 #define WXS_CONSTRUCTOR(ctx) (ctx)->constructor macro
284 ( (WXS_CONSTRUCTOR((ctx))->buckets != NULL) && \
285 (WXS_CONSTRUCTOR((ctx))->buckets->nbItems > 0) )
287 #define WXS_SUBST_GROUPS(ctx) WXS_CONSTRUCTOR((ctx))->substGroups
289 #define WXS_BUCKET(ctx) WXS_CONSTRUCTOR((ctx))->bucket
3524 if (WXS_CONSTRUCTOR(pctxt)->mainSchema == NULL) {
3529 mainSchema = WXS_CONSTRUCTOR(pctxt)->mainSchema;
3570 WXS_CONSTRUCTOR(pctxt)->mainBucket = ret;
3604 WXS_CONSTRUCTOR(pctxt)->dict);
3624 if (WXS_IS_BUCKET_IMPMAIN(WXS_CONSTRUCTOR(pctx
[all...]

Completed in 57 milliseconds