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

  /external/libpng/
pngset.c     [all...]
pngstruct.h 433 png_bytep chunk_list; /* List of png_byte[5]; the textual chunk name member in struct:png_struct_def
png.h     [all...]
pngwrite.c 948 png_free(png_ptr, png_ptr->chunk_list);
    [all...]
png.c 896 p_end = png_ptr->chunk_list;
    [all...]
pngread.c     [all...]
  /external/pdfium/samples/fx_lpng/lpng_v163/
fx_pngset.c     [all...]
pngstruct.h 386 png_bytep chunk_list; /* List of png_byte[5]; the textual chunk name member in struct:png_struct_def
fx_pngwrite.c 882 png_free(png_ptr, png_ptr->chunk_list);
    [all...]
png.h     [all...]
fx_png.c 833 p_end = png_ptr->chunk_list;
    [all...]
fx_pngread.c 885 png_free(png_ptr, png_ptr->chunk_list);
    [all...]
  /external/fio/
iolog.h 93 struct flist_head chunk_list; member in struct:io_log
iolog.c 581 INIT_FLIST_HEAD(&l->chunk_list);
812 while (!flist_empty(&log->chunk_list)) {
815 ic = flist_first_entry(&log->chunk_list, struct iolog_compress, list);
1060 flist_splice_tail(&list, &data->log->chunk_list);
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngstruct.h 266 png_bytep chunk_list; member in struct:png_struct_def
png.h     [all...]

Completed in 500 milliseconds