b_version 188 lib/common/schemas.c schema_cmp(pcmk__schema_version_t a_version, pcmk__schema_version_t b_version) b_version 191 lib/common/schemas.c if (a_version.v[i] < b_version.v[i]) { b_version 193 lib/common/schemas.c } else if (a_version.v[i] > b_version.v[i]) { b_version 204 lib/common/schemas.c pcmk__schema_version_t b_version = SCHEMA_ZERO; b_version 207 lib/common/schemas.c || !version_from_filename(b[0]->d_name, &b_version)) { b_version 212 lib/common/schemas.c return schema_cmp(a_version, b_version);