Home | History | Annotate | Download | only in libxml2

Lines Matching full:globals

305     xmlSchemaAddItemSize(&(WXS_BUCKET(ctx)->globals), 5, item)
405 xmlSchemaItemListPtr globals; /* Global components. */
437 xmlSchemaItemListPtr globals;
460 xmlSchemaItemListPtr globals; /* Global components. */
3499 if (bucket->globals != NULL) {
3500 xmlSchemaComponentListFree(bucket->globals);
3501 xmlSchemaItemListFree(bucket->globals);
3552 ret->globals = xmlSchemaItemListCreate();
3553 if (ret->globals == NULL) {
5024 if ((bucket->globals == NULL) ||
5025 (bucket->globals->nbItems == 0))
5030 for (i = 0; i < bucket->globals->nbItems; i++) {
5031 ret = bucket->globals->items[i];
20706 for (i = 0; i < bucket->globals->nbItems; i++) {
20707 item = bucket->globals->items[i];