Home
last modified time | relevance | path

Searched refs:done (Results 1 – 25 of 30) sorted by relevance

12

/mOS-networking-stack/core/src/
H A Ddebug.c94 goto done; in DumpPacket()
152 goto done; in DumpPacket()
154 done: in DumpPacket()
210 goto done; in DumpIPPacket()
212 done: in DumpIPPacket()
268 goto done; in DumpIPPacketToFile()
270 done: in DumpIPPacketToFile()
H A Dlogger.c86 ctx->done = 0; in InitLogThreadContext()
124 while (!ctx->done) { in ThreadLogMain()
143 while (ctx->state == IDLE_LOGT && !ctx->done) { in ThreadLogMain()
H A Dcore.c883 while ((!ctx->done || mtcp->flow_cnt) && !ctx->exit) { in RunMainLoop()
1473 ctx->done = 1; in mtcp_destroy_context()
1510 ctx->done = 1; in mtcp_free_context()
1543 log_ctx->done = 1; in mtcp_free_context()
/mOS-networking-stack/samples/epwget/
H A Depwget.c54 static int done[MAX_CPUS]; variable
104 int done; member
218 ctx->done++; in CloseConnection()
222 done[ctx->core] = TRUE; in CloseConnection()
319 ctx->done++; in DownloadNext()
597 done[i] = FALSE; in GlbInitWget()
653 ctx->started = ctx->done = ctx->pending = 0; in InitWget()
682 while (!done[core]) { in RunWget()
693 done[core] = TRUE; in RunWget()
706 done[core] = TRUE; in RunWget()
[all …]
H A Depwget-mp.c53 static int done[MAX_CPUS]; variable
103 int done; member
217 ctx->done++; in CloseConnection()
221 done[ctx->core] = TRUE; in CloseConnection()
318 ctx->done++; in DownloadNext()
595 done[i] = FALSE; in GlbInitWget()
651 ctx->started = ctx->done = ctx->pending = 0; in InitWget()
680 while (!done[core]) { in RunWget()
691 done[core] = TRUE; in RunWget()
704 done[core] = TRUE; in RunWget()
[all …]
/mOS-networking-stack/core/src/bpf/
H A Dsf_optimize.c701 done = 0;
757 done = 0;
768 done = 0;
847 done = 0;
907 done = 0;
921 done = 0;
979 done = 0;
1579 done = 0;
1674 done = 0;
1788 done = 1;
[all …]
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dextforward.txt70 Things done by modules before we change the remoteip or after we reset it will match on the proxy's…
71 Things done in between these two moments will match on the real client's IP.
72 The moment things are done by a module depends on in which hook it does things and within the same …
H A Dproxy.txt51 done by specifying multiple handles for the same extension.
H A Dmagnet.txt48 * either at the same level as mod_rewrite, before any parsing of the URL is done
66 Most of the interaction between between mod_magnet and lighty is done through tables. Tables in lua…
108 -- 1. simple rewriting is done via the request.uri
H A Dstate.txt108 The FastCGI, CGI, ... intergration is done by introducing a loop in
H A Dfeatures.txt25 It is used to see what is still missing and what is already done. ::
H A Dfastcgi.txt90 done by specifying multiple handles for the same extension.
258 If a FastCGI request is done or the connection is dropped, the load on the
304 is done:
H A Dplugins.txt69 called when the request is done
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_cml_lua.c33 int done; member
41 if (rm->done) return 0; in load_file()
44 rm->done = 1; in load_file()
215 rm.done = 0; in cache_parse_lua()
H A Dconnections.c1405 int done = 0, r; local
1417 while (done == 0) {
1505 done = -1;
1531 done = -1;
1824 if (done == -1) {
1825 done = 0;
1827 done = 1;
H A Drequest.c298 int done = 0; in http_request_parse() local
578 for (; i < con->parse_request->used && !done; i++) { in http_request_parse()
680 done = 1; in http_request_parse()
/mOS-networking-stack/samples/epserver/
H A Depserver-mp.c58 uint8_t done; member
107 sv->done = 0; in CleanServerVariable()
126 if (sv->done || !sv->rspheader_sent) { in SendUntilAvailable()
153 sv->done = TRUE; in SendUntilAvailable()
H A Depserver.c59 uint8_t done; member
108 sv->done = 0; in CleanServerVariable()
127 if (sv->done || !sv->rspheader_sent) { in SendUntilAvailable()
154 sv->done = TRUE; in SendUntilAvailable()
/mOS-networking-stack/core/src/include/
H A Dlogger.h26 int done; member
H A Dmtcp.h308 uint8_t done:1, member
/mOS-networking-stack/samples/lighttpd-1.4.32/m4/
H A Dltoptions.m4183 done
237 done
291 done
398 done
H A Dlibtool.m4119 done
566 done
579 done
675 done
2331 done
3204 done
3313 done
3710 done
4149 done
8233 done
[all …]
/mOS-networking-stack/scripts/
H A Daclocal.m446 done
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A Daclocal.m4568 done
622 done
726 done
727 done
941 done
1135 done
1223 done
1247 AC_MSG_RESULT([done])])
1434 done
1479 done
H A Dconfigure.ac869 done | sort
874 done | sort
883 done | sort
888 done | sort

12