Home
last modified time | relevance | path

Searched refs:input_memory (Results 1 – 1 of 1) sorted by relevance

/external/libpng/contrib/libtests/
Dpngstest.c555 png_voidp input_memory; member
609 if (image->input_memory != NULL) in freeimage()
611 free(image->input_memory); in freeimage()
612 image->input_memory = NULL; in freeimage()
3062 if (image->input_memory != NULL) in read_file()
3064 if (!png_image_begin_read_from_memory(&image->image, image->input_memory, in read_file()
3188 image->input_memory = b; in read_one_file()
3333 image->input_memory = NULL; in testimage()