Home
last modified time | relevance | path

Searched refs:where (Results 1 – 16 of 16) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dconfiguration.txt84 where <field> is one of one of the following:
109 match on socket. Value must be on the format "ip:port" where ip is an IP
387 set the name of the .pid-file where the PID of the server should be placed.
H A Dproxy.txt49 tell the module where to send Proxy requests to. Every
H A Daccesslog.txt35 name of the file where the accesslog should be written too if syslog
H A Dextforward.txt39 I've commented the code in some places, mostly where I wasn't sure
H A Dfastcgi.txt88 tell the module where to send FastCGI requests to. Every
483 ## IP adresses where PHP should access server connections
581 include the host where you are connection from.
H A Dmagnet.txt52 the 2nd stage where the physical-path which relates to your request is known. At this level you
343 It will install lfs.so into /usr/lib/lua/5.1/ which is where lua expects the extensions on my syste…
H A Dcompress.txt71 name of the directory where compressed content will be cached
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dnetwork.c40 ssl_info_callback(const SSL *ssl, int where, int ret) { in ssl_info_callback() argument
43 if (0 != (where & SSL_CB_HANDSHAKE_START)) { in ssl_info_callback()
46 } else if (0 != (where & SSL_CB_HANDSHAKE_DONE)) { in ssl_info_callback()
/mOS-networking-stack/samples/lighttpd-1.4.32/m4/
H A Dlt~obsolete.m417 # exported API, or moved to Autoconf or Automake where they belong.
H A Dlibtool.m41276 _LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl
1277 [dependent libraries, and where our libraries should be installed.])])
1376 # situations where additional linker options are needed (such as when
1377 # doing 32-bit compilation for a host where ld defaults to 64-bit, or
5422 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
6416 # command for GNU C++ for the case where it uses the native
6912 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
6957 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
7065 # "CC -xar", where "CC" is the Sun C++ compiler. This is
7265 # "CC -xar", where "CC" is the Sun C++ compiler. This is
[all …]
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DINSTALL83 Also, remember to locate the 'mos.conf' at the directory where the binary lies.
H A Ddepcomp44 DEPDIR directory where to store dependencies.
H A Dconfig.h.in404 /* Define to the sub-directory where libtool stores uninstalled libraries. */
410 /* Define to the address where bug reports for this package should be sent. */
H A Dconfigure.ac330 …AC_MSG_ERROR([zlib-headers and/or libs where not found, install them or build with --without-zlib])
349 …AC_MSG_ERROR([bzip2-headers and/or libs where not found, install them or build with --without-bzip…
380 …AC_MSG_ERROR([fam/gamin-headers and/or libs where not found, install them or build with --without-…
H A Daclocal.m478 dnl used since that's the first version where most current features of
184 # Put the nasty error message in config.log where it belongs
243 dnl Substitutes the variable pkgconfigdir as the location where a module
265 dnl Substitutes the variable noarch_pkgconfigdir as the location where a
928 # loop where config.status creates the headers, so we can generate
1321 # annoying in cross-compiling environments, where the build's strip
H A DNEWS204 * Change name/version separator back to "/" (affects every place where the version is printed)
318 * replaced buffer_{append,copy}_string with the _len variant where possible (#1732) (thx crypt)