Lines Matching refs:out
860 static int mod_deflate_cache_file_append (handler_ctx * const hctx, const char *out, size_t len) { in mod_deflate_cache_file_append() argument
863 wr = write(hctx->cache_fd, out, len); in mod_deflate_cache_file_append()
864 } while (wr > 0 ? ((out += wr), (len -= (size_t)wr)) : errno == EINTR); in mod_deflate_cache_file_append()
868 static int stream_http_chunk_append_mem(handler_ctx * const hctx, const char * const out, size_t le… in stream_http_chunk_append_mem() argument
871 ? http_chunk_append_mem(hctx->r, out, len) in stream_http_chunk_append_mem()
872 : mod_deflate_cache_file_append(hctx, out, len); in stream_http_chunk_append_mem()
1162 const uint8_t *out = BrotliEncoderTakeOutput(br, &outsz); in stream_br_compress() local
1166 if (0 != stream_http_chunk_append_mem(hctx, (char *)out, outsz)) in stream_br_compress()
1181 const uint8_t *out = BrotliEncoderTakeOutput(br, &outsz); in stream_br_flush() local
1184 if (0 != stream_http_chunk_append_mem(hctx, (char *)out, outsz)) in stream_br_flush()
1495 void *out; member
1507 params->out, params->outsz) in mod_deflate_using_libdeflate_setjmp_cb()
1509 params->out, params->outsz)); in mod_deflate_using_libdeflate_setjmp_cb()