Home
last modified time | relevance | path

Searched refs:handler_ctx (Results 1 – 11 of 11) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dfdevent_libev.c48 watcher = fdn->handler_ctx; in fdevent_libev_event_del()
54 fdn->handler_ctx = NULL; in fdevent_libev_event_del()
61 ev_io *watcher = fdn->handler_ctx; in fdevent_libev_event_set()
69 fdn->handler_ctx = watcher = calloc(1, sizeof(ev_io)); in fdevent_libev_event_set()
H A Dmod_setenv.c16 } handler_ctx; typedef
33 static handler_ctx * handler_ctx_init(void) { in handler_ctx_init()
34 handler_ctx * hctx; in handler_ctx_init()
43 static void handler_ctx_free(handler_ctx *hctx) { in handler_ctx_free()
162 handler_ctx *hctx; in URIHANDLER_FUNC()
H A Dmod_skeleton.c42 } handler_ctx; typedef
44 static handler_ctx * handler_ctx_init() { in handler_ctx_init()
45 handler_ctx * hctx; in handler_ctx_init()
52 static void handler_ctx_free(handler_ctx *hctx) { in handler_ctx_free()
H A Dmod_proxy.c111 } handler_ctx; typedef
117 static handler_ctx * handler_ctx_init(void) { in handler_ctx_init()
118 handler_ctx * hctx; in handler_ctx_init()
137 static void handler_ctx_free(handler_ctx *hctx) { in handler_ctx_free()
335 static void proxy_connection_close(server *srv, handler_ctx *hctx) { in proxy_connection_close()
360 static int proxy_establish_connection(server *srv, handler_ctx *hctx) { in proxy_establish_connection()
442 static int proxy_create_env(server *srv, handler_ctx *hctx) { in proxy_create_env()
646 static int proxy_demux_response(server *srv, handler_ctx *hctx) { in proxy_demux_response()
904 handler_ctx *hctx = con->plugin_ctx[p->id]; in SUBREQUEST_FUNC()
958 handler_ctx *hctx = ctx; in proxy_handle_fdevent()
[all …]
H A Dmod_extforward.c101 } handler_ctx; typedef
104 static handler_ctx * handler_ctx_init(sock_addr oldaddr, buffer *oldaddr_buf) { in handler_ctx_init()
105 handler_ctx * hctx; in handler_ctx_init()
112 static void handler_ctx_free(handler_ctx *hctx) { in handler_ctx_free()
479 handler_ctx *hctx = con->plugin_ctx[p->id]; in CONNECTION_FUNC()
H A Dmod_rewrite.c37 } handler_ctx; typedef
48 static handler_ctx * handler_ctx_init(void) { in handler_ctx_init()
49 handler_ctx * hctx; in handler_ctx_init()
59 static void handler_ctx_free(handler_ctx *hctx) { in handler_ctx_free()
348 handler_ctx *hctx; in process_rewrite_rules()
H A Dmod_fastcgi.c368 } handler_ctx; typedef
433 static void fcgi_host_reset(server *srv, handler_ctx *hctx) { in fcgi_host_reset()
486 static handler_ctx * handler_ctx_init(void) { in handler_ctx_init()
487 handler_ctx * hctx; in handler_ctx_init()
1504 static int fcgi_reconnect(server *srv, handler_ctx *hctx) { in fcgi_reconnect()
2179 handler_ctx *hctx = con->plugin_ctx[p->id]; in fcgi_response_parse()
3111 handler_ctx *hctx = con->plugin_ctx[p->id]; in SUBREQUEST_FUNC()
3227 handler_ctx *hctx = ctx; in fcgi_handle_fdevent()
3590 handler_ctx *hctx; in fcgi_check_extension()
3660 handler_ctx *hctx; in fcgi_check_extension()
[all …]
H A Dmod_scgi.c327 } handler_ctx; typedef
350 static handler_ctx * handler_ctx_init(void) { in handler_ctx_init()
351 handler_ctx * hctx; in handler_ctx_init()
377 static void handler_ctx_free(handler_ctx *hctx) { in handler_ctx_free()
1234 static int scgi_reconnect(server *srv, handler_ctx *hctx) { in scgi_reconnect()
1452 static int scgi_create_env(server *srv, handler_ctx *hctx) { in scgi_create_env()
2375 handler_ctx *hctx = con->plugin_ctx[p->id]; in SUBREQUEST_FUNC()
2490 handler_ctx *hctx = ctx; in scgi_handle_fdevent()
2795 handler_ctx *hctx; in scgi_check_extension()
2856 handler_ctx *hctx; in scgi_check_extension()
[all …]
H A Dmod_cgi.c83 } handler_ctx; typedef
85 static handler_ctx * cgi_handler_ctx_init(void) { in cgi_handler_ctx_init()
86 handler_ctx *hctx = calloc(1, sizeof(*hctx)); in cgi_handler_ctx_init()
96 static void cgi_handler_ctx_free(handler_ctx *hctx) { in cgi_handler_ctx_free()
338 static int cgi_demux_response(server *srv, handler_ctx *hctx) { in cgi_demux_response()
516 static handler_t cgi_connection_close(server *srv, handler_ctx *hctx) { in cgi_connection_close()
624 handler_ctx *hctx = ctx; in cgi_handle_fdevent()
1070 handler_ctx *hctx; in cgi_create_env()
1345 handler_ctx *hctx = con->plugin_ctx[p->id]; in SUBREQUEST_FUNC()
H A Dfdevent.h94 void *handler_ctx; member
H A Dfdevent.c140 fdn->handler_ctx = NULL; in fdevent_register()