Function ngx_thread_write_chain_to_file

Source
pub unsafe extern "C" fn ngx_thread_write_chain_to_file(
    file: *mut ngx_file_s,
    cl: *mut ngx_chain_s,
    offset: i64,
    pool: *mut ngx_pool_s,
) -> isize