xml_schema_max     67 lib/common/schemas.c static int xml_schema_max = 0;
xml_schema_max     90 lib/common/schemas.c     return xml_schema_max - 3; // index from 0, ignore "pacemaker-next"/"none"
xml_schema_max    186 lib/common/schemas.c     int last = xml_schema_max;
xml_schema_max    189 lib/common/schemas.c     xml_schema_max++;
xml_schema_max    191 lib/common/schemas.c                                   xml_schema_max * sizeof(struct schema_s));
xml_schema_max    219 lib/common/schemas.c         after_transform = xml_schema_max;  /* upgrade is a one-way */
xml_schema_max    559 lib/common/schemas.c     for (lpc = 0; lpc < xml_schema_max; lpc++) {
xml_schema_max    712 lib/common/schemas.c         for (lpc = 0; lpc < xml_schema_max; lpc++) {
xml_schema_max    730 lib/common/schemas.c     } else if (version < xml_schema_max) {
xml_schema_max   1023 lib/common/schemas.c     if (version < 0 || version >= xml_schema_max) {
xml_schema_max   1037 lib/common/schemas.c     for (; lpc < xml_schema_max; lpc++) {