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

  /external/libpng/
pngconf.h 879 #ifndef PNG_USER_CHUNK_MALLOC_MAX
880 # define PNG_USER_CHUNK_MALLOC_MAX 0
    [all...]
pngrutil.c 363 # ifdef PNG_USER_CHUNK_MALLOC_MAX
364 if ((PNG_USER_CHUNK_MALLOC_MAX > 0) &&
365 prefix_size + expanded_size >= PNG_USER_CHUNK_MALLOC_MAX - 1)
376 defined(PNG_USER_CHUNK_MALLOC_MAX)
    [all...]
pngread.c 78 png_ptr->user_chunk_malloc_max = PNG_USER_CHUNK_MALLOC_MAX;
    [all...]

Completed in 42 milliseconds