Home
last modified time | relevance | path

Searched defs:wmax (Results 1 – 2 of 2) sorted by relevance

/third_party/curl/lib/
Dsendf.c587 size_t wmax = get_max_body_write_len(data, data->req.maxdownload); in cw_download_write() local
601 size_t wmax = get_max_body_write_len(data, data->set.max_filesize); in cw_download_write() local
/third_party/ffmpeg/libavfilter/
Ddrawutils.c275 static void clip_interval(int wmax, int *x, int *w, int *dx) in clip_interval()