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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngmem.c44 png_voidp struct_ptr; local
59 struct_ptr = (*(malloc_fn))(png_ptr, (png_uint_32)size);
63 struct_ptr = (png_voidp)farmalloc(size);
64 if (struct_ptr != NULL)
65 png_memset(struct_ptr, 0, size);
66 return (struct_ptr);
71 png_destroy_struct(png_voidp struct_ptr) argument
74 png_destroy_struct_2(struct_ptr, png_free_ptr_NULL, png_voidp_NULL);
79 png_destroy_struct_2(png_voidp struct_ptr, png_free_ptr free_fn, argument
83 if (struct_ptr !
362 png_voidp struct_ptr; local
402 png_destroy_struct(png_voidp struct_ptr) argument
410 png_destroy_struct_2(png_voidp struct_ptr, png_free_ptr free_fn, png_voidp mem_ptr) argument
[all...]
H A Dpng.h3150 PNG_EXTERN void png_destroy_struct PNGARG((png_voidp struct_ptr)) PNG_PRIVATE;
3154 PNG_EXTERN void png_destroy_struct_2 PNGARG((png_voidp struct_ptr,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngmem.c39 png_voidp struct_ptr; local
54 struct_ptr = (*(malloc_fn))(png_ptr, (png_uint_32)size);
58 struct_ptr = (png_voidp)farmalloc(size);
59 if (struct_ptr != NULL)
60 png_memset(struct_ptr, 0, size);
61 return (struct_ptr);
66 png_destroy_struct(png_voidp struct_ptr) argument
69 png_destroy_struct_2(struct_ptr, png_free_ptr_NULL, png_voidp_NULL);
74 png_destroy_struct_2(png_voidp struct_ptr, png_free_ptr free_fn, argument
78 if (struct_ptr !
339 png_voidp struct_ptr; local
379 png_destroy_struct(png_voidp struct_ptr) argument
387 png_destroy_struct_2(png_voidp struct_ptr, png_free_ptr free_fn, png_voidp mem_ptr) argument
[all...]
H A Dpng.h2765 PNG_EXTERN void png_destroy_struct PNGARG((png_voidp struct_ptr));
2769 PNG_EXTERN void png_destroy_struct_2 PNGARG((png_voidp struct_ptr,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dass_split.c241 uint8_t *ptr, *struct_ptr = realloc_section_array(ctx); local
242 if (!struct_ptr) return NULL;
250 ptr = struct_ptr + section->fields[order[i]].offset;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/lib/
H A Dchecksum_32.S574 ld [%sp + 168], %o2 ! struct_ptr of parent

Completed in 303 milliseconds