Home | History | Annotate | Download | only in spdyshark

Lines Matching refs:avail_in

772     decomp->avail_in = length;
795 if (decomp->avail_in != 0)
797 printf(" but there were %d input bytes left over\n", decomp->avail_in);