| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_magnet_cache.c | 57 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 D | configfile-glue.c | 482 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 D | mod_magnet_cache.h | 27 void script_cache_free(script_cache *cache); 30 script_cache *cache, buffer *name);
|
| H A D | mod_magnet.c | 39 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 D | compress.txt | 33 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 D | cml.txt | 51 $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 D | performance.txt | 171 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 D | configure | 779 -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 D | prepare.sh | 22 mkdir -p $tmpdir/cache/ 23 mkdir -p $tmpdir/cache/compress/
|
| H A D | mod-compress.conf | 29 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/"
|
| H A D | fastcgi-10.conf | 65 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/"
|
| H A D | fastcgi-responder.conf | 85 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/"
|
| H A D | fastcgi-auth.conf | 82 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/"
|
| H A D | fastcgi-13.conf | 80 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/"
|
| H A D | bug-12.conf | 82 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/"
|
| H A D | bug-06.conf | 80 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/"
|
| H A D | proxy.conf | 63 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/"
|
| H A D | lighttpd.conf | 73 compress.cache-dir = env.SRCDIR + "/tmp/lighttpd/cache/compress/"
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/conf.d/ |
| H A D | compress.conf | 17 compress.cache-dir = cache_dir + "/compress"
|
| /mOS-networking-stack/util/ |
| H A D | rss.c | 14 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 D | lighttpd.orig.conf | 217 server.stat-cache-engine = "simple"
|
| H A D | lighttpd.conf | 225 server.stat-cache-engine = "simple"
|
| H A D | m-lighttpd.conf | 225 server.stat-cache-engine = "simple"
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | NEWS | 370 * 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 D | util.c | 28 BuildKeyCache(uint32_t *cache, int cache_len) in BuildKeyCache() argument 54 cache[i] = result; in BuildKeyCache()
|