Searched refs:png_store_file (Results 1 – 1 of 1) sorted by relevance
708 typedef struct png_store_file struct710 struct png_store_file* next; /* as many as you like... */ argument719 } png_store_file; argument779 png_store_file* current; /* Set when reading */792 png_store_file* saved;930 store_freefile(png_store_file **ppf) in store_freefile()971 png_store_file *pf; in store_storefile()977 pf = voidcast(png_store_file*, malloc(sizeof *pf)); in store_storefile()2118 png_store_file *pf = ps->saved; in store_read_set()