Searched defs:struct_ptr (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngmem.c72 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...]

Completed in 88 milliseconds