Home | History | Annotate | Download | only in applypatch

Lines Matching refs:bonus_data

792   unsigned char* bonus_data = NULL;
800 bonus_data = malloc(bonus_size);
806 if (fread(bonus_data, 1, bonus_size, f) != bonus_size) {
960 if (i == 1 && bonus_data) {
963 memcpy(src_chunks[i].data+src_chunks[i].len, bonus_data, bonus_size);