Home
last modified time | relevance | path

Searched refs:handled (Results 1 – 12 of 12) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_setenv.c15 int handled; /* make sure that we only apply the headers once */ member
38 hctx->handled = 0; in handler_ctx_init()
172 if (hctx->handled) { in URIHANDLER_FUNC()
176 hctx->handled = 1; in URIHANDLER_FUNC()
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Drewrite.txt30 rewrites a set of URLs interally in the webserver BEFORE they are handled.
37 rewrites a set of URLs interally in the webserver BEFORE they are handled
H A Dcgi.txt32 file-extensions that are handled by a CGI program
H A Dstate.txt66 The parsed request is handled by 'handlereq' and as soon as a decision out
89 for the response of the first request). This is handled transparently by
H A Dplugins.txt97 0 (not handled)
118 HANDLER_GO_ON if ok (not handled)
H A Dstatus.txt71 Total Accesses is the number of handled requests, kBytes the overall outgoing
H A Dconfiguration.txt401 requests are not handled instantaneously).
H A Dfastcgi.txt196 the prefix will be handled as file and /test.cgi would become
/mOS-networking-stack/core/src/include/
H A Deventpoll.h17 uint64_t handled; member
/mOS-networking-stack/core/src/
H A Dcore.c280 stat->issued, stat->registered, stat->invalidated, stat->handled); in PrintEventStat()
559 int handled, delayed; in HandleApplicationCalls() local
592 handled = delayed = 0; in HandleApplicationCalls()
608 handled++; in HandleApplicationCalls()
631 handled++; in HandleApplicationCalls()
645 handled++; in HandleApplicationCalls()
674 handled++; in HandleApplicationCalls()
H A Deventpoll.c481 ep->stat.handled++; in mtcp_epoll_wait()
519 ep->stat.handled++; in mtcp_epoll_wait()
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS356 * fixed a bug that made /-prefixed extensions being handled also when
373 * mod_compress should check if the request is already handled, e.g. by fastcgi (#1565)
1119 * request-headers are now handled case-in-sensitive as required