cache             411 lib/common/crmcommon_private.h     void *cache;
cache             610 lib/common/schemas.c             ctx = (relaxng_ctx_cache_t *) schema->cache;
cache             628 lib/common/schemas.c             schema->cache = NULL;
cache             717 lib/common/schemas.c     relaxng_ctx_cache_t **cache = NULL;
cache             734 lib/common/schemas.c             cache = (relaxng_ctx_cache_t **) &(schema->cache);
cache             735 lib/common/schemas.c             valid = validate_with_relaxng(xml->doc, error_handler, error_handler_context, file, cache);
cache              20 maint/gnulib/lib/regexec.c static reg_errcode_t match_ctx_init (re_match_context_t *cache, int eflags,
cache              23 maint/gnulib/lib/regexec.c static void match_ctx_free (re_match_context_t *cache);
cache              24 maint/gnulib/lib/regexec.c static reg_errcode_t match_ctx_add_entry (re_match_context_t *cache, Idx node,