Searched defs:globals (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c305 xmlSchemaAddItemSize(&(WXS_BUCKET(ctx)->globals), 5, item)
405 xmlSchemaItemListPtr globals; /* Global components. */ member in struct:_xmlSchemaBucket
437 xmlSchemaItemListPtr globals; member in struct:_xmlSchemaImport
460 xmlSchemaItemListPtr globals; /* Global components. */ member in struct:_xmlSchemaInclude
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
[all...]

Completed in 102 milliseconds