Lines Matching refs:skip
79 * The list of skip areas must be in ascending order of offset and if any
88 crc_skip_t *skip /* list of areas to skip */
97 * Check skip areas to see if they overlap (this should never happen,
99 * Also the skip list must be in ascending order of offset, assert
101 * If any 2 adjacent skip areas overlap, then the skip areas will
102 * be merged into 1 skip area and the other skip area is freed.
103 * If any 2 adjacent skip areas abut (border) each other, then skip
104 * areas are not merged, but are left as 2 independent skip areas.
105 * If the skip areas are identical, no change is made to either skip
108 if (skip) {
110 for (s = skip; s != NULL; s = s->skip_next) {
142 s = skip;
152 * Skip over next skip area if non-null