| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_magnet_cache.c | 72 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, sc->name, &sce)) { in script_cache_get_script() 121 if (HANDLER_GO_ON == stat_cache_get_entry(srv, con, sc->name, &sce)) { in script_cache_get_script()
|
| H A D | network_freebsd_sendfile.c | 137 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, c->file.name, &sce)) { in network_write_chunkqueue_freebsdsendfile() 181 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, c->file.name, &sce)) { in network_write_chunkqueue_freebsdsendfile()
|
| 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 | network_write.c | 94 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, c->file.name, &sce)) { in network_write_chunkqueue_write()
|
| H A D | network_solaris_sendfilev.c | 146 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, c->file.name, &sce)) { in network_write_chunkqueue_solarissendfilev()
|
| H A D | network_mtcp_writev.c | 163 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, c->file.name, &sce)) { 413 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, c->file.name, &sce)) { in network_write_chunkqueue_mtcp_writev()
|
| H A D | mod_staticfile.c | 164 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, con->physical.path, &sce)) { in http_response_parse_range() 411 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, con->physical.path, &sce)) { in URIHANDLER_FUNC()
|
| H A D | network_openssl.c | 165 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, c->file.name, &sce)) { in network_write_chunkqueue_openssl()
|
| H A D | network_linux_sendfile.c | 180 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, c->file.name, &sce)) { in network_write_chunkqueue_linuxsendfile()
|
| H A D | mod_indexfile.c | 167 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, p->tmp_buf, &sce)) { in URIHANDLER_FUNC()
|
| H A D | mod_flv_streaming.c | 236 if (HANDLER_GO_ON != stat_cache_get_entry(srv, con, con->physical.path, &sce)) { in URIHANDLER_FUNC()
|
| H A D | mod_simple_vhost.c | 159 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, out, &sce)) { in build_doc_root()
|
| H A D | mod_expire.c | 309 stat_cache_get_entry(srv, con, con->physical.path, &sce); in URIHANDLER_FUNC()
|
| H A D | response.c | 567 if (HANDLER_ERROR != stat_cache_get_entry(srv, con, con->physical.path, &sce)) { in http_response_prepare() 655 if (HANDLER_ERROR != stat_cache_get_entry(srv, con, con->physical.path, &sce)) { in http_response_prepare()
|
| H A D | network_writev.c | 163 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, c->file.name, &sce)) { in network_write_chunkqueue_writev()
|
| H A D | mod_evhost.c | 318 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, p->tmp_buf, &sce)) { in mod_evhost_uri_handler()
|
| H A D | mod_cml_lua.c | 350 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, b, &sce)) { in cache_parse_lua()
|
| H A D | mod_magnet.c | 271 if (HANDLER_GO_ON != stat_cache_get_entry(srv, con, &sb, &sce)) { in magnet_stat() 771 if (HANDLER_GO_ON == stat_cache_get_entry(srv, con, fn, &sce)) { in magnet_attach_content()
|
| H A D | mod_mysql_vhost.c | 388 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, p->tmp_buf, &sce)) {
|
| H A D | mod_ssi.c | 437 stat_cache_get_entry(srv, con, con->physical.path, &sce); in process_ssi_stmt() 1088 stat_cache_get_entry(srv, con, con->physical.path, &sce); in mod_ssi_handle_request()
|
| H A D | mod_rewrite.c | 463 if (HANDLER_ERROR != stat_cache_get_entry(srv, con, con->physical.path, &sce)) { in URIHANDLER_FUNC()
|
| H A D | stat_cache.c | 358 handler_t stat_cache_get_entry(server *srv, connection *con, buffer *name, stat_cache_entry **ret_s… in stat_cache_get_entry() function
|
| H A D | mod_dirlisting.c | 927 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, con->physical.path, &sce)) { in URIHANDLER_FUNC()
|
| H A D | mod_compress.c | 748 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, con->physical.path, &sce)) { in PHYSICALPATH_FUNC()
|
| H A D | mod_webdav.c | 836 if (HANDLER_ERROR != (stat_cache_get_entry(srv, con, dst->path, &sce))) { in webdav_get_live_property() 1241 switch (stat_cache_get_entry(srv, con, con->physical.path, &sce)) { in URIHANDLER_FUNC()
|