Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dpngvalid.c707 typedef struct png_store_file struct
709 struct png_store_file* next; /* as many as you like... */ argument
718 } png_store_file; argument
778 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()