Lines Matching refs:have
15 You should have received a copy of the GNU General Public License
259 unsigned int have;
295 have = SPDYF_ZLIB_CHUNK - strm->avail_out;
298 *dest_size += have;
306 memcpy((*dest) + ((*dest_size) - have), out, have);
310 * have been used. */
357 uint32_t have;
424 have = SPDYF_ZLIB_CHUNK - strm->avail_out;
425 *dest_size += have;
434 memcpy((*dest) + ((*dest_size) - have), out, have);