| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | depcomp | 192 stat=$? 195 exit $stat 218 stat=$? 221 exit $stat 260 stat=$? 315 stat=$? 344 stat=$? 397 stat=$? 453 stat=$? 506 stat=$? [all …]
|
| H A D | SConstruct | 5 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 D | config.h.in | 261 /* 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 D | epwget.c | 110 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 D | epwget-mp.c | 109 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 D | mod_cml_funcs.c | 69 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 D | stream.c | 16 struct stat st; in stream_open() 26 if (-1 == stat(fn->ptr, &st)) { in stream_open()
|
| H A D | stat_cache.c | 37 # 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 D | etag.h | 13 int etag_create(buffer *etag, struct stat *st, etag_flags_t flags);
|
| H A D | etag.c | 17 int etag_create(buffer *etag, struct stat *st,etag_flags_t flags) { in etag_create()
|
| H A D | mod_webdav.c | 589 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 D | mod_userdir.c | 278 struct stat st; in URIHANDLER_FUNC() 281 ret = stat(p->temp_path->ptr, &st); in URIHANDLER_FUNC()
|
| H A D | mod_rrdtool.c | 229 struct stat st; in mod_rrdtool_create_rrd() 233 if (0 == stat(s->path_rrd->ptr, &st)) { in mod_rrdtool_create_rrd()
|
| H A D | configfile.c | 1224 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 D | base.h | 221 struct stat st;
|
| /mOS-networking-stack/core/src/include/ |
| H A D | stat.h | 78 #define STAT_COUNT(stat) stat++ argument 80 #define STAT_COUNT(stat) argument
|
| H A D | eventpoll.h | 50 struct mtcp_epoll_stat stat; member
|
| /mOS-networking-stack/core/src/ |
| H A D | eventpoll.c | 377 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 D | core.c | 275 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 D | performance.txt | 171 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 D | LightyTest.pm | 14 my @stat = stat $file; 15 return @stat ? $stat[9] : 0;
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/ |
| H A D | lighttpd.orig.conf | 217 server.stat-cache-engine = "simple"
|
| H A D | lighttpd.conf | 225 server.stat-cache-engine = "simple"
|
| H A D | m-lighttpd.conf | 225 server.stat-cache-engine = "simple"
|
| /mOS-networking-stack/ |
| H A D | setup.sh | 48 local stat=1 57 stat=$? 59 return $stat
|