Lines Matching refs:instances
536 Replaced some instances of memcpy with simple assignments in pngvcrd (GR-P)
776 Changed several instances of PNG_NO_CONSOLE_ID to PNG_NO_STDIO in pngrutil.c
859 that can have multiple instances (text, sPLT, unknowns).
950 Revised the 3 instances of WRITEFILE in pngtest.c.
1041 Changed all instances of memcpy, strcpy, and strlen to png_memcpy, png_strcpy,
1060 Added checking the results of many instances of png_malloc() for NULL
1826 Changed some instances of PNG_ASSEMBLER_* to PNG_MMX_* in pnggccrd.c
1868 Changed remaining instances of PNG_ASSEMBLER_* to PNG_MMX_*
2229 Combined several instances of png_malloc(); png_memset() into png_calloc().
4817 Fixed a large number of instances where PNGCBAPI was omitted from
5050 Added missing "ptr = NULL" after some instances of png_free().
5157 Added "& 0xff" to many instances of expressions that are typecast
5212 Reformatted some "&0xff" instances to "& 0xff".