schema_entry 1656 lib/common/schemas.c GList *schema_entry = pcmk__get_schema(schema_name); schema_entry 1658 lib/common/schemas.c if (schema_entry != NULL) { schema_entry 1659 lib/common/schemas.c *best = ((pcmk__schema_t *)(schema_entry->data))->schema_index; schema_entry 36 lib/common/tests/schemas/pcmk__get_schema_test.c GList *schema_entry = NULL; schema_entry 39 lib/common/tests/schemas/pcmk__get_schema_test.c schema_entry = pcmk__get_schema(name); schema_entry 40 lib/common/tests/schemas/pcmk__get_schema_test.c assert_non_null(schema_entry); schema_entry 42 lib/common/tests/schemas/pcmk__get_schema_test.c schema = schema_entry->data;