schema_name      1117 lib/common/schemas.c     const char *schema_name = crm_element_value(xml, PCMK_XA_VALIDATE_WITH);
schema_name      1119 lib/common/schemas.c     pcmk__warn_if_schema_deprecated(schema_name);
schema_name      1120 lib/common/schemas.c     if (schema_name == NULL) {
schema_name      1123 lib/common/schemas.c     return pcmk__get_schema(schema_name);
schema_name      1648 lib/common/schemas.c         const char *schema_name = crm_element_value(*xml,
schema_name      1650 lib/common/schemas.c         GList *schema_entry = pcmk__get_schema(schema_name);
schema_name       114 lib/common/tests/schemas/crm_schema_init_test.c assert_schema(const char *schema_name, int schema_index)
schema_name       119 lib/common/tests/schemas/crm_schema_init_test.c     entry = pcmk__get_schema(schema_name);
schema_name        37 lib/common/tests/schemas/pcmk__find_x_0_schema_test.c assert_schema_0(int schema_index, const char *schema_name)
schema_name        49 lib/common/tests/schemas/pcmk__find_x_0_schema_test.c     assert_string_equal(schema->name, schema_name);