Searched refs:DSIZ (Results 1 – 2 of 2) sorted by relevance
53 #define DSIZ CURL_MAX_WRITE_SIZE /* buffer size for decompressed data */ macro179 decomp = malloc(DSIZ); in inflate_stream()191 z->avail_out = DSIZ; in inflate_stream()202 if(z->avail_out != DSIZ) { in inflate_stream()206 DSIZ - z->avail_out); in inflate_stream()658 decomp = malloc(DSIZ); in brotli_unencode_write()665 dstleft = DSIZ; in brotli_unencode_write()669 decomp, DSIZ - dstleft); in brotli_unencode_write()
132 /* SDE_1=0; ROW=3; BL=1; DSIZ=2 -> 64 bit */