Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dpngvalid.c708 typedef struct png_store_file struct
710 struct png_store_file* next; /* as many as you like... */ argument
719 } png_store_file; argument
779 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()