Searched refs:stat_cache_entry (Results 1 – 25 of 29) sorted by relevance
12
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | stat_cache.c | 122 static stat_cache_entry * stat_cache_entry_init(void) { in stat_cache_entry_init() 123 stat_cache_entry *sce = NULL; in stat_cache_entry_init() 135 stat_cache_entry *sce = data; in stat_cache_entry_free() 358 handler_t stat_cache_get_entry(server *srv, connection *con, buffer *name, stat_cache_entry **ret_s… in stat_cache_get_entry() 364 stat_cache_entry *sce = NULL; in stat_cache_get_entry() 691 stat_cache_entry *sce; in stat_cache_tag_old_entries() 732 stat_cache_entry *sce = node->data; in stat_cache_trigger_cleanup()
|
| H A D | stat_cache.h | 9 handler_t stat_cache_get_entry(server *srv, connection *con, buffer *name, stat_cache_entry **fce);
|
| H A D | mod_magnet_cache.c | 60 stat_cache_entry *sce; in script_cache_get_script()
|
| H A D | network_write.c | 91 stat_cache_entry *sce = NULL; in network_write_chunkqueue_write()
|
| H A D | network_freebsd_sendfile.c | 135 stat_cache_entry *sce = NULL; in network_write_chunkqueue_freebsdsendfile()
|
| H A D | network_solaris_sendfilev.c | 143 stat_cache_entry *sce = NULL; in network_write_chunkqueue_solarissendfilev()
|
| H A D | network_mtcp_writev.c | 155 stat_cache_entry *sce = NULL; 410 stat_cache_entry *sce = NULL; in network_write_chunkqueue_mtcp_writev()
|
| H A D | mod_staticfile.c | 161 stat_cache_entry *sce = NULL; in http_response_parse_range() 360 stat_cache_entry *sce = NULL; in URIHANDLER_FUNC()
|
| H A D | network_openssl.c | 161 stat_cache_entry *sce = NULL; in network_write_chunkqueue_openssl()
|
| H A D | network_linux_sendfile.c | 131 stat_cache_entry *sce = NULL; in network_write_chunkqueue_linuxsendfile()
|
| H A D | mod_compress.c | 413 …e_to_file(server *srv, connection *con, plugin_data *p, buffer *fn, stat_cache_entry *sce, int typ… in deflate_file_to_file() 583 …to_buffer(server *srv, connection *con, plugin_data *p, buffer *fn, stat_cache_entry *sce, int typ… in deflate_file_to_buffer() 724 stat_cache_entry *sce = NULL; in PHYSICALPATH_FUNC()
|
| H A D | mod_indexfile.c | 140 stat_cache_entry *sce = NULL; in URIHANDLER_FUNC()
|
| H A D | mod_flv_streaming.c | 209 stat_cache_entry *sce = NULL; in URIHANDLER_FUNC()
|
| H A D | mod_simple_vhost.c | 125 stat_cache_entry *sce = NULL; in build_doc_root()
|
| H A D | mod_expire.c | 307 stat_cache_entry *sce = NULL; in URIHANDLER_FUNC()
|
| H A D | network_writev.c | 155 stat_cache_entry *sce = NULL; in network_write_chunkqueue_writev()
|
| H A D | mod_evhost.c | 265 stat_cache_entry *sce = NULL; in mod_evhost_uri_handler()
|
| H A D | base.h | 235 } stat_cache_entry; typedef
|
| H A D | mod_cml_lua.c | 336 stat_cache_entry *sce = NULL; in cache_parse_lua()
|
| H A D | mod_magnet.c | 256 stat_cache_entry *sce = NULL; in magnet_stat() 767 stat_cache_entry *sce; in magnet_attach_content()
|
| H A D | mod_mysql_vhost.c | 342 stat_cache_entry *sce;
|
| H A D | mod_ssi.c | 368 stat_cache_entry *sce = NULL; in process_ssi_stmt() 1084 stat_cache_entry *sce = NULL; in mod_ssi_handle_request()
|
| H A D | mod_rewrite.c | 452 stat_cache_entry *sce; in URIHANDLER_FUNC()
|
| H A D | response.c | 560 stat_cache_entry *sce = NULL; in http_response_prepare()
|
| H A D | mod_dirlisting.c | 898 stat_cache_entry *sce = NULL; in URIHANDLER_FUNC()
|
12