Home
last modified time | relevance | path

Searched refs:cache (Results 1 – 25 of 32) sorted by relevance

12

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_magnet_cache.c57 lua_State *script_cache_get_script(server *srv, connection *con, script_cache *cache, buffer *name)… in script_cache_get_script() argument
62 for (i = 0; i < cache->used; i++) { in script_cache_get_script()
63 sc = cache->ptr[i]; in script_cache_get_script()
97 if (cache->size == 0) { in script_cache_get_script()
98 cache->size = 16; in script_cache_get_script()
99 cache->ptr = malloc(cache->size * sizeof(*(cache->ptr))); in script_cache_get_script()
100 } else if (cache->used == cache->size) { in script_cache_get_script()
101 cache->size += 16; in script_cache_get_script()
102 cache->ptr = realloc(cache->ptr, cache->size * sizeof(*(cache->ptr))); in script_cache_get_script()
105 cache->ptr[cache->used++] = sc; in script_cache_get_script()
H A Dconfigfile-glue.c482 cond_cache_t *cache = &con->cond_cache[dc->context_ndx]; in config_check_cond_nocache() local
489 cache->matches, elementsof(cache->matches)); in config_check_cond_nocache()
491 cache->patterncount = n; in config_check_cond_nocache()
493 cache->comp_value = l; in config_check_cond_nocache()
494 cache->comp_type = dc->comp; in config_check_cond_nocache()
586 cond_cache_t *cache = &con->cond_cache[dc->context_ndx]; in config_append_cond_match_buffer() local
587 if (n >= cache->patterncount) { in config_append_cond_match_buffer()
593 cache->comp_value->ptr + cache->matches[n], in config_append_cond_match_buffer()
594 cache->matches[n + 1] - cache->matches[n]); in config_append_cond_match_buffer()
H A Dmod_magnet_cache.h27 void script_cache_free(script_cache *cache);
30 script_cache *cache, buffer *name);
H A Dmod_magnet.c39 script_cache *cache; member
54 p->cache = script_cache_init(); in INIT_FUNC()
84 script_cache_free(p->cache); in FREE_FUNC()
861 L = script_cache_get_script(srv, con, p->cache, name); in magnet_attract()
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dcompress.txt33 on a second request away. As soon as compress.cache-dir is set the files are
36 (You will need to create the cache directory if it doesn't already exist. The web server will not d…
38 The names of the cache files are made of the filename, the compression method
41 Cleaning the cache is left to the user. A cron job deleting files older than
44 find /var/www/cache -type f -mtime +10 | xargs -r rm
58 by hand in the cache directory.
70 compress.cache-dir
75 compress.cache-dir = "/var/www/cache/"
79 compress.cache-dir = "/var/www/cache/docs.example.org/"
H A Dcml.txt51 $cachefile = "/cache/dir/to/cached-content";
92 of the PHP interpreter to start up (a byte-code cache has been used here).
95 to start PHP for a cache-hit.
H A Dperformance.txt171 stat() cache
182 your stat cache is up to date. ::
184 server.stat-cache-engine = "fam" # either fam, simple or disabled
/mOS-networking-stack/scripts/
H A Dconfigure779 -cache-file | --cache-file | --cache-fil | --cache-fi \
780 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
782 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
783 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
786 --config-cache | -C)
787 cache_file=config.cache ;;
1251 --cache-file=FILE cache test results in FILE [disabled]
1252 -C, --config-cache alias for \`--cache-file=config.cache'
2130 $as_echo "$as_me: loading cache $cache_file" >&6;}
2138 $as_echo "$as_me: creating cache $cache_file" >&6;}
[all …]
/mOS-networking-stack/samples/lighttpd-1.4.32/tests/
H A Dprepare.sh22 mkdir -p $tmpdir/cache/
23 mkdir -p $tmpdir/cache/compress/
H A Dmod-compress.conf29 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/"
H A Dfastcgi-10.conf65 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/"
H A Dfastcgi-responder.conf85 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/"
H A Dfastcgi-auth.conf82 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/"
H A Dfastcgi-13.conf80 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/"
H A Dbug-12.conf82 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/"
H A Dbug-06.conf80 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/"
H A Dproxy.conf63 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/"
H A Dlighttpd.conf73 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/"
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/conf.d/
H A Dcompress.conf17 compress.cache-dir = cache_dir + "/compress"
/mOS-networking-stack/util/
H A Drss.c14 BuildKeyCache(uint32_t *cache, int cache_len) in BuildKeyCache() argument
100 cache[i] = result; in BuildKeyCache()
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/
H A Dlighttpd.orig.conf217 server.stat-cache-engine = "simple"
H A Dlighttpd.conf225 server.stat-cache-engine = "simple"
H A Dm-lighttpd.conf225 server.stat-cache-engine = "simple"
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS370 * reset conditional cache (#1164)
434 * added more debug infos for FAM based stat-cache
619 * changed default stat-cache-engine to 'simple'
700 * fixed memleak in stat-cache
718 * fixed memleak in stat-cache
740 * added support for stat-cache via FAM
922 * fixed file-cache
926 * fixed file-cache
942 * added a cache for mimetypes
962 * enabled timestamp cache again
[all …]
/mOS-networking-stack/core/src/
H A Dutil.c28 BuildKeyCache(uint32_t *cache, int cache_len) in BuildKeyCache() argument
54 cache[i] = result; in BuildKeyCache()

12