Home
last modified time | relevance | path

Searched refs:files (Results 1 – 25 of 33) sorted by relevance

12

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dstat_cache.c171 while (sc->files) { in stat_cache_free()
175 osize = sc->files->size; in stat_cache_free()
178 sc->files = splaytree_delete(sc->files, node->key); in stat_cache_free()
389 sc->files = splaytree_splay(sc->files, file_ndx); in stat_cache_get_entry()
397 if (sc->files && (sc->files->key == file_ndx)) { in stat_cache_get_entry()
406 file_node = sc->files; in stat_cache_get_entry()
511 sc->files = splaytree_insert(sc->files, file_ndx, sce); in stat_cache_get_entry()
524 assert(sc->files); in stat_cache_get_entry()
724 sc->files = splaytree_splay(sc->files, ndx); in stat_cache_trigger_cleanup()
726 node = sc->files; in stat_cache_trigger_cleanup()
[all …]
H A Dmod_dirlisting.c640 dirls_list_t dirs, files, *list; in http_list_directory() local
691 files.ent = (dirls_entry_t**) malloc(sizeof(dirls_entry_t*) * DIRLIST_BLOB_SIZE); in http_list_directory()
692 assert(files.ent); in http_list_directory()
693 files.size = DIRLIST_BLOB_SIZE; in http_list_directory()
694 files.used = 0; in http_list_directory()
758 list = &files; in http_list_directory()
780 if (files.used) http_dirls_sort(files.ent, files.used); in http_list_directory()
815 for (i = 0; i < files.used; i++) { in http_list_directory()
816 tmp = files.ent[i]; in http_list_directory()
874 free(files.ent); in http_list_directory()
H A Dmod_magnet.c1046 static handler_t magnet_attract_array(server *srv, connection *con, plugin_data *p, array *files) { in magnet_attract_array() argument
1050 if (files->used == 0) return HANDLER_GO_ON; in magnet_attract_array()
1055 for (i = 0; i < files->used; i++) { in magnet_attract_array()
1056 data_string *ds = (data_string *)files->data[i]; in magnet_attract_array()
H A DMakefile.in138 test -z "$$files" \
140 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
141 $(am__cd) "$$dir" && rm -f $$files; }; \
1128 while read type dir files; do \
1130 test -z "$$files" || { \
1131 …L) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbind…
1132 …L) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbind…
1139 files=`for p in $$list; do echo "$$p"; done | \
1144 echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
1145 cd "$(DESTDIR)$(sbindir)" && rm -f $$files
[all …]
H A Dbase.h238 splay_tree *files; /* the nodes of the tree are stat_cache_entry's */ member
H A DSConscript96 ## turn all src-files into objects
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Daccess.txt14 The access module is used to deny access to files with given trailing path names.
24 The access module is used to deny access to files with given trailing path names.
30 Denies access to all files with any of given trailing path names.
38 will deny access to all files ended with a diacritical mark (~) or .inc
40 used by editors for backup files. And the .inc extension is often used
41 for include files with code.
H A Dcompress.txt27 We currently limit to compression support to static files.
32 mod_compress can store compressed files on disk to optimize the compression
33 on a second request away. As soon as compress.cache-dir is set the files are
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
49 The module limits the compression of files to files smaller than 128 MByte and
52 The lower limit is set as small files tend to become larger by compressing due
91 Keep in mind that compressed JavaScript and CSS files are broken in some
92 browsers. Not setting any filetypes will result in no files being compressed.
109 Display compressed files
[all …]
H A Dperformance.txt96 transfer files as fast as possible.
144 Since file descriptors are used for TCP/IP sockets, files and directories,
161 ... accept() failed: Too many open files
178 modifications. As long as the directory doesn't change, the files in it
194 ``--disable-lfs`` to disable the support for files larger than 2GB. lighttpd will
196 fast as possible but support files larger than 2GB.
207 lot if (and only if) you have a lot of large files to send.
234 system load if you have a lot of large files to be sent, but keep in mind that
H A Dexpire.txt25 messages. It is usefull to set it for static files which should be cached
32 assignes a expiration to all files below the specified path. The
H A Dauthentication.txt86 those files. ::
102 those files. ::
H A Dcml.txt40 * the content is coming from files on the local directory named content-1, content-2 and so on
50 ## ... fetch all content-* files into $content
83 Quite simple. No magic involved. If the one of the files is new than the cached
H A Ddirlisting.txt61 if enabled, does not list hidden files in directory listings generated
H A Dmagnet.txt147 Internally lighty will use the sendfile() call to send out the static files at full speed.
180 Sending text-files as HTML
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/
H A DMakefile.in153 test -z "$$files" \
155 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
156 $(am__cd) "$$dir" && rm -f $$files; }; \
444 while read files; do \
445 test -z "$$files" || { \
446 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
447 $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
453 files=`{ for i in $$list; do echo "$$i"; done; \
552 done >> $(top_builddir)/cscope.files
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DMakefile.in512 cscope: cscope.files
513 test ! -s cscope.files \
514 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
516 -rm -f cscope.files
517 cscope.files: clean-cscope cscopelist
532 done >> $(top_builddir)/cscope.files
536 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
H A DNEWS429 * removed config-check if passwd files exist (#1188)
488 accesslog for files (fixes #1064)
543 * fixed quoting the autoconf files (#466)
563 * fixed handling of deleted files in linux-sendfile
653 * added location of upload-files to config as array
696 * fixed check for permission before files in sent
723 * fixed range request for files > 2Gb
836 * fixed handling of missing files
903 * added limiter for open files
930 * fixed handling of shrinked files
[all …]
H A Daclocal.m4244 dnl should install pkg-config .pc files. By default the directory is
266 dnl module should install arch-independent pkg-config .pc files. By
308 # generated from the m4 files accompanying Automake X.Y.
522 # making bogus files that we don't know about and never remove. For
639 # Choose a directory name for dependency files.
695 # We used to match only the files named 'Makefile.in', but
713 # Find all dependency output files, they are included files with
929 # our stamp files there.
1230 AC_MSG_ERROR([newly created file is older than distributed files!
1235 # generated files are strictly newer.
[all …]
H A DREADME113 - delivering small files rapidly
H A Dconfigure.ac57 dnl Checks for header files.
577 # lighttpd may always use mmap with files it owns (created tmp files)
824 features="large-files"
H A DINSTALL86 Sample lighttpd configuration files are placed at doc/config/. The default
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/vhosts.d/
H A Dvhosts.template19 ## At the moment you cant have different error log files.
/mOS-networking-stack/samples/lighttpd-1.4.32/m4/
H A Dlibtool.m4643 -d, --debug don't remove temporary files
4117 # Now try linking the two files.
4243 # Common symbols not allowed in MH_DYLIB files
5572 # Tell ltmain to make .lib files, not .a files.
5574 # Tell ltmain to make .dll files, not .so files.
5611 # Tell ltmain to make .lib files, not .a files.
5613 # Tell ltmain to make .dll files, not .so files.
5945 # files that make .init and .fini sections work.
6188 [Specify filename containing input files])
6645 # Tell ltmain to make .lib files, not .a files.
[all …]
/mOS-networking-stack/samples/lighttpd-1.4.32/tests/
H A DMakefile.in240 test -z "$$files" \
242 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
243 $(am__cd) "$$dir" && rm -f $$files; }; \
823 done >> $(top_builddir)/cscope.files
/mOS-networking-stack/scripts/
H A Dconfigure4445 -d, --debug don't remove temporary files
4450 Configuration files:
5602 -d, --debug don't remove temporary files
5607 Configuration files:
6760 -d, --debug don't remove temporary files
6765 Configuration files:
7919 -d, --debug don't remove temporary files
7924 Configuration files:
9079 -d, --debug don't remove temporary files
9084 Configuration files:
[all …]

12