Home | History | Annotate | Download | only in updater

Lines Matching defs:out

62     RangeSet* out = malloc(sizeof(RangeSet) + num * sizeof(int));
63 if (out == NULL) {
68 out->count = num / 2;
69 out->size = 0;
72 out->pos[i] = strtol(strtok_r(NULL, ",", &save), NULL, 0);
74 out->size += out->pos[i];
76 out->size -= out->pos[i];
80 return out;
182 // which transfers.list will need it. We want to stream it out of the