[][src]Function nginx::ngx_create_temp_file

pub unsafe extern "C" fn ngx_create_temp_file(
    file: *mut ngx_file_t,
    path: *mut ngx_path_t,
    pool: *mut ngx_pool_t,
    persistent: ngx_uint_t,
    clean: ngx_uint_t,
    access: ngx_uint_t
) -> ngx_int_t