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

  /external/libpng/
pngstruct.h 442 png_alloc_size_t user_chunk_malloc_max; member in struct:png_struct_def
pngset.c     [all...]
pngrutil.c 617 if (png_ptr->user_chunk_malloc_max > 0 &&
618 png_ptr->user_chunk_malloc_max < limit)
619 limit = png_ptr->user_chunk_malloc_max;
    [all...]
png.c 259 create_struct.user_chunk_malloc_max = PNG_USER_CHUNK_MALLOC_MAX;
    [all...]
pngget.c 1187 return (png_ptr ? png_ptr->user_chunk_malloc_max : 0);
    [all...]
  /external/pdfium/third_party/libpng16/
pngstruct.h 442 png_alloc_size_t user_chunk_malloc_max; member in struct:png_struct_def
pngset.c     [all...]
pngrutil.c 616 if (png_ptr->user_chunk_malloc_max > 0 &&
617 png_ptr->user_chunk_malloc_max < limit)
618 limit = png_ptr->user_chunk_malloc_max;
    [all...]
pngget.c 1187 return (png_ptr ? png_ptr->user_chunk_malloc_max : 0);
    [all...]
png.c 259 create_struct.user_chunk_malloc_max = PNG_USER_CHUNK_MALLOC_MAX;
    [all...]
  /external/skia/third_party/libpng/
pngstruct.h 442 png_alloc_size_t user_chunk_malloc_max; member in struct:png_struct_def
pngset.c     [all...]
pngrutil.c 616 if (png_ptr->user_chunk_malloc_max > 0 &&
617 png_ptr->user_chunk_malloc_max < limit)
618 limit = png_ptr->user_chunk_malloc_max;
    [all...]
pngget.c 1187 return (png_ptr ? png_ptr->user_chunk_malloc_max : 0);
    [all...]
png.c 259 create_struct.user_chunk_malloc_max = PNG_USER_CHUNK_MALLOC_MAX;
    [all...]
  /external/syslinux/com32/lib/libpng/
pngrutil.c 343 if (png_ptr->user_chunk_malloc_max &&
344 (prefix_size + expanded_size >= png_ptr->user_chunk_malloc_max - 1))
    [all...]
pngread.c 78 png_ptr->user_chunk_malloc_max = PNG_USER_CHUNK_MALLOC_MAX;
    [all...]

Completed in 356 milliseconds