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

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c289 #define WXS_CONSTRUCTOR(ctx) (ctx)->constructor macro
292 ( (WXS_CONSTRUCTOR((ctx))->buckets != NULL) && \
293 (WXS_CONSTRUCTOR((ctx))->buckets->nbItems > 0) )
295 #define WXS_SUBST_GROUPS(ctx) WXS_CONSTRUCTOR((ctx))->substGroups
297 #define WXS_BUCKET(ctx) WXS_CONSTRUCTOR((ctx))->bucket
3533 if (WXS_CONSTRUCTOR(pctxt)->mainSchema == NULL) {
3538 mainSchema = WXS_CONSTRUCTOR(pctxt)->mainSchema;
3579 WXS_CONSTRUCTOR(pctxt)->mainBucket = ret;
3613 WXS_CONSTRUCTOR(pctxt)->dict);
3633 if (WXS_IS_BUCKET_IMPMAIN(WXS_CONSTRUCTOR(pctx
[all...]
/external/libxml2/
H A Dxmlschemas.c289 #define WXS_CONSTRUCTOR(ctx) (ctx)->constructor macro
292 ( (WXS_CONSTRUCTOR((ctx))->buckets != NULL) && \
293 (WXS_CONSTRUCTOR((ctx))->buckets->nbItems > 0) )
295 #define WXS_SUBST_GROUPS(ctx) WXS_CONSTRUCTOR((ctx))->substGroups
297 #define WXS_BUCKET(ctx) WXS_CONSTRUCTOR((ctx))->bucket
3552 if (WXS_CONSTRUCTOR(pctxt)->mainSchema == NULL) {
3557 mainSchema = WXS_CONSTRUCTOR(pctxt)->mainSchema;
3598 WXS_CONSTRUCTOR(pctxt)->mainBucket = ret;
3632 WXS_CONSTRUCTOR(pctxt)->dict);
3652 if (WXS_IS_BUCKET_IMPMAIN(WXS_CONSTRUCTOR(pctx
[all...]

Completed in 1332 milliseconds