HomeSort by: relevance | last modified time | path
    Searched defs:gz_comp (Results 1 - 6 of 6) sorted by relevancy

  /src/common/dist/zlib/
gzwrite.c 65 local int gz_comp(gz_statep state, int flush) { function
144 allocation failure by gz_comp(), or 0 on success. */
151 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
166 if (gz_comp(state, Z_NO_FLUSH) == -1)
211 if (len && gz_comp(state, Z_NO_FLUSH) == -1)
217 if (state->strm.avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
228 if (gz_comp(state, Z_NO_FLUSH) == -1)
423 if (gz_comp(state, Z_NO_FLUSH) == -1)
518 if (gz_comp(state, Z_NO_FLUSH) == -1)
554 (void)gz_comp(state, flush)
    [all...]
  /src/external/bsd/zstd/dist/zlibWrapper/
gzwrite.c 15 local int gz_comp _Z_OF((gz_statep, int));
76 local int gz_comp(gz_statep state, int flush) { function
144 allocation failure by gz_comp(), or 0 on success. */
151 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
166 if (gz_comp(state, Z_NO_FLUSH) == -1)
211 if (len && gz_comp(state, Z_NO_FLUSH) == -1)
217 if (state.state->strm.avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
228 if (gz_comp(state, Z_NO_FLUSH) == -1)
421 if (gz_comp(state, Z_NO_FLUSH) == -1)
516 if (gz_comp(state, Z_NO_FLUSH) == -1
    [all...]
  /src/external/gpl3/binutils/dist/zlib/
gzwrite.c 65 local int gz_comp(gz_statep state, int flush) { function
142 allocation failure by gz_comp(), or 0 on success. */
149 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
164 if (gz_comp(state, Z_NO_FLUSH) == -1)
209 if (len && gz_comp(state, Z_NO_FLUSH) == -1)
215 if (state->strm.avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
226 if (gz_comp(state, Z_NO_FLUSH) == -1)
421 if (gz_comp(state, Z_NO_FLUSH) == -1)
516 if (gz_comp(state, Z_NO_FLUSH) == -1)
552 (void)gz_comp(state, flush)
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/
gzwrite.c 10 local int gz_comp OF((gz_statep, int));
73 local int gz_comp(state, flush) function
153 allocation failure by gz_comp(), or 0 on success. */
163 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
178 if (gz_comp(state, Z_NO_FLUSH) == -1)
227 if (len && gz_comp(state, Z_NO_FLUSH) == -1)
233 if (state->strm.avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
244 if (gz_comp(state, Z_NO_FLUSH) == -1)
454 if (gz_comp(state, Z_NO_FLUSH) == -1)
553 if (gz_comp(state, Z_NO_FLUSH) == -1
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/
gzwrite.c 10 local int gz_comp OF((gz_statep, int));
73 local int gz_comp(state, flush) function
153 allocation failure by gz_comp(), or 0 on success. */
163 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
178 if (gz_comp(state, Z_NO_FLUSH) == -1)
227 if (len && gz_comp(state, Z_NO_FLUSH) == -1)
233 if (state->strm.avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
244 if (gz_comp(state, Z_NO_FLUSH) == -1)
454 if (gz_comp(state, Z_NO_FLUSH) == -1)
553 if (gz_comp(state, Z_NO_FLUSH) == -1
    [all...]
  /src/external/gpl3/gdb/dist/zlib/
gzwrite.c 65 local int gz_comp(gz_statep state, int flush) { function
142 allocation failure by gz_comp(), or 0 on success. */
149 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
164 if (gz_comp(state, Z_NO_FLUSH) == -1)
209 if (len && gz_comp(state, Z_NO_FLUSH) == -1)
215 if (state->strm.avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
226 if (gz_comp(state, Z_NO_FLUSH) == -1)
421 if (gz_comp(state, Z_NO_FLUSH) == -1)
516 if (gz_comp(state, Z_NO_FLUSH) == -1)
552 (void)gz_comp(state, flush)
    [all...]

Completed in 46 milliseconds