Home | History | Annotate | Download | only in applypatch

Lines Matching defs:ctrl

194     off_t ctrl[3];
204 ctrl[0] = offtin(buf);
205 ctrl[1] = offtin(buf+8);
206 ctrl[2] = offtin(buf+16);
209 if (newpos + ctrl[0] > *new_size) {
215 if (FillBuffer(*new_data + newpos, ctrl[0], &dstream) != 0) {
221 for (i = 0; i < ctrl[0]; ++i) {
228 newpos += ctrl[0];
229 oldpos += ctrl[0];
232 if (newpos + ctrl[1] > *new_size) {
238 if (FillBuffer(*new_data + newpos, ctrl[1], &estream) != 0) {
244 newpos += ctrl[1];
245 oldpos += ctrl[2];