b_version 192 lib/common/schemas.c schema_cmp(pcmk__schema_version_t a_version, pcmk__schema_version_t b_version) b_version 195 lib/common/schemas.c if (a_version.v[i] < b_version.v[i]) { b_version 197 lib/common/schemas.c } else if (a_version.v[i] > b_version.v[i]) { b_version 208 lib/common/schemas.c pcmk__schema_version_t b_version = SCHEMA_ZERO; b_version 211 lib/common/schemas.c || !version_from_filename(b[0]->d_name, &b_version)) { b_version 216 lib/common/schemas.c return schema_cmp(a_version, b_version);