| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | log.c | 41 tmpfd = open("nul", O_RDWR); in openDevNull() 43 tmpfd = open("/dev/null", O_RDWR); in openDevNull() 118 } else if (-1 == (fd = open(logfile, O_APPEND | O_WRONLY | O_CREAT | O_LARGEFILE, 0644))) { in open_logfile_or_pipe()
|
| H A D | fdevent_solaris_devpoll.c | 117 if ((ev->devpoll_fd = open("/dev/poll", O_RDWR)) < 0) { in fdevent_solaris_devpoll_reset() 152 if ((ev->devpoll_fd = open("/dev/poll", O_RDWR)) < 0) { in fdevent_solaris_devpoll_init()
|
| H A D | stream.c | 33 if (-1 == (fd = open(fn->ptr, O_RDONLY | O_BINARY))) { in stream_open()
|
| H A D | network_write.c | 111 if (-1 == (ifd = open(c->file.name->ptr, O_RDONLY))) { in network_write_chunkqueue_write()
|
| H A D | network_freebsd_sendfile.c | 148 if (-1 == (c->file.fd = open(c->file.name->ptr, O_RDONLY))) { in network_write_chunkqueue_freebsdsendfile()
|
| H A D | network_solaris_sendfilev.c | 162 if (-1 == (ifd = open(c->file.name->ptr, O_RDONLY))) { in network_write_chunkqueue_solarissendfilev()
|
| H A D | network_mtcp_writev.c | 233 if (-1 == (c->file.fd = open(c->file.name->ptr, O_RDONLY))) { 430 if (-1 == (ifd = open(c->file.name->ptr, O_RDONLY))) { in network_write_chunkqueue_mtcp_writev()
|
| H A D | network_openssl.c | 183 if (-1 == (ifd = open(c->file.name->ptr, O_RDONLY))) { in network_write_chunkqueue_openssl()
|
| H A D | network_linux_sendfile.c | 139 if (-1 == (c->file.fd = open(c->file.name->ptr, O_RDONLY))) { in network_write_chunkqueue_linuxsendfile()
|
| H A D | mod_compress.c | 465 if (-1 == (ofd = open(p->ofn->ptr, O_WRONLY | O_CREAT | O_EXCL | O_BINARY, 0600))) { in deflate_file_to_file() 483 if (-1 == (ifd = open(filename, O_RDONLY | O_BINARY))) { in deflate_file_to_file() 600 if (-1 == (ifd = open(fn->ptr, O_RDONLY | O_BINARY))) { in deflate_file_to_buffer()
|
| H A D | mod_webdav.c | 672 …if (-1 == (ofd = open(dst->path->ptr, O_WRONLY|O_TRUNC|O_CREAT|(overwrite ? 0 : O_EXCL), WEBDAV_FI… in webdav_copy_file() 1016 -1 == (c->file.fd = open(c->file.name->ptr, O_RDONLY))) { in webdav_parse_chunkqueue() 1668 if (-1 == (fd = open(con->physical.path->ptr, O_WRONLY, WEBDAV_FILE_MODE))) { in URIHANDLER_FUNC() 1692 if (-1 == (fd = open(con->physical.path->ptr, O_WRONLY|O_TRUNC, WEBDAV_FILE_MODE))) { in URIHANDLER_FUNC() 1694 … -1 == (fd = open(con->physical.path->ptr, O_WRONLY|O_CREAT|O_TRUNC|O_EXCL, WEBDAV_FILE_MODE))) { in URIHANDLER_FUNC() 1718 -1 == (c->file.fd = open(c->file.name->ptr, O_RDONLY))) { in URIHANDLER_FUNC()
|
| H A D | network_writev.c | 233 if (-1 == (c->file.fd = open(c->file.name->ptr, O_RDONLY))) { in network_write_chunkqueue_writev()
|
| H A D | mod_mysql_vhost.c | 281 if (-1 != (fd = open("/dev/null", 0))) {
|
| H A D | SConscript | 94 open('plugin-static.h', 'w+').write(staticinit)
|
| H A D | server.c | 473 srv->cur_fds = open("/dev/null", O_RDONLY); in initialize_fd_framework() 1400 …if (-1 == (pid_fd = open(srv->srvconf.pid_file->ptr, O_WRONLY | O_CREAT | O_EXCL | O_TRUNC, S_IRUS… in main() 1419 …if (-1 == (pid_fd = open(srv->srvconf.pid_file->ptr, O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | S_IWU… in main()
|
| H A D | stat_cache.c | 497 if (-1 == (fd = open(name->ptr, O_RDONLY))) { in stat_cache_get_entry()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | features.txt | 35 lighttpd is currently the only non-blocking open source web server to 87 There is no ISAPI support. ISAPI is an elegant, open API that allows 89 an open source web server, it nice to have a documented, consistent API,
|
| H A D | status.txt | 42 If you want to open the status page just for users from the local network
|
| H A D | performance.txt | 35 number of open file descriptors. 161 ... accept() failed: Too many open files
|
| /mOS-networking-stack/core/src/include/ |
| H A D | netmap_user.h | 565 int fd = open(NETMAP_DEVICE_NAME, O_RDWR); in win_nm_open() 575 return open(pathname, flags); in win_nm_open() 579 #define open win_nm_open macro 737 d->fd = open(NETMAP_DEVICE_NAME, O_RDWR); in nm_open()
|
| /mOS-networking-stack/dpdk-iface-kmod/ |
| H A D | dpdk_iface.c | 247 .open = igb_net_open,
|
| H A D | dpdk_iface_main.c | 285 fd = open(DEV_PATH, O_RDWR); in main()
|
| /mOS-networking-stack/samples/epserver/ |
| H A D | epserver-mp.c | 385 fd = open(fcache[nfiles].fullname, O_RDONLY); in GlobInitServer()
|
| H A D | epserver.c | 386 fd = open(fcache[nfiles].fullname, O_RDONLY); in GlobInitServer()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | NEWS | 83 * mod_fastcgi: Send 502 "Bad Gateway" if we couldn't open the file for X-Sendfile (fixes #2226) 307 …* Implement a clean way to open /dev/null and use it to close stdin/out/err in the needed places (… 362 * open log immediately after daemonizing, fixes SIGPIPEs on startup (#165) 645 * added FD_CLOEXEC to fds which are kept open for a longer time 660 * fixed open file-descriptors on read-error 903 * added limiter for open files
|