Searched defs:wmax (Results 1 – 2 of 2) sorted by relevance
587 size_t wmax = get_max_body_write_len(data, data->req.maxdownload); in cw_download_write() local601 size_t wmax = get_max_body_write_len(data, data->set.max_filesize); in cw_download_write() local
275 static void clip_interval(int wmax, int *x, int *w, int *dx) in clip_interval()