Lines Matching full:buckets
205 * Macros for schema buckets.
292 ( (WXS_CONSTRUCTOR((ctx))->buckets != NULL) && \
293 (WXS_CONSTRUCTOR((ctx))->buckets->nbItems > 0) )
574 xmlSchemaItemListPtr buckets; /* List of schema buckets. */
3599 * For each following import buckets an xmlSchema will be created.
3685 * Add to list of all buckets; this is used for lookup
3688 if (xmlSchemaItemListAdd(WXS_CONSTRUCTOR(pctxt)->buckets, ret) == -1)
4135 * the schema buckets.
4165 /* Never free the doc here, since this will be done by the buckets. */
9903 * no schema graph available any more. Only the schema buckets
9907 if (con->buckets != NULL)
9908 xmlSchemaItemListFree(con->buckets);
9935 ret->buckets = xmlSchemaItemListCreate();
9936 if (ret->buckets == NULL) {
9938 "allocating list of schema buckets", NULL);
10040 list = pctxt->constructor->buckets;
10063 list = pctxt->constructor->buckets;
10092 list = pctxt->constructor->buckets;