| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | bitset.c | 23 bitset *set; in bitset_init() local 25 set = malloc(sizeof(*set)); in bitset_init() 26 assert(set); in bitset_init() 28 set->bits = calloc(BITSET_USED(nbits), sizeof(*set->bits)); in bitset_init() 29 set->nbits = nbits; in bitset_init() 31 assert(set->bits); in bitset_init() 33 return set; in bitset_init() 37 memset(set->bits, 0, BITSET_USED(set->nbits) * sizeof(*set->bits)); in bitset_reset() 41 free(set->bits); in bitset_free() 42 free(set); in bitset_free() [all …]
|
| H A D | bitset.h | 12 void bitset_reset(bitset *set); 13 void bitset_free(bitset *set); 15 void bitset_clear_bit(bitset *set, size_t pos); 16 void bitset_set_bit(bitset *set, size_t pos); 17 int bitset_test_bit(bitset *set, size_t pos);
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | plugins.txt | 53 fields in the connection structure are set. 56 called after uri.path_raw, uri.authority and uri.scheme are set 58 called after uri.path (a clean URI without .. and %20) is set 62 called if the physical path is set up and checked 86 plugin is loaded. It is used to set up the ``plugin`` structure with 103 to set up the internal plugin data. The internal plugin is assigned the 126 set useful defaults or return with HANDLER_ERROR and an error message. 166 called after uri_raw is set 177 called after uri.path is set 199 called after physical.path is set [all …]
|
| H A D | userdir.txt | 27 If ``userdir.path`` is set, the path will be appended to the home directory 35 To control which users should be able to use this feature you can set a list of usernames to includ… 50 usually it should be set to "public_html" to take ~/public_html/ as the document root 52 …Default: unset (mod_userdir disabled; set it to "" if you want the home directory to be the docume… 67 if set, only users from this list may use the feature 72 if set, don't check /etc/passwd for homedir
|
| H A D | compress.txt | 33 on a second request away. As soon as compress.cache-dir is set the files are 52 The lower limit is set as small files tend to become larger by compressing due 53 to the compression headers, the upper limit is set to work sensibly with 64 override default set of allowed encodings 82 Default: not set, compress the file for every request 96 Default: not set 135 mod_compress of lighttpd 1.5 r1992 may not set correct Content-Encoding with php-fcgi. A solution t… 147 3.manually set Content-Encoding::
|
| H A D | dirlisting.txt | 74 set a encoding for the generated directory listing 76 If you file-system is not using ASCII you have to set the encoding of 104 dir-listing.set-footer 124 .external-css and .set-footer will be ignored if this is disabled
|
| H A D | configuration.txt | 178 You can set your own variables in the configuration to simplify your config. 285 set TCP_DEFER_ACCEPT to the specified value on the socket if the value is > 0 291 set the string returned by the Server: response header 382 set the event handler 387 set the name of the .pid-file where the PID of the server should be placed. 390 Default: not set 436 Default: not set 490 If you want to set another default mimetype use: ::
|
| H A D | rewrite.txt | 30 rewrites a set of URLs interally in the webserver BEFORE they are handled. 37 rewrites a set of URLs interally in the webserver BEFORE they are handled
|
| H A D | fastcgi.txt | 76 a value between 0 and 65535 to set the debug-level in the 150 If bin-path is set: 309 2. If not set ``min-procs == max-procs``. 454 environment and set the user-id, group-id and change to 461 The script has a set of config variables you should take 494 If you have set the variables to values that fit to your 512 be set by PHP_FCGI_CHILDREN. A worker dies automaticly of
|
| H A D | redirect.txt | 30 redirects a set of URLs externally
|
| H A D | expire.txt | 25 messages. It is usefull to set it for static files which should be cached
|
| H A D | state.txt | 62 As soon as the connection is set up we init the read-timer in 'reqstart' 71 is set back to the 'connect' state again.
|
| H A D | ssi.txt | 42 - ``<!--#set var="..." value="..." -->``
|
| H A D | ssl.txt | 14 How to set up SSL in lighttpd
|
| H A D | performance.txt | 84 The event handler can be set by specifying the 'Config Value' from above 119 another backend set: :: 132 number of file descriptors, which is set to 1024 by default (on most systems).
|
| H A D | trigger_b4_dl.txt | 51 trigger-before-download.memcache-hosts is set gdbm will take precedence.
|
| H A D | proxy.txt | 34 a value between 0 and 65535 to set the debug-level in the
|
| H A D | simple-vhost.txt | 77 will be set to ``/var/www/servers/news2.example.org/pages/``, but
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | README | 18 Its advanced feature-set (FastCGI, CGI, Auth, Output-Compression, 79 - chroot(), set UID, set GID
|
| H A D | aclocal.m4 | 75 dnl Search for the pkg-config tool and set the PKG_CONFIG variable to 108 dnl PKG_CHECK_MODULES(), but does not set variables or print errors. 404 # $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to 686 *\'*) eval set x "$CONFIG_FILES" ;; 687 *) set x $CONFIG_FILES ;; 955 if test x"${install_sh+set}" != xset; then 1052 # If it is, set am_missing_run to use it, otherwise, to nothing. 1056 if test x"${MISSING+set}" != xset; then 1100 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. 1205 set X `ls -t "$srcdir/configure" conftest.file` [all …]
|
| H A D | NEWS | 93 * only require FDEVENT_IN bit to be set for listening connections (fixes #2227) 214 * Fix error message if no auth backend was set 410 * added dir-listing.set-footer in mod_dirlisting (#1277) 537 honored. Make sure you have set a proper umask. 545 * fixed handling of If-Modified-Since if ETag is not set 546 * fixed default-shell if SHELL is not set (#441) 580 * fixed loading of base modules if server.modules is not set 641 * fixed server-traffic-limit if connection limit is not set 687 * fixed logic of conditionals if a header was not set 970 * added compression support even if no cachedir is set [all …]
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/m4/ |
| H A D | ltoptions.m4 | 38 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. 46 # are set. 69 dnl Simply set some default values (i.e off) if boolean options were not 355 # the AIX toolchain works better with OBJECT_MODE set (default 32).
|
| H A D | libtool.m4 | 194 if test -n "\${ZSH_VERSION+set}"; then 198 if test -n "${ZSH_VERSION+set}"; then 211 if test set != "${COLLECT_NAMES+set}"; then 536 # if CDPATH is set. 767 if test set != "${COLLECT_NAMES+set}"; then 1154 if test set = "${lt_cv_aix_libpath+set}"; then 1232 test -n "${ZSH_VERSION+set}${BASH_VERSION+set}" || ( 3099 if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then 3103 if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then 8129 test set = "${GCJFLAGS+set}" || GCJFLAGS="-g -O2" [all …]
|
| /mOS-networking-stack/scripts/ |
| H A D | configure.ac | 73 …AC_MSG_WARN([Packet I/O library is missing. Please set either dpdk, netmap or psio as your I/O lib…
|
| H A D | aclocal.m4 | 54 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
|