Home
last modified time | relevance | path

Searched refs:shared_cache (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/www/c-icap/c_icap-0.5.10/modules/
H A Dshared_cache.c114 struct shared_cache_data *shared_cache = (struct shared_cache_data *)data; in command_attach_shared_mem() local
115 shared_cache->mem_ptr = ci_shared_mem_attach(&shared_cache->id); in command_attach_shared_mem()
116 shared_cache->stats = (struct shared_cache_stats *)shared_cache->mem_ptr; in command_attach_shared_mem()
117 shared_cache->slots = (void *)(shared_cache->mem_ptr + sizeof(struct shared_cache_stats)); in command_attach_shared_mem()
118 … on address %p\n", ci_shared_mem_print_id(buf, sizeof(buf), &shared_cache->id), shared_cache->mem_… in command_attach_shared_mem()
119 ci_proc_mutex_lock(&(shared_cache->cache_mutex)); in command_attach_shared_mem()
120 ++shared_cache->stats->cache_users; in command_attach_shared_mem()
121 ci_proc_mutex_unlock(&(shared_cache->cache_mutex)); in command_attach_shared_mem()
H A DMakefile.in182 am_shared_cache_la_OBJECTS = shared_cache_la-shared_cache.lo
214 ./$(DEPDIR)/shared_cache_la-shared_cache.Plo \
448 pkglib_LTLIBRARIES = sys_logger.la dnsbl_tables.la shared_cache.la \
479 shared_cache_la_SOURCES = shared_cache.c
564 shared_cache.la: $(shared_cache_la_OBJECTS) $(shared_cache_la_DEPENDENCIES) $(EXTRA_shared_cache_la…
581 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shared_cache_la-shared_cache.Plo@am__quote@ # am--…
649 shared_cache_la-shared_cache.lo: shared_cache.c
650shared_cache.lo -MD -MP -MF $(DEPDIR)/shared_cache_la-shared_cache.Tpo -c -o shared_cache_la-share…
651 …E@ $(AM_V_at)$(am__mv) $(DEPDIR)/shared_cache_la-shared_cache.Tpo $(DEPDIR)/shared_cache_la-shared…
802 -rm -f ./$(DEPDIR)/shared_cache_la-shared_cache.Plo
[all …]
H A DMakefile.am5 pkglib_LTLIBRARIES= sys_logger.la dnsbl_tables.la shared_cache.la
58 shared_cache_la_SOURCES= shared_cache.c
/dports/mail/cone/cone-1.1/libs/maildir/
H A Dmaildirnewshared2.c39 static struct maildir_shindex_cache *shared_cache=NULL; variable
78 if (!parent && shared_cache) in maildir_shared_cache_read()
80 return shared_cache; in maildir_shared_cache_read()
104 shared_cache_free(shared_cache); in maildir_shared_cache_read()
105 shared_cache=p; in maildir_shared_cache_read()
/dports/mail/sqwebmail/sqwebmail-6.0.6/libs/maildir/
H A Dmaildirnewshared2.c39 static struct maildir_shindex_cache *shared_cache=NULL; variable
78 if (!parent && shared_cache) in maildir_shared_cache_read()
80 return shared_cache; in maildir_shared_cache_read()
104 shared_cache_free(shared_cache); in maildir_shared_cache_read()
105 shared_cache=p; in maildir_shared_cache_read()
/dports/mail/courier/courier-0.65.3/maildir/
H A Dmaildirnewshared2.c40 static struct maildir_shindex_cache *shared_cache=NULL; variable
79 if (!parent && shared_cache) in maildir_shared_cache_read()
81 return shared_cache; in maildir_shared_cache_read()
105 shared_cache_free(shared_cache); in maildir_shared_cache_read()
106 shared_cache=p; in maildir_shared_cache_read()
/dports/mail/courier-imap/courier-imap-5.1.4/libs/maildir/
H A Dmaildirnewshared2.c39 static struct maildir_shindex_cache *shared_cache=NULL; variable
78 if (!parent && shared_cache) in maildir_shared_cache_read()
80 return shared_cache; in maildir_shared_cache_read()
104 shared_cache_free(shared_cache); in maildir_shared_cache_read()
105 shared_cache=p; in maildir_shared_cache_read()
/dports/mail/maildrop/maildrop-3.0.3/libs/maildir/
H A Dmaildirnewshared2.c39 static struct maildir_shindex_cache *shared_cache=NULL; variable
78 if (!parent && shared_cache) in maildir_shared_cache_read()
80 return shared_cache; in maildir_shared_cache_read()
104 shared_cache_free(shared_cache); in maildir_shared_cache_read()
105 shared_cache=p; in maildir_shared_cache_read()
/dports/databases/R-cran-RSQLite/RSQLite/src/
H A Ddriver.c52 dbManager->shared_cache = 1; in rsqlite_driver_init()
55 dbManager->shared_cache = 0; in rsqlite_driver_init()
101 SET_VECTOR_ELT(info, i++, ScalarLogical(mgr->shared_cache)); in rsqlite_driver_info()
/dports/devel/py-azure-identity/azure-identity-1.5.0/azure/identity/aio/_credentials/
H A Ddefault.py15 from .shared_cache import SharedTokenCacheCredential
96 shared_cache = SharedTokenCacheCredential(
99 credentials.append(shared_cache)
H A D__init__.py12 from .shared_cache import SharedTokenCacheCredential
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/lib/ext/wocky/wocky/
H A Dwocky-caps-cache.c45 static WockyCapsCache *shared_cache = NULL;
398 if (shared_cache == NULL) in wocky_caps_cache_dup_shared()
403 shared_cache = wocky_caps_cache_new (path); in wocky_caps_cache_dup_shared()
407 g_object_ref (shared_cache); in wocky_caps_cache_dup_shared()
408 return shared_cache; in wocky_caps_cache_dup_shared()
421 if (shared_cache != NULL) in wocky_caps_cache_free_shared()
423 g_object_unref (shared_cache); in wocky_caps_cache_free_shared()
424 shared_cache = NULL; in wocky_caps_cache_free_shared()
/dports/net-im/telepathy-salut/telepathy-salut-0.8.1/lib/ext/wocky/wocky/
H A Dwocky-caps-cache.c45 static WockyCapsCache *shared_cache = NULL;
398 if (shared_cache == NULL) in wocky_caps_cache_dup_shared()
403 shared_cache = wocky_caps_cache_new (path); in wocky_caps_cache_dup_shared()
407 g_object_ref (shared_cache); in wocky_caps_cache_dup_shared()
408 return shared_cache; in wocky_caps_cache_dup_shared()
421 if (shared_cache != NULL) in wocky_caps_cache_free_shared()
423 g_object_unref (shared_cache); in wocky_caps_cache_free_shared()
424 shared_cache = NULL; in wocky_caps_cache_free_shared()
/dports/devel/py-azure-identity/azure-identity-1.5.0/azure/identity/_credentials/
H A Ddefault.py14 from .shared_cache import SharedTokenCacheCredential
112 shared_cache = SharedTokenCacheCredential(
115 credentials.append(shared_cache)
H A D__init__.py13 from .shared_cache import SharedTokenCacheCredential
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dthread001.test31 foreach {tn same_db shared_cache} [list \
42 sqlite3_enable_shared_cache $shared_cache
43 sqlite3_enable_shared_cache $shared_cache
44 } $shared_cache
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dthread001.test31 foreach {tn same_db shared_cache} [list \
42 sqlite3_enable_shared_cache $shared_cache
43 sqlite3_enable_shared_cache $shared_cache
44 } $shared_cache
/dports/net/yate/yate-6.4.0-1/conf.d/
H A Dsqlitedb.conf.sample7 ; shared_cache: bool: Use the SQLite shared cache by default
9 ;shared_cache=no
52 ; shared_cache: bool: Use the SQLite shared cache by default
54 ;shared_cache=no
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/test/
H A Dthread001.test31 foreach {tn same_db shared_cache} [list \
42 sqlite3_enable_shared_cache $shared_cache
43 sqlite3_enable_shared_cache $shared_cache
44 } $shared_cache
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dthread001.test31 foreach {tn same_db shared_cache} [list \
42 sqlite3_enable_shared_cache $shared_cache
43 sqlite3_enable_shared_cache $shared_cache
44 } $shared_cache
/dports/devel/p5-Pithub/Pithub-0.01036/lib/Pithub/
H A DBase.pm258 if( my $cached_response = $self->shared_cache->get($request->uri) ) {
268 $self->shared_cache->set( $request->uri, $response );
273 $self->shared_cache->set( $request->uri, $response );
/dports/www/p5-HTML-Template/HTML-Template-2.97/t/
H A D16-config.t39 'shared_cache' => 0,
116 'shared_cache' => 0,
169 'shared_cache' => 0,
/dports/devel/p5-Pithub/Pithub-0.01036/lib/Pithub/Result/
H A DSharedCache.pm14 sub shared_cache { subroutine
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/bench/wtperf/stress/
H A Dshared-cache-stress.wtperf2 conn_config="shared_cache=(name=wt-cache,size=536870912,reserve=10MB,chunk=20MB,)"
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/docs/
H A Dshared-cache.dox1 /*! @m_page{{c,java},shared_cache,Per-process shared caches}
6 An application configures a shared cache by specifying a shared_cache name

1234567