Searched refs:png_store_file (Results 1 – 1 of 1) sorted by relevance
707 typedef struct png_store_file struct709 struct png_store_file* next; /* as many as you like... */ argument718 } png_store_file; argument778 png_store_file* current; /* Set when reading */791 png_store_file* saved;929 store_freefile(png_store_file **ppf) in store_freefile()970 png_store_file *pf; in store_storefile()976 pf = voidcast(png_store_file*, malloc(sizeof *pf)); in store_storefile()2117 png_store_file *pf = ps->saved; in store_read_set()