Searched refs:gz_skip (Results 1 – 3 of 3) sorted by relevance
25 local int gz_skip OF((gz_statep, z_off64_t));271 local int gz_skip(state, len) in gz_skip() function321 if (gz_skip(state, state.state->skip) == -1)526 if (gz_skip(state, state.state->skip) == -1)590 if (gz_skip(state, state.state->skip) == -1)
237 local int gz_skip(gz_statep state, z_off64_t len) { in gz_skip() function280 if (gz_skip(state, state->skip) == -1) in gz_read()459 if (gz_skip(state, state->skip) == -1) in gzungetc()519 if (gz_skip(state, state->skip) == -1) in gzgets()
545 - Use z_off64_t in gz_zero() and gz_skip() to match state->skip