xml_schema_max 64 lib/common/schemas.c static int xml_schema_max = 0; xml_schema_max 88 lib/common/schemas.c return xml_schema_max - 3; // index from 0, ignore "pacemaker-next"/"none" xml_schema_max 184 lib/common/schemas.c int last = xml_schema_max; xml_schema_max 187 lib/common/schemas.c xml_schema_max++; xml_schema_max 189 lib/common/schemas.c xml_schema_max * sizeof(struct schema_s)); xml_schema_max 217 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 719 lib/common/schemas.c for (lpc = 0; lpc < xml_schema_max; lpc++) { xml_schema_max 737 lib/common/schemas.c } else if (version < xml_schema_max) { xml_schema_max 1026 lib/common/schemas.c if (version < 0 || version >= xml_schema_max) { xml_schema_max 1040 lib/common/schemas.c for (; lpc < xml_schema_max; lpc++) {