Home
last modified time | relevance | path

Searched refs:stat (Results 1 – 25 of 36) sorted by relevance

12

/mOS-networking-stack/samples/lighttpd-1.4.32/
H A Ddepcomp192 stat=$?
195 exit $stat
218 stat=$?
221 exit $stat
260 stat=$?
315 stat=$?
344 stat=$?
397 stat=$?
453 stat=$?
506 stat=$?
[all …]
H A DSConstruct5 from stat import *
43 mode = os.stat(binpath)[ST_MODE]
158 …checkFuncs(autoconf, Split('fork stat lstat strftime dup2 getcwd inet_ntoa inet_ntop memset mmap m…
H A Dconfig.h.in261 /* Define to 1 if `stat' has the bug that it succeeds when given the
337 /* Define to 1 if you have the <sys/stat.h> header file. */
472 /* Define to 1 if you need to in order for `stat' and other things to work. */
/mOS-networking-stack/samples/epwget/
H A Depwget.c110 struct wget_stat stat; member
203 ctx->stat.connects++; in CreateConnection()
265 ctx->stat.writes += wr; in SendHTTPRequest()
298 ctx->stat.completes++; in DownloadNext()
344 ctx->stat.completes++; in DownloadComplete()
384 ctx->stat.reads += rd; in HandleReadEvent()
422 ctx->stat.errors++; in HandleReadEvent()
473 ctx->stat.errors++; in HandleReadEvent()
482 ctx->stat.errors++; in HandleReadEvent()
700 ctx->stat.waits++; in RunWget()
[all …]
H A Depwget-mp.c109 struct wget_stat stat; member
202 ctx->stat.connects++; in CreateConnection()
264 ctx->stat.writes += wr; in SendHTTPRequest()
297 ctx->stat.completes++; in DownloadNext()
343 ctx->stat.completes++; in DownloadComplete()
383 ctx->stat.reads += rd; in HandleReadEvent()
421 ctx->stat.errors++; in HandleReadEvent()
471 ctx->stat.errors++; in HandleReadEvent()
480 ctx->stat.errors++; in HandleReadEvent()
698 ctx->stat.waits++; in RunWget()
[all …]
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_cml_funcs.c69 struct stat st; in f_file_mtime()
82 if (-1 == stat(lua_tostring(L, 1), &st)) { in f_file_mtime()
137 struct stat st; in f_file_isreg()
150 if (-1 == stat(lua_tostring(L, 1), &st)) { in f_file_isreg()
161 struct stat st; in f_file_isdir()
174 if (-1 == stat(lua_tostring(L, 1), &st)) { in f_file_isdir()
H A Dstream.c16 struct stat st; in stream_open()
26 if (-1 == stat(fn->ptr, &st)) { in stream_open()
H A Dstat_cache.c37 # define lstat stat
336 static int stat_cache_lstat(server *srv, buffer *dname, struct stat *lst) { in stat_cache_lstat()
366 struct stat st; in stat_cache_get_entry()
369 struct stat lst; in stat_cache_get_entry()
484 if (-1 == stat(name->ptr, &st)) { in stat_cache_get_entry()
H A Detag.h13 int etag_create(buffer *etag, struct stat *st, etag_flags_t flags);
H A Detag.c17 int etag_create(buffer *etag, struct stat *st,etag_flags_t flags) { in etag_create()
H A Dmod_webdav.c589 struct stat st; in webdav_delete_dir()
607 if (-1 == stat(d.path->ptr, &st)) { in webdav_delete_dir()
752 struct stat st; in webdav_copy_dir()
775 if (-1 == stat(s.path->ptr, &st)) { in webdav_copy_dir()
1217 struct stat st; in URIHANDLER_FUNC()
1543 if (-1 == stat(con->physical.path->ptr, &st)) { in URIHANDLER_FUNC()
1891 if (-1 == stat(con->physical.path->ptr, &st)) { in URIHANDLER_FUNC()
1905 if (-1 == stat(p->physical.path->ptr, &st)) { in URIHANDLER_FUNC()
1949 if (0 == (r = stat(p->physical.path->ptr, &st))) { in URIHANDLER_FUNC()
1956 r = stat(p->physical.path->ptr, &st); in URIHANDLER_FUNC()
[all …]
H A Dmod_userdir.c278 struct stat st; in URIHANDLER_FUNC()
281 ret = stat(p->temp_path->ptr, &st); in URIHANDLER_FUNC()
H A Dmod_rrdtool.c229 struct stat st; in mod_rrdtool_create_rrd()
233 if (0 == stat(s->path_rrd->ptr, &st)) { in mod_rrdtool_create_rrd()
H A Dconfigfile.c1224 struct stat st1, st2; in config_set_defaults()
1268 if (-1 == stat(s->document_root->ptr, &st1)) { in config_set_defaults()
1279 if (-1 == stat(srv->tmp_buf->ptr, &st1)) { in config_set_defaults()
1295 if (0 == stat(srv->tmp_buf->ptr, &st1)) { in config_set_defaults()
1314 } else if (0 == stat(srv->tmp_buf->ptr, &st2)) { in config_set_defaults()
H A Dbase.h221 struct stat st;
/mOS-networking-stack/core/src/include/
H A Dstat.h78 #define STAT_COUNT(stat) stat++ argument
80 #define STAT_COUNT(stat) argument
H A Deventpoll.h50 struct mtcp_epoll_stat stat; member
/mOS-networking-stack/core/src/
H A Deventpoll.c377 ep->stat.calls++; in mtcp_epoll_wait()
405 ep->stat.waits++; in mtcp_epoll_wait()
481 ep->stat.handled++; in mtcp_epoll_wait()
486 ep->stat.invalidated++; in mtcp_epoll_wait()
519 ep->stat.handled++; in mtcp_epoll_wait()
524 ep->stat.invalidated++; in mtcp_epoll_wait()
556 ep->stat.issued++; in AddEpollEvent()
602 ep->stat.registered++; in AddEpollEvent()
H A Dcore.c275 PrintEventStat(int core, struct mtcp_epoll_stat *stat) in PrintEventStat() argument
279 core, stat->calls, stat->waits, stat->wakes, in PrintEventStat()
280 stat->issued, stat->registered, stat->invalidated, stat->handled); in PrintEventStat()
281 memset(stat, 0, sizeof(struct mtcp_epoll_stat)); in PrintEventStat()
413 PrintEventStat(i, &g_mtcp[i]->ep->stat); in PrintNetworkStats()
548 ep->stat.wakes++; in FlushEpollEvents()
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dperformance.txt171 stat() cache
174 A stat(2) can be expensive; caching it saves time and context switches.
176 Instead of using stat() every time to check for the existence of a file
177 you can stat() it once and monitor the directory the file is in for
182 your stat cache is up to date. ::
184 server.stat-cache-engine = "fam" # either fam, simple or disabled
/mOS-networking-stack/samples/lighttpd-1.4.32/tests/
H A DLightyTest.pm14 my @stat = stat $file;
15 return @stat ? $stat[9] : 0;
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/
H A Dlighttpd.orig.conf217 server.stat-cache-engine = "simple"
H A Dlighttpd.conf225 server.stat-cache-engine = "simple"
H A Dm-lighttpd.conf225 server.stat-cache-engine = "simple"
/mOS-networking-stack/
H A Dsetup.sh48 local stat=1
57 stat=$?
59 return $stat

12