Searched refs:struct_ptr (Results 1 - 2 of 2) sorted by relevance
| /openjdk7/jdk/src/share/native/sun/awt/libpng/ |
| H A D | pngmem.c | 72 png_voidp struct_ptr; local 89 struct_ptr = (*(malloc_fn))(png_ptr, (png_uint_32)size); 94 struct_ptr = (png_voidp)farmalloc(size); 95 if (struct_ptr != NULL) 96 png_memset(struct_ptr, 0, size); 98 return (struct_ptr); 103 png_destroy_struct(png_voidp struct_ptr) argument 106 png_destroy_struct_2(struct_ptr, NULL, NULL); 111 png_destroy_struct_2(png_voidp struct_ptr, png_free_ptr free_fn, argument 115 if (struct_ptr ! 421 png_voidp struct_ptr; local 466 png_destroy_struct(png_voidp struct_ptr) argument 474 png_destroy_struct_2(png_voidp struct_ptr, png_free_ptr free_fn, png_voidp mem_ptr) argument [all...] |
| H A D | pngpriv.h | 518 PNG_EXTERN void png_destroy_struct PNGARG((png_voidp struct_ptr)); 523 PNG_EXTERN void png_destroy_struct_2 PNGARG((png_voidp struct_ptr,
|
Completed in 58 milliseconds