Home
last modified time | relevance | path

Searched refs:tmp (Results 1 – 10 of 10) sorted by relevance

/lighttpd1.4/src/
H A Dmod_dirlisting.c517 dirls_entry_t *tmp; in http_dirls_sort() local
530 tmp = ent[i]; in http_dirls_sort()
532 ent[j] = tmp; in http_dirls_sort()
1125 tmp->mtime = st.st_mtime; in http_read_directory()
1126 tmp->size = st.st_size; in http_read_directory()
1127 tmp->namelen = dsz; in http_read_directory()
1164 buffer_append_string_encoded(out, DIRLIST_ENT_NAME(tmp), tmp->namelen, ENCODING_REL_URI_PART); in http_list_directory()
1166 buffer_append_string_encoded(out, DIRLIST_ENT_NAME(tmp), tmp->namelen, ENCODING_MINIMAL_XML); in http_list_directory()
1191 memcpy(hctx->path_file, DIRLIST_ENT_NAME(tmp), tmp->namelen + 1); in http_list_directory()
1196 content_type = stat_cache_mimetype_by_ext(mimetypes, DIRLIST_ENT_NAME(tmp), tmp->namelen); in http_list_directory()
[all …]
H A DMakefile.am30 echo "#define REPO_VERSION \"-devel-$$REVISION\"" > versionstamp.h.tmp; \
32 echo "#define REPO_VERSION \"\"" > versionstamp.h.tmp; \
34 if ! diff versionstamp.h.tmp versionstamp.h >/dev/null 2>/dev/null; then \
35 mv versionstamp.h.tmp versionstamp.h; \
37 rm versionstamp.h.tmp; \
50 CLEANFILES = versionstamp.h versionstamp.h.tmp lemon$(BUILD_EXEEXT)
H A Dmod_wstunnel.c681 char tmp[10 + 1]; /* #define UINT32_MAX_STRLEN 10 */ in get_key_number() local
685 tmp[j] = s[i]; in get_key_number()
686 if (++j >= sizeof(tmp)) return -1; in get_key_number()
690 tmp[j] = '\0'; in get_key_number()
691 n = strtoul(tmp, NULL, 10); in get_key_number()
692 if (n > UINT32_MAX || 0 == sp || !light_isdigit(*tmp)) return -1; in get_key_number()
H A Dbuffer.c39 buffer tmp; in buffer_move() local
41 tmp = *src; *src = *b; *b = tmp; in buffer_move()
H A Dplugin.c427 plugin_fn_data tmp = *a; in plugins_call_init_reverse() local
429 *b = tmp; in plugins_call_init_reverse()
/lighttpd1.4/tests/
H A DMakefile.am2 testdir=$(srcdir)/tmp/lighttpd/
/lighttpd1.4/doc/outdated/
H A Dfastcgi.txt293 (( "socket" => "/tmp/php.socket",
319 (( "socket" => "/tmp/php.socket",
379 (( "socket" => "/tmp/php-fastcgi.socket",
390 (( "socket" => "/tmp/php-fastcgi.socket",
403 (( "socket" => "/tmp/php-fastcgi.socket",
424 (( "socket" => "/tmp/php-fastcgi.socket",
477 # FCGISOCKET="/tmp/php.sock"
H A Dconfiguration.txt204 "socket" => basedir + server.name + "/tmp/fastcgi-" + PID + ".sock"
272 server.bind = "/tmp/lighttpd.socket"
/lighttpd1.4/
H A Dconfigure.ac1581 # lighttpd may always use mmap with files it owns (created tmp files)
H A DNEWS126 * [mod_wstunnel] store value in tmp before byteswap
444 * [core] allow tests/tmp/bind.conf override (#3137)
1754 * [mod_cgi] ensure tmp file open() before splice()
3693 * fixed crash if /var/tmp is not writable