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

  /src/external/gpl3/binutils.old/dist/zlib/examples/
zran.h 10 struct deflate_index { struct
26 int deflate_index_build(FILE *in, off_t span, struct deflate_index **built);
29 void deflate_index_free(struct deflate_index *index);
39 int deflate_index_extract(FILE *in, struct deflate_index *index, off_t offset,
  /src/external/gpl3/gdb.old/dist/zlib/examples/
zran.h 10 struct deflate_index { struct
26 int deflate_index_build(FILE *in, off_t span, struct deflate_index **built);
29 void deflate_index_free(struct deflate_index *index);
39 int deflate_index_extract(FILE *in, struct deflate_index *index, off_t offset,
  /src/external/gpl3/binutils/dist/zlib/examples/
zran.h 18 struct deflate_index { struct
34 int deflate_index_build(FILE *in, off_t span, struct deflate_index **built);
47 ptrdiff_t deflate_index_extract(FILE *in, struct deflate_index *index,
51 void deflate_index_free(struct deflate_index *index);
  /src/external/gpl3/gdb/dist/zlib/examples/
zran.h 18 struct deflate_index { struct
34 int deflate_index_build(FILE *in, off_t span, struct deflate_index **built);
47 ptrdiff_t deflate_index_extract(FILE *in, struct deflate_index *index,
51 void deflate_index_free(struct deflate_index *index);
  /src/common/dist/zlib/examples/
zran.h 19 struct deflate_index { struct
36 int deflate_index_build(FILE *in, off_t span, struct deflate_index **built);
49 ptrdiff_t deflate_index_extract(FILE *in, struct deflate_index *index,
53 void deflate_index_free(struct deflate_index *index);

Completed in 18 milliseconds