Lines Matching full:slot
3607 * Imports go into the "schemasImports" slot of the main *schema*.
3640 /* Includes got into the "includes" slot of the *main* schema. */
4700 #define WXS_FIND_GLOBAL_ITEM(slot) \
4702 ret = xmlHashLookup(schema->slot, name); \
4714 ret = xmlHashLookup(import->schema->slot, name); \
20612 #define WXS_GET_GLOBAL_HASH(c, slot) { \
20614 table = &(WXS_IMPBUCKET((c))->schema->slot); \
20616 table = &(WXS_INCBUCKET((c))->ownerImport->schema->slot); }