schema_cmp        212 lib/common/schemas.c     return schema_cmp(a_version, b_version);
schema_cmp        444 lib/common/schemas.c         return schema_cmp(schema_a->version, schema_b->version);
schema_cmp       1415 lib/common/schemas.c         if (schema_cmp(ver, schema->version) != -1) {