Searched refs:cache_fd (Results 1 – 1 of 1) sorted by relevance
237 int cache_fd; member245 hctx->cache_fd = -1; in handler_ctx_init()254 if (-1 != hctx->cache_fd) in handler_ctx_free()255 close(hctx->cache_fd); in handler_ctx_free()346 if (-1 == hctx->cache_fd) { in mod_deflate_cache_file_open()359 hctx->cache_fd = -1; in mod_deflate_cache_file_finish()870 return (-1 == hctx->cache_fd) in stream_http_chunk_append_mem()1435 else if (fd == hctx->cache_fd) { in mod_deflate_using_libdeflate_err()1516 int fd = hctx->cache_fd; in mod_deflate_using_libdeflate()1583 if (fd != hctx->cache_fd) { in mod_deflate_using_libdeflate()[all …]