gfxinfo           100 standard/image.c static struct gfxinfo *php_handle_gif (php_stream * stream TSRMLS_DC)
gfxinfo           102 standard/image.c 	struct gfxinfo *result = NULL;
gfxinfo           111 standard/image.c 	result = (struct gfxinfo *) ecalloc(1, sizeof(struct gfxinfo));
gfxinfo           123 standard/image.c static struct gfxinfo *php_handle_psd (php_stream * stream TSRMLS_DC)
gfxinfo           125 standard/image.c 	struct gfxinfo *result = NULL;
gfxinfo           134 standard/image.c 	result = (struct gfxinfo *) ecalloc(1, sizeof(struct gfxinfo));
gfxinfo           144 standard/image.c static struct gfxinfo *php_handle_bmp (php_stream * stream TSRMLS_DC)
gfxinfo           146 standard/image.c 	struct gfxinfo *result = NULL;
gfxinfo           158 standard/image.c 		result = (struct gfxinfo *) ecalloc (1, sizeof(struct gfxinfo));
gfxinfo           163 standard/image.c 		result = (struct gfxinfo *) ecalloc (1, sizeof(struct gfxinfo));
gfxinfo           194 standard/image.c static struct gfxinfo *php_handle_swc(php_stream * stream TSRMLS_DC)
gfxinfo           196 standard/image.c 	struct gfxinfo *result = NULL;
gfxinfo           248 standard/image.c 		result = (struct gfxinfo *) ecalloc (1, sizeof (struct gfxinfo));
gfxinfo           266 standard/image.c static struct gfxinfo *php_handle_swf (php_stream * stream TSRMLS_DC)
gfxinfo           268 standard/image.c 	struct gfxinfo *result = NULL;
gfxinfo           278 standard/image.c 	result = (struct gfxinfo *) ecalloc (1, sizeof (struct gfxinfo));
gfxinfo           292 standard/image.c static struct gfxinfo *php_handle_png (php_stream * stream TSRMLS_DC)
gfxinfo           294 standard/image.c 	struct gfxinfo *result = NULL;
gfxinfo           311 standard/image.c 	result = (struct gfxinfo *) ecalloc(1, sizeof(struct gfxinfo));
gfxinfo           470 standard/image.c static struct gfxinfo *php_handle_jpeg (php_stream * stream, zval *info TSRMLS_DC) 
gfxinfo           472 standard/image.c 	struct gfxinfo *result = NULL;
gfxinfo           495 standard/image.c 					result = (struct gfxinfo *) ecalloc(1, sizeof(struct gfxinfo));
gfxinfo           599 standard/image.c static struct gfxinfo *php_handle_jpc(php_stream * stream TSRMLS_DC)
gfxinfo           601 standard/image.c 	struct gfxinfo *result = NULL;
gfxinfo           623 standard/image.c 	result = (struct gfxinfo *)ecalloc(1, sizeof(struct gfxinfo));
gfxinfo           671 standard/image.c static struct gfxinfo *php_handle_jp2(php_stream *stream TSRMLS_DC)
gfxinfo           673 standard/image.c 	struct gfxinfo *result = NULL;
gfxinfo           798 standard/image.c static struct gfxinfo *php_handle_tiff (php_stream * stream, zval *info, int motorola_intel TSRMLS_DC)
gfxinfo           800 standard/image.c 	struct gfxinfo *result = NULL;
gfxinfo           866 standard/image.c 		result = (struct gfxinfo *) ecalloc(1, sizeof(struct gfxinfo));
gfxinfo           879 standard/image.c static struct gfxinfo *php_handle_iff(php_stream * stream TSRMLS_DC)
gfxinfo           881 standard/image.c 	struct gfxinfo * result;
gfxinfo           915 standard/image.c 				result = (struct gfxinfo *) ecalloc(1, sizeof(struct gfxinfo));
gfxinfo           995 standard/image.c static struct gfxinfo *php_handle_wbmp(php_stream * stream TSRMLS_DC)
gfxinfo           997 standard/image.c 	struct gfxinfo *result = (struct gfxinfo *) ecalloc(1, sizeof(struct gfxinfo));
gfxinfo          1057 standard/image.c 			*result = (struct gfxinfo *) ecalloc(1, sizeof(struct gfxinfo));
gfxinfo          1070 standard/image.c static struct gfxinfo *php_handle_xbm(php_stream * stream TSRMLS_DC)
gfxinfo          1072 standard/image.c 	struct gfxinfo *result;
gfxinfo          1080 standard/image.c static struct gfxinfo *php_handle_ico(php_stream * stream TSRMLS_DC)
gfxinfo          1082 standard/image.c 	struct gfxinfo *result = NULL;
gfxinfo          1094 standard/image.c 	result = (struct gfxinfo *) ecalloc(1, sizeof(struct gfxinfo));
gfxinfo          1296 standard/image.c 	struct gfxinfo *result = NULL;