cache             467 lib/common/crmcommon_private.h     void *cache;
cache             680 lib/common/schemas.c             ctx = (relaxng_ctx_cache_t *) schema->cache;
cache             698 lib/common/schemas.c             schema->cache = NULL;
cache             785 lib/common/schemas.c     relaxng_ctx_cache_t **cache = NULL;
cache             802 lib/common/schemas.c             cache = (relaxng_ctx_cache_t **) &(schema->cache);
cache             803 lib/common/schemas.c             valid = validate_with_relaxng(xml->doc, error_handler, error_handler_context, file, cache);