Home
last modified time | relevance | path

Searched refs:http_cgi_header_append_cb (Results 1 – 3 of 3) sorted by relevance

/lighttpd1.4/src/
H A Dhttp_cgi.h21 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 Dmod_scgi.c184 http_cgi_header_append_cb scgi_env_add = hctx->conf.proto == LI_PROTOCOL_SCGI in scgi_create_env()
H A Dhttp_cgi.c120 http_cgi_headers (request_st * const r, http_cgi_opts * const opts, http_cgi_header_append_cb cb, v… in http_cgi_headers()