xml_schema_max 64 lib/common/schemas.c static int xml_schema_max = 0; xml_schema_max 87 lib/common/schemas.c return xml_schema_max - 3; // index from 0, ignore "pacemaker-next"/"none" xml_schema_max 183 lib/common/schemas.c int last = xml_schema_max; xml_schema_max 186 lib/common/schemas.c xml_schema_max++; xml_schema_max 188 lib/common/schemas.c xml_schema_max * sizeof(struct schema_s)); xml_schema_max 216 lib/common/schemas.c after_transform = xml_schema_max; /* upgrade is a one-way */ xml_schema_max 557 lib/common/schemas.c for (lpc = 0; lpc < xml_schema_max; lpc++) { xml_schema_max 710 lib/common/schemas.c for (lpc = 0; lpc < xml_schema_max; lpc++) { xml_schema_max 728 lib/common/schemas.c } else if (version < xml_schema_max) { xml_schema_max 1017 lib/common/schemas.c if (version < 0 || version >= xml_schema_max) { xml_schema_max 1031 lib/common/schemas.c for (; lpc < xml_schema_max; lpc++) {