| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | lemon.c | 705 ErrorMsg(lemp->filename,0, 723 ErrorMsg(lemp->filename,0, 1391 lem.filename = OptArg(0); 2326 ps.filename = gp->filename; 2331 fp = fopen(ps.filename,"rb"); 2387 ErrorMsg(ps.filename,startline, 2543 cp = lemp->filename; 2856 cp = strrchr(lemp->filename,'.'); 2858 sprintf(buf,"%.*s.lt",(int)(cp-lemp->filename),lemp->filename); 2860 sprintf(buf,"%s.lt",lemp->filename); [all …]
|
| H A D | mod_compress.c | 131 static int mkdir_for_file(char *filename) { in mkdir_for_file() argument 132 char *p = filename; in mkdir_for_file() 134 if (!filename || !filename[0]) in mkdir_for_file() 140 if ((mkdir(filename, 0700) != 0) && (errno != EEXIST)) { in mkdir_for_file() 417 const char *filename = fn->ptr; in deflate_file_to_file() local 483 if (-1 == (ifd = open(filename, O_RDONLY | O_BINARY))) { in deflate_file_to_file()
|
| H A D | log.h | 17 int log_error_write(server *srv, const char *filename, unsigned int line, const char *fmt, ...);
|
| H A D | configfile.c | 991 buffer *filename; in config_parse_file() local 996 filename = buffer_init_string(fn); in config_parse_file() 998 filename = buffer_init_buffer(context->basedir); in config_parse_file() 999 buffer_append_string(filename, fn); in config_parse_file() 1002 if (0 != stream_open(&s, filename)) { in config_parse_file() 1008 "opening configfile ", filename, "failed:", strerror(errno)); in config_parse_file() 1012 tokenizer_init(&t, filename, s.start, s.size); in config_parse_file() 1017 buffer_free(filename); in config_parse_file()
|
| H A D | log.c | 267 int log_error_write(server *srv, const char *filename, unsigned int line, const char *fmt, ...) { in log_error_write() argument 293 buffer_append_string(srv->errorlog_buf, filename); in log_error_write()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | accesslog.txt | 34 accesslog.filename 44 accesslog.filename = "/var/log/lighttpd.log" 47 accesslog.filename = "|/usr/bin/cronolog" 73 %f phyiscal filename
|
| H A D | trigger_b4_dl.txt | 43 trigger-before-download.gdbm-filename = "/home/weigon/testbase/trigger.db" 50 If both trigger-before-download.gdbm-filename and
|
| H A D | magnet.txt | 130 lighty.content = { "<pre>", { filename = "/etc/passwd" }, "</pre>" } 143 * filename = "<absolute-path>" is required 191 lighty.content = { "<pre>", { filename = "/README" }, "</pre>" } 239 { filename = lighty.env["physical.path"], offset = get["start"] } } 273 lighty.content = { { filename = dir .. "/" .. ndx }} 413 content = { { filename = "/path/to/file1" }, { filename = "/path/to/file2"} }
|
| H A D | rrdtool.txt | 40 filename of the rrd-database. Make sure that <rrdtool.db-name> doesn't exist
|
| H A D | authentication.txt | 151 # filename of the password storage for
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/conf.d/ |
| H A D | access_log.conf | 12 accesslog.filename = log_root + "/access.log"
|
| H A D | trigger_b4_dl.conf | 25 trigger-before-download.gdbm-filename = home_dir + "/trigger.db"
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/ |
| H A D | 404-handler.conf | 26 accesslog.filename = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.access.log"
|
| H A D | var-include.conf | 24 accesslog.filename = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.access.log"
|
| H A D | condition.conf | 25 accesslog.filename = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.access.log"
|
| H A D | fastcgi-10.conf | 47 accesslog.filename = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.access.log"
|
| H A D | fastcgi-responder.conf | 67 accesslog.filename = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.access.log"
|
| H A D | fastcgi-auth.conf | 64 accesslog.filename = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.access.log"
|
| H A D | fastcgi-13.conf | 62 accesslog.filename = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.access.log"
|
| H A D | bug-12.conf | 64 accesslog.filename = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.access.log"
|
| H A D | bug-06.conf | 62 accesslog.filename = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.access.log"
|
| H A D | proxy.conf | 45 accesslog.filename = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.access.log"
|
| H A D | lighttpd.conf | 54 accesslog.filename = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.access.log"
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/vhosts.d/ |
| H A D | vhosts.template | 21 accesslog.filename = log_root + "/" + server_name "/access.log"
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/m4/ |
| H A D | lt~obsolete.m4 | 25 # So we provide this file, which has a silly filename so it's always
|