Home
last modified time | relevance | path

Searched refs:open (Results 1 – 25 of 34) sorted by relevance

12

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dlog.c41 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 Dfdevent_solaris_devpoll.c117 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 Dstream.c33 if (-1 == (fd = open(fn->ptr, O_RDONLY | O_BINARY))) { in stream_open()
H A Dnetwork_write.c111 if (-1 == (ifd = open(c->file.name->ptr, O_RDONLY))) { in network_write_chunkqueue_write()
H A Dnetwork_freebsd_sendfile.c148 if (-1 == (c->file.fd = open(c->file.name->ptr, O_RDONLY))) { in network_write_chunkqueue_freebsdsendfile()
H A Dnetwork_solaris_sendfilev.c162 if (-1 == (ifd = open(c->file.name->ptr, O_RDONLY))) { in network_write_chunkqueue_solarissendfilev()
H A Dnetwork_mtcp_writev.c233 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 Dnetwork_openssl.c183 if (-1 == (ifd = open(c->file.name->ptr, O_RDONLY))) { in network_write_chunkqueue_openssl()
H A Dnetwork_linux_sendfile.c139 if (-1 == (c->file.fd = open(c->file.name->ptr, O_RDONLY))) { in network_write_chunkqueue_linuxsendfile()
H A Dmod_compress.c465 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 Dmod_webdav.c672 …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 Dnetwork_writev.c233 if (-1 == (c->file.fd = open(c->file.name->ptr, O_RDONLY))) { in network_write_chunkqueue_writev()
H A Dmod_mysql_vhost.c281 if (-1 != (fd = open("/dev/null", 0))) {
H A DSConscript94 open('plugin-static.h', 'w+').write(staticinit)
H A Dserver.c473 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 Dstat_cache.c497 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 Dfeatures.txt35 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 Dstatus.txt42 If you want to open the status page just for users from the local network
H A Dperformance.txt35 number of open file descriptors.
161 ... accept() failed: Too many open files
/mOS-networking-stack/core/src/include/
H A Dnetmap_user.h565 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 Ddpdk_iface.c247 .open = igb_net_open,
H A Ddpdk_iface_main.c285 fd = open(DEV_PATH, O_RDWR); in main()
/mOS-networking-stack/samples/epserver/
H A Depserver-mp.c385 fd = open(fcache[nfiles].fullname, O_RDONLY); in GlobInitServer()
H A Depserver.c386 fd = open(fcache[nfiles].fullname, O_RDONLY); in GlobInitServer()
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS83 * 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

12