Searched refs:cache_auto_store (Results 1 – 4 of 4) sorted by relevance
86 if (!zrtp->cache_auto_store) in zrtp_def_cache_down()124 if (zrtp->cache_auto_store) zrtp_def_cache_store(zrtp); in zrtp_def_cache_set_verified()218 if (zrtp->cache_auto_store) zrtp_def_cache_store(zrtp); in cache_put()313 if (zrtp->cache_auto_store) zrtp_def_cache_store(zrtp); in zrtp_def_cache_set_presh_counter()799 if (zrtp->cache_auto_store) zrtp_def_cache_store(zrtp); in put_name()890 if (zrtp->cache_auto_store) zrtp_def_cache_store(zrtp); in zrtp_def_cache_reset_since()
37 config->cache_auto_store = 1; /* cache auto flushing should be enabled by default */ in zrtp_config_defaults()86 new_zrtp->cache_auto_store = config->cache_auto_store; in zrtp_init()
175 unsigned cache_auto_store; member
353 unsigned cache_auto_store; /** Set when user wants libzrtp to flush the cache once it changed */ member