Home | History | Annotate | Download | only in applypatch

Lines Matching defs:have

35  * image must have been generated using the same deflate encoder that
45 * For a diff to be generated, the source and target images must have the
58 * sequence appears spuriously in the file. (Note that it would have to
551 size_t have = BUFFER_SIZE - strm.avail_out;
553 if (memcmp(out, chunk->deflate_data+p, have) != 0) {
558 p += have;
562 // mismatch; ran out of data before we should have.
848 // Verify that the source and target images have the same chunk
859 printf("source and target don't have same number of chunks!\n");
868 printf("source and target don't have same chunk "