Home | History | Annotate | Download | only in libpng

Lines Matching refs:pointers

132   fixed order of error function pointers to match documentation
273 Added pointers to "note on libpng versions" in makefile.lnx and README
432 Removed ansi2knr.c and left pointers to the latest source for ansi2knr.c
2313 Zero out some arrays of pointers after png_malloc(). (Tavis Ormandy)
2316 Zero out more arrays of pointers after png_malloc().
2319 Use png_memset() instead of a loop to intialize pointers. We realize