xml_schema_max     77 lib/common/schemas.c static int xml_schema_max = 0;
xml_schema_max     97 lib/common/schemas.c     return xml_schema_max - 4;
xml_schema_max    214 lib/common/schemas.c     int last = xml_schema_max;
xml_schema_max    217 lib/common/schemas.c     xml_schema_max++;
xml_schema_max    219 lib/common/schemas.c                                  xml_schema_max * sizeof(struct schema_s));
xml_schema_max    247 lib/common/schemas.c         after_transform = xml_schema_max;  /* upgrade is a one-way */
xml_schema_max    517 lib/common/schemas.c     for (lpc = 0; lpc < xml_schema_max; lpc++) {
xml_schema_max    670 lib/common/schemas.c         for (lpc = 0; lpc < xml_schema_max; lpc++) {
xml_schema_max    688 lib/common/schemas.c     } else if (version < xml_schema_max) {
xml_schema_max    759 lib/common/schemas.c     if (version < 0 || version >= xml_schema_max) {
xml_schema_max    773 lib/common/schemas.c     for (; lpc < xml_schema_max; lpc++) {