HomeSort by relevance Sort by last modified time
    Searched refs:gz_skip (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/zlib/
gzread.c 15 local int gz_skip OF((gz_statep, z_off64_t));
330 local int gz_skip(state, len) function
395 if (gz_skip(state, state->skip) == -1)
500 if (gz_skip(state, state->skip) == -1)
561 if (gz_skip(state, state->skip) == -1)
  /external/zlib/src/
gzread.c 14 local int gz_skip OF((gz_statep, z_off64_t));
256 local int gz_skip(state, len) function
322 if (gz_skip(state, state->skip) == -1)
442 if (gz_skip(state, state->skip) == -1)
506 if (gz_skip(state, state->skip) == -1)

Completed in 297 milliseconds