Home
last modified time | relevance | path

Searched refs:DSIZ (Results 1 – 1 of 1) sorted by relevance

/curl/lib/
H A Dcontent_encoding.c69 #define DSIZ CURL_MAX_WRITE_SIZE /* buffer size for decompressed data */ macro
197 decomp = malloc(DSIZ); in inflate_stream()
209 z->avail_out = DSIZ; in inflate_stream()
220 if(z->avail_out != DSIZ) { in inflate_stream()
224 DSIZ - z->avail_out); in inflate_stream()
678 decomp = malloc(DSIZ); in brotli_do_write()
685 dstleft = DSIZ; in brotli_do_write()
689 decomp, DSIZ - dstleft); in brotli_do_write()
769 zp->decomp = malloc(DSIZ); in zstd_do_write()
780 out.size = DSIZ; in zstd_do_write()

Completed in 6 milliseconds