Searched refs:http_response_handle_cachable (Results 1 – 5 of 5) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | response.h | 17 int http_response_handle_cachable(server *srv, connection *con, buffer * mtime);
|
| H A D | http-header-glue.c | 247 int http_response_handle_cachable(server *srv, connection *con, buffer *mtime) { in http_response_handle_cachable() function
|
| H A D | mod_compress.c | 842 if (HANDLER_FINISHED == http_response_handle_cachable(srv, con, mtime)) { in PHYSICALPATH_FUNC() 876 if (HANDLER_FINISHED == http_response_handle_cachable(srv, con, mtime)) { in PHYSICALPATH_FUNC()
|
| H A D | mod_cml_lua.c | 423 if (HANDLER_FINISHED == http_response_handle_cachable(srv, con, &tbuf)) { in cache_parse_lua()
|
| H A D | mod_staticfile.c | 489 if (HANDLER_FINISHED == http_response_handle_cachable(srv, con, mtime)) { in URIHANDLER_FUNC()
|