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