| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | http_chunk.c | 23 static int http_chunk_append_len(server *srv, connection *con, size_t len) { in http_chunk_append_len() 54 int http_chunk_append_file(server *srv, connection *con, buffer *fn, off_t offset, off_t len) { in http_chunk_append_file() 74 int http_chunk_append_buffer(server *srv, connection *con, buffer *mem) { in http_chunk_append_buffer() 94 int http_chunk_append_mem(server *srv, connection *con, const char * mem, size_t len) { in http_chunk_append_mem() 124 off_t http_chunkqueue_length(server *srv, connection *con) { in http_chunkqueue_length()
|
| H A D | connections.c | 76 static int connection_del(server *srv, connection *con) { in connection_del() 116 int connection_close(server *srv, connection *con) { 202 static int connection_handle_read_ssl(server *srv, connection *con) { 336 static int connection_handle_read(server *srv, connection *con) { 642 static int connection_handle_write(server *srv, connection *con) { 675 connection *con; local 745 connection *con = conns->ptr[i]; local 797 int connection_reset(server *srv, connection *con) { 1206 connection *con = context; local 1346 connection *con; local [all …]
|
| H A D | joblist.c | 8 int joblist_append(server *srv, connection *con) { in joblist_append() 32 connection *con; in fdwaitqueue_unshift() local 45 int fdwaitqueue_append(server *srv, connection *con) { in fdwaitqueue_append()
|
| H A D | mod_magnet.c | 130 static int mod_magnet_patch_connection(server *srv, connection *con, plugin_data *p) { in mod_magnet_patch_connection() 254 connection *con; in magnet_stat() local 361 connection *con; in magnet_reqhdr_get() local 384 connection *con; in magnet_reqhdr_pairs() local 486 static buffer *magnet_env_get_buffer_by_id(server *srv, connection *con, int id) { in magnet_env_get_buffer_by_id() 538 connection *con; in magnet_env_get() local 566 connection *con; in magnet_env_set() local 595 connection *con; in magnet_env_next() local 639 connection *con; in magnet_cgi_get() local 658 connection *con; in magnet_cgi_set() local [all …]
|
| H A D | configfile-glue.c | 223 static cond_result_t config_check_cond_nocache(server *srv, connection *con, data_config *dc) { in config_check_cond_nocache() 511 static cond_result_t config_check_cond_cached(server *srv, connection *con, data_config *dc) { in config_check_cond_cached() 551 void config_cond_cache_reset_item(server *srv, connection *con, comp_key_t item) { in config_cond_cache_reset_item() 567 void config_cond_cache_reset(server *srv, connection *con) { in config_cond_cache_reset() 577 int config_check_cond(server *srv, connection *con, data_config *dc) { in config_check_cond() 584 int config_append_cond_match_buffer(connection *con, data_config *dc, buffer *buf, int n) in config_append_cond_match_buffer()
|
| H A D | http-header-glue.c | 75 int response_header_insert(server *srv, connection *con, const char *key, size_t keylen, const char… in response_header_insert() 91 int response_header_overwrite(server *srv, connection *con, const char *key, size_t keylen, const c… in response_header_overwrite() 106 int response_header_append(server *srv, connection *con, const char *key, size_t keylen, const char… in response_header_append() 121 int http_response_redirect_to_directory(server *srv, connection *con) { in http_response_redirect_to_directory() 247 int http_response_handle_cachable(server *srv, connection *con, buffer *mtime) { in http_response_handle_cachable()
|
| H A D | response.c | 30 int http_response_write_header(server *srv, connection *con) { in http_response_write_header() 137 static void https_add_ssl_entries(connection *con) { in https_add_ssl_entries() 209 handler_t http_response_prepare(server *srv, connection *con) { in http_response_prepare()
|
| H A D | mod_proxy.c | 337 connection *con; in proxy_connection_close() local 417 static void proxy_set_header(connection *con, const char *key, const char *value) { in proxy_set_header() 429 static void proxy_append_header(connection *con, const char *key, const char *value) { in proxy_append_header() 445 connection *con = hctx->remote_conn; in proxy_create_env() local 554 static int proxy_response_parse(server *srv, connection *con, plugin_data *p, buffer *in) { in proxy_response_parse() 652 connection *con = hctx->remote_conn; in proxy_demux_response() local 753 connection *con = hctx->remote_conn; in proxy_write_request() local 867 static int mod_proxy_patch_connection(server *srv, connection *con, plugin_data *p) { in mod_proxy_patch_connection() 959 connection *con = hctx->remote_conn; in proxy_handle_fdevent() local 1112 static handler_t mod_proxy_check_extension(server *srv, connection *con, void *p_d) { in mod_proxy_check_extension() [all …]
|
| H A D | mod_webdav.c | 376 static int mod_webdav_patch_connection(server *srv, connection *con, plugin_data *p) { in mod_webdav_patch_connection() 474 static int webdav_gen_prop_tag(server *srv, connection *con, in webdav_gen_prop_tag() 507 static int webdav_gen_response_status_tag(server *srv, connection *con, physical *dst, int status, … in webdav_gen_response_status_tag() 532 static int webdav_delete_file(server *srv, connection *con, plugin_data *p, physical *dst, buffer *… in webdav_delete_file() 577 static int webdav_delete_dir(server *srv, connection *con, plugin_data *p, physical *dst, buffer *b… in webdav_delete_dir() 662 static int webdav_copy_file(server *srv, connection *con, plugin_data *p, physical *src, physical *… in webdav_copy_file() 737 static int webdav_copy_dir(server *srv, connection *con, plugin_data *p, physical *src, physical *d… in webdav_copy_dir() 830 static int webdav_get_live_property(server *srv, connection *con, plugin_data *p, physical *dst, ch… in webdav_get_live_property() 990 static int webdav_parse_chunkqueue(server *srv, connection *con, plugin_data *p, chunkqueue *cq, xm… in webdav_parse_chunkqueue() 1096 static int webdav_lockdiscovery(server *srv, connection *con, in webdav_lockdiscovery() [all …]
|
| H A D | mod_status.c | 200 static handler_t mod_status_handle_server_status_html(server *srv, connection *con, void *p_d) { in mod_status_handle_server_status_html() 564 static handler_t mod_status_handle_server_status_text(server *srv, connection *con, void *p_d) { in mod_status_handle_server_status_text() 623 static handler_t mod_status_handle_server_statistics(server *srv, connection *con, void *p_d) { in mod_status_handle_server_statistics() 657 static handler_t mod_status_handle_server_status(server *srv, connection *con, void *p_d) { in mod_status_handle_server_status() 672 static handler_t mod_status_handle_server_config(server *srv, connection *con, void *p_d) { in mod_status_handle_server_config() 772 static int mod_status_patch_connection(server *srv, connection *con, plugin_data *p) { in mod_status_patch_connection() 808 static handler_t mod_status_handler(server *srv, connection *con, void *p_d) { in mod_status_handler()
|
| H A D | network.c | 44 connection *con = SSL_get_app_data(ssl); in ssl_info_callback() local 55 connection *con; in network_server_handle_fdevent() local 91 connection *con = (connection *) SSL_get_app_data(ssl); in network_ssl_servername_callback() local 996 network_write_chunkqueue(server *srv, connection *con, chunkqueue *cq, off_t max_bytes) {
|
| H A D | mod_compress.c | 242 static int deflate_file_to_buffer_gzip(server *srv, connection *con, plugin_data *p, char *start, o… in deflate_file_to_buffer_gzip() 318 static int deflate_file_to_buffer_deflate(server *srv, connection *con, plugin_data *p, unsigned ch… in deflate_file_to_buffer_deflate() 365 static int deflate_file_to_buffer_bzip2(server *srv, connection *con, plugin_data *p, unsigned char… in deflate_file_to_buffer_bzip2() 413 static int deflate_file_to_file(server *srv, connection *con, plugin_data *p, buffer *fn, stat_cach… in deflate_file_to_file() 583 static int deflate_file_to_buffer(server *srv, connection *con, plugin_data *p, buffer *fn, stat_ca… in deflate_file_to_buffer() 669 static int mod_compress_patch_connection(server *srv, connection *con, plugin_data *p) { in mod_compress_patch_connection()
|
| H A D | mod_simple_vhost.c | 124 static int build_doc_root(server *srv, connection *con, plugin_data *p, buffer *out, buffer *host) { in build_doc_root() 175 static int mod_simple_vhost_patch_connection(server *srv, connection *con, plugin_data *p) { in mod_simple_vhost_patch_connection() 220 static handler_t mod_simple_vhost_docroot(server *srv, connection *con, void *p_data) { in mod_simple_vhost_docroot()
|
| H A D | server.c | 754 connection *con; in start_server() local 929 connection *con; in start_server() local 990 connection *con = srv->joblist->ptr[ndx]; in start_server() local 1990 connection *con; in main() local 2161 connection *con; in main() local 2222 connection *con = srv->joblist->ptr[ndx]; in main() local
|
| H A D | connections-glue.c | 38 int connection_set_state(server *srv, connection *con, connection_state_t state) { in connection_set_state()
|
| H A D | mod_evhost.c | 166 static int mod_evhost_parse_host(connection *con,array *host) { in mod_evhost_parse_host() 228 static int mod_evhost_patch_connection(server *srv, connection *con, plugin_data *p) { in mod_evhost_patch_connection() 259 static handler_t mod_evhost_uri_handler(server *srv, connection *con, void *p_d) { in mod_evhost_uri_handler()
|
| H A D | mod_cml.c | 140 static int mod_cml_patch_connection(server *srv, connection *con, plugin_data *p) { in mod_cml_patch_connection() 181 static int cache_call_lua(server *srv, connection *con, plugin_data *p, buffer *cml_file) { in cache_call_lua()
|
| H A D | mod_cgi.c | 231 static int cgi_response_parse(server *srv, connection *con, plugin_data *p, buffer *in) { in cgi_response_parse() 340 connection *con = hctx->remote_conn; in cgi_demux_response() local 520 connection *con; in cgi_connection_close() local 616 static handler_t cgi_connection_close_callback(server *srv, connection *con, void *p_d) { in cgi_connection_close_callback() 625 connection *con = hctx->remote_conn; in cgi_handle_fdevent() local 738 static int cgi_create_env(server *srv, connection *con, plugin_data *p, buffer *cgi_handler) { in cgi_create_env() 1208 static int mod_cgi_patch_connection(server *srv, connection *con, plugin_data *p) { in mod_cgi_patch_connection()
|
| H A D | mod_ssi.c | 167 static int ssi_env_add_request_headers(server *srv, connection *con, plugin_data *p) { in ssi_env_add_request_headers() 238 static int build_ssi_cgi_vars(server *srv, connection *con, plugin_data *p) { in build_ssi_cgi_vars() 327 static int process_ssi_stmt(server *srv, connection *con, plugin_data *p, in process_ssi_stmt() 957 static int mod_ssi_handle_request(server *srv, connection *con, plugin_data *p) { in mod_ssi_handle_request() 1113 static int mod_ssi_patch_connection(server *srv, connection *con, plugin_data *p) { in mod_ssi_patch_connection()
|
| H A D | mod_ssi_expr.c | 44 static int ssi_expr_tokenizer(server *srv, connection *con, plugin_data *p, in ssi_expr_tokenizer() 271 int ssi_eval_expr(server *srv, connection *con, plugin_data *p, const char *expr) { in ssi_eval_expr()
|
| H A D | request.c | 13 static int request_check_hostname(server *srv, connection *con, buffer *host) { in request_check_hostname() 284 int http_request_parse(server *srv, connection *con) { in http_request_parse() 1197 int http_request_header_finished(server *srv, connection *con) { in http_request_header_finished()
|
| H A D | mod_scgi.c | 1197 connection *con; in scgi_connection_cleanup() local 1280 static handler_t scgi_connection_reset(server *srv, connection *con, void *p_d) { in scgi_connection_reset() 1398 static int scgi_env_add_request_headers(server *srv, connection *con, plugin_data *p) { in scgi_env_add_request_headers() 1463 connection *con = hctx->remote_conn; in scgi_create_env() local 1793 connection *con = hctx->remote_conn; in scgi_demux_response() local 2165 connection *con = hctx->remote_conn; in scgi_write_request() local 2472 connection *con; in scgi_connection_close() local 2491 connection *con = hctx->remote_conn; in scgi_handle_fdevent() local 2667 static int scgi_patch_connection(server *srv, connection *con, plugin_data *p) { in scgi_patch_connection() 2882 static handler_t scgi_check_extension_1(server *srv, connection *con, void *p_d) { in scgi_check_extension_1() [all …]
|
| H A D | mod_magnet_cache.c | 57 lua_State *script_cache_get_script(server *srv, connection *con, script_cache *cache, buffer *name)… in script_cache_get_script()
|
| H A D | network_write.c | 27 int network_write_chunkqueue_write(server *srv, connection *con, int fd, chunkqueue *cq, off_t max_… in network_write_chunkqueue_write()
|
| H A D | network_mtcp_writev.c | 346 int network_write_chunkqueue_mtcp_writev(server *srv, connection *con, int fd, chunkqueue *cq, off_… in network_write_chunkqueue_mtcp_writev()
|