gfxinfo            96 ext/standard/image.c static struct gfxinfo *php_handle_gif (php_stream * stream TSRMLS_DC)
gfxinfo            98 ext/standard/image.c 	struct gfxinfo *result = NULL;
gfxinfo           107 ext/standard/image.c 	result = (struct gfxinfo *) ecalloc(1, sizeof(struct gfxinfo));
gfxinfo           119 ext/standard/image.c static struct gfxinfo *php_handle_psd (php_stream * stream TSRMLS_DC)
gfxinfo           121 ext/standard/image.c 	struct gfxinfo *result = NULL;
gfxinfo           130 ext/standard/image.c 	result = (struct gfxinfo *) ecalloc(1, sizeof(struct gfxinfo));
gfxinfo           140 ext/standard/image.c static struct gfxinfo *php_handle_bmp (php_stream * stream TSRMLS_DC)
gfxinfo           142 ext/standard/image.c 	struct gfxinfo *result = NULL;
gfxinfo           154 ext/standard/image.c 		result = (struct gfxinfo *) ecalloc (1, sizeof(struct gfxinfo));
gfxinfo           159 ext/standard/image.c 		result = (struct gfxinfo *) ecalloc (1, sizeof(struct gfxinfo));
gfxinfo           190 ext/standard/image.c static struct gfxinfo *php_handle_swc(php_stream * stream TSRMLS_DC)
gfxinfo           192 ext/standard/image.c 	struct gfxinfo *result = NULL;
gfxinfo           244 ext/standard/image.c 		result = (struct gfxinfo *) ecalloc (1, sizeof (struct gfxinfo));
gfxinfo           262 ext/standard/image.c static struct gfxinfo *php_handle_swf (php_stream * stream TSRMLS_DC)
gfxinfo           264 ext/standard/image.c 	struct gfxinfo *result = NULL;
gfxinfo           274 ext/standard/image.c 	result = (struct gfxinfo *) ecalloc (1, sizeof (struct gfxinfo));
gfxinfo           288 ext/standard/image.c static struct gfxinfo *php_handle_png (php_stream * stream TSRMLS_DC)
gfxinfo           290 ext/standard/image.c 	struct gfxinfo *result = NULL;
gfxinfo           307 ext/standard/image.c 	result = (struct gfxinfo *) ecalloc(1, sizeof(struct gfxinfo));
gfxinfo           471 ext/standard/image.c static struct gfxinfo *php_handle_jpeg (php_stream * stream, zval *info TSRMLS_DC) 
gfxinfo           473 ext/standard/image.c 	struct gfxinfo *result = NULL;
gfxinfo           496 ext/standard/image.c 					result = (struct gfxinfo *) ecalloc(1, sizeof(struct gfxinfo));
gfxinfo           600 ext/standard/image.c static struct gfxinfo *php_handle_jpc(php_stream * stream TSRMLS_DC)
gfxinfo           602 ext/standard/image.c 	struct gfxinfo *result = NULL;
gfxinfo           624 ext/standard/image.c 	result = (struct gfxinfo *)ecalloc(1, sizeof(struct gfxinfo));
gfxinfo           672 ext/standard/image.c static struct gfxinfo *php_handle_jp2(php_stream *stream TSRMLS_DC)
gfxinfo           674 ext/standard/image.c 	struct gfxinfo *result = NULL;
gfxinfo           799 ext/standard/image.c static struct gfxinfo *php_handle_tiff (php_stream * stream, zval *info, int motorola_intel TSRMLS_DC)
gfxinfo           801 ext/standard/image.c 	struct gfxinfo *result = NULL;
gfxinfo           867 ext/standard/image.c 		result = (struct gfxinfo *) ecalloc(1, sizeof(struct gfxinfo));
gfxinfo           880 ext/standard/image.c static struct gfxinfo *php_handle_iff(php_stream * stream TSRMLS_DC)
gfxinfo           882 ext/standard/image.c 	struct gfxinfo * result;
gfxinfo           916 ext/standard/image.c 				result = (struct gfxinfo *) ecalloc(1, sizeof(struct gfxinfo));
gfxinfo           996 ext/standard/image.c static struct gfxinfo *php_handle_wbmp(php_stream * stream TSRMLS_DC)
gfxinfo           998 ext/standard/image.c 	struct gfxinfo *result = (struct gfxinfo *) ecalloc(1, sizeof(struct gfxinfo));
gfxinfo          1058 ext/standard/image.c 			*result = (struct gfxinfo *) ecalloc(1, sizeof(struct gfxinfo));
gfxinfo          1071 ext/standard/image.c static struct gfxinfo *php_handle_xbm(php_stream * stream TSRMLS_DC)
gfxinfo          1073 ext/standard/image.c 	struct gfxinfo *result;
gfxinfo          1262 ext/standard/image.c 	struct gfxinfo *result = NULL;