Searched refs:http_cgi_header_append_cb (Results 1 – 3 of 3) sorted by relevance
| /lighttpd1.4/src/ |
| H A D | http_cgi.h | 21 typedef int (*http_cgi_header_append_cb)(void *vdata, const char *k, size_t klen, const char *v, si… typedef 23 int http_cgi_headers (request_st *r, http_cgi_opts *opts, http_cgi_header_append_cb cb, void *vdata…
|
| H A D | mod_scgi.c | 184 http_cgi_header_append_cb scgi_env_add = hctx->conf.proto == LI_PROTOCOL_SCGI in scgi_create_env()
|
| H A D | http_cgi.c | 120 http_cgi_headers (request_st * const r, http_cgi_opts * const opts, http_cgi_header_append_cb cb, v… in http_cgi_headers()
|