Home | History | Annotate | Download | only in libtests

Lines Matching refs:input_memory

555    png_voidp   input_memory;
609 if (image->input_memory != NULL)
611 free(image->input_memory);
612 image->input_memory = NULL;
3054 * input_memory have been set.
3062 if (image->input_memory != NULL)
3064 if (!png_image_begin_read_from_memory(&image->image, image->input_memory,
3188 image->input_memory = b;
3333 image->input_memory = NULL;