Searched refs:cachep (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/common/
H A Dutil_cache.c20 __db_util_cache(dbp, cachep, resizep)
22 u_int32_t *cachep;
33 * The current cache size is in cachep. If it's insufficient, set the
34 * the memory referenced by resizep to 1 and set cachep to the minimum
40 if ((*cachep / pgsize) < DB_MINPAGECACHE) {
42 *cachep = pgsize * DB_MINPAGECACHE;
/macosx-10.10/bind9-45.101/bind9/lib/dns/include/dns/
H A Dcache.h67 dns_cache_t **cachep);
72 unsigned int db_argc, char **db_argv, dns_cache_t **cachep);
77 unsigned int db_argc, char **db_argv, dns_cache_t **cachep);
101 *\li 'cachep' is a valid pointer, and *cachep == NULL
105 *\li '*cachep' is attached to the newly created cache
130 dns_cache_detach(dns_cache_t **cachep);
132 * Detach *cachep from its cache.
136 *\li 'cachep' points to a valid cache.
140 *\li *cachep i
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A Dcpu_topology.c252 x86_cpu_cache_t *cachep; local
257 cachep = current_cpu_datap()->lcpu.caches[level-1];
258 return cachep ? cachep->cache_size : 0;
267 x86_cpu_cache_t *cachep; local
272 cachep = current_cpu_datap()->lcpu.caches[level-1];
273 return cachep ? cachep->nlcpus : 0;
H A Dcpu_threads.c116 struct cpu_cache *cachep; local
121 for (i = 0, cachep = &cpu_caches[0]; i < LCACHE_MAX; i++, cachep++) {
123 if (cachep->type == 0 || cpuid_info()->cache_size[i] == 0)
130 if (cachep->level > cache_level) {
131 cache_level = cachep->level;
269 struct cpu_cache *cachep; local
276 for (i = 0, cachep = &cpu_caches[0]; i < LCACHE_MAX; i++, cachep++) {
278 if (cachep
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dcache.c177 dns_cache_t **cachep)
180 db_type, db_argc, db_argv, cachep));
187 unsigned int db_argc, char **db_argv, dns_cache_t **cachep)
191 cachep));
198 unsigned int db_argc, char **db_argv, dns_cache_t **cachep)
205 REQUIRE(cachep != NULL);
206 REQUIRE(*cachep == NULL);
312 *cachep = cache;
413 dns_cache_detach(dns_cache_t **cachep) { argument
417 REQUIRE(cachep !
174 dns_cache_create(isc_mem_t *cmctx, isc_taskmgr_t *taskmgr, isc_timermgr_t *timermgr, dns_rdataclass_t rdclass, const char *db_type, unsigned int db_argc, char **db_argv, dns_cache_t **cachep) argument
184 dns_cache_create2(isc_mem_t *cmctx, isc_taskmgr_t *taskmgr, isc_timermgr_t *timermgr, dns_rdataclass_t rdclass, const char *cachename, const char *db_type, unsigned int db_argc, char **db_argv, dns_cache_t **cachep) argument
195 dns_cache_create3(isc_mem_t *cmctx, isc_mem_t *hmctx, isc_taskmgr_t *taskmgr, isc_timermgr_t *timermgr, dns_rdataclass_t rdclass, const char *cachename, const char *db_type, unsigned int db_argc, char **db_argv, dns_cache_t **cachep) argument
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djquant2.c865 register histptr cachep; /* pointer into main cache array */ local
901 cachep = & histogram[c0+ic0][c1+ic1][c2];
903 *cachep++ = (histcell) (GETJSAMPLE(*cptr++) + 1);
922 register histptr cachep; local
936 cachep = & histogram[c0][c1][c2];
939 if (*cachep == 0)
942 *outptr++ = (JSAMPLE) (*cachep - 1);
961 histptr cachep; local
1027 cachep = & histogram[cur0>>C0_SHIFT][cur1>>C1_SHIFT][cur2>>C2_SHIFT];
1030 if (*cachep
[all...]
/macosx-10.10/apache-793/httpd/modules/mappers/
H A Dmod_rewrite.c354 * of the cachep->pool. That makes it easy to forget them if necessary.
406 static cache *cachep; variable
967 if (cachep) {
969 apr_thread_mutex_lock(cachep->lock);
971 map = apr_hash_get(cachep->maps, name, APR_HASH_KEY_STRING);
976 if (apr_pool_create(&p, cachep->pool) != APR_SUCCESS) {
978 apr_thread_mutex_unlock(cachep->lock);
983 map = apr_palloc(cachep->pool, sizeof(cachedmap));
988 apr_hash_set(cachep->maps, name, APR_HASH_KEY_STRING, map);
1007 apr_thread_mutex_unlock(cachep
[all...]
/macosx-10.10/procmail-14/procmail/src/
H A Dregexp.c81 static uchar*p,*cachea,*cachep; variable
275 { p=cachep;r=epso(rvold,cacher);
297 cachea=pvold;cachep=p;cacher=(char*)r-(char*)rvold;

Completed in 148 milliseconds