gfxinfo           103 ext/standard/image.c static struct gfxinfo *php_handle_gif (php_stream * stream)
gfxinfo           105 ext/standard/image.c 	struct gfxinfo *result = NULL;
gfxinfo           114 ext/standard/image.c 	result = (struct gfxinfo *) ecalloc(1, sizeof(struct gfxinfo));
gfxinfo           126 ext/standard/image.c static struct gfxinfo *php_handle_psd (php_stream * stream)
gfxinfo           128 ext/standard/image.c 	struct gfxinfo *result = NULL;
gfxinfo           137 ext/standard/image.c 	result = (struct gfxinfo *) ecalloc(1, sizeof(struct gfxinfo));
gfxinfo           147 ext/standard/image.c static struct gfxinfo *php_handle_bmp (php_stream * stream)
gfxinfo           149 ext/standard/image.c 	struct gfxinfo *result = NULL;
gfxinfo           161 ext/standard/image.c 		result = (struct gfxinfo *) ecalloc (1, sizeof(struct gfxinfo));
gfxinfo           166 ext/standard/image.c 		result = (struct gfxinfo *) ecalloc (1, sizeof(struct gfxinfo));
gfxinfo           198 ext/standard/image.c static struct gfxinfo *php_handle_swc(php_stream * stream)
gfxinfo           200 ext/standard/image.c 	struct gfxinfo *result = NULL;
gfxinfo           258 ext/standard/image.c 		result = (struct gfxinfo *) ecalloc (1, sizeof (struct gfxinfo));
gfxinfo           276 ext/standard/image.c static struct gfxinfo *php_handle_swf (php_stream * stream)
gfxinfo           278 ext/standard/image.c 	struct gfxinfo *result = NULL;
gfxinfo           288 ext/standard/image.c 	result = (struct gfxinfo *) ecalloc (1, sizeof (struct gfxinfo));
gfxinfo           302 ext/standard/image.c static struct gfxinfo *php_handle_png (php_stream * stream)
gfxinfo           304 ext/standard/image.c 	struct gfxinfo *result = NULL;
gfxinfo           321 ext/standard/image.c 	result = (struct gfxinfo *) ecalloc(1, sizeof(struct gfxinfo));
gfxinfo           480 ext/standard/image.c static struct gfxinfo *php_handle_jpeg (php_stream * stream, zval *info)
gfxinfo           482 ext/standard/image.c 	struct gfxinfo *result = NULL;
gfxinfo           505 ext/standard/image.c 					result = (struct gfxinfo *) ecalloc(1, sizeof(struct gfxinfo));
gfxinfo           609 ext/standard/image.c static struct gfxinfo *php_handle_jpc(php_stream * stream)
gfxinfo           611 ext/standard/image.c 	struct gfxinfo *result = NULL;
gfxinfo           632 ext/standard/image.c 	result = (struct gfxinfo *)ecalloc(1, sizeof(struct gfxinfo));
gfxinfo           680 ext/standard/image.c static struct gfxinfo *php_handle_jp2(php_stream *stream)
gfxinfo           682 ext/standard/image.c 	struct gfxinfo *result = NULL;
gfxinfo           807 ext/standard/image.c static struct gfxinfo *php_handle_tiff (php_stream * stream, zval *info, int motorola_intel)
gfxinfo           809 ext/standard/image.c 	struct gfxinfo *result = NULL;
gfxinfo           875 ext/standard/image.c 		result = (struct gfxinfo *) ecalloc(1, sizeof(struct gfxinfo));
gfxinfo           888 ext/standard/image.c static struct gfxinfo *php_handle_iff(php_stream * stream)
gfxinfo           890 ext/standard/image.c 	struct gfxinfo * result;
gfxinfo           924 ext/standard/image.c 				result = (struct gfxinfo *) ecalloc(1, sizeof(struct gfxinfo));
gfxinfo           949 ext/standard/image.c static int php_get_wbmp(php_stream *stream, struct gfxinfo **result, int check)
gfxinfo          1011 ext/standard/image.c static struct gfxinfo *php_handle_wbmp(php_stream * stream)
gfxinfo          1013 ext/standard/image.c 	struct gfxinfo *result = (struct gfxinfo *) ecalloc(1, sizeof(struct gfxinfo));
gfxinfo          1026 ext/standard/image.c static int php_get_xbm(php_stream *stream, struct gfxinfo **result)
gfxinfo          1073 ext/standard/image.c 			*result = (struct gfxinfo *) ecalloc(1, sizeof(struct gfxinfo));
gfxinfo          1086 ext/standard/image.c static struct gfxinfo *php_handle_xbm(php_stream * stream)
gfxinfo          1088 ext/standard/image.c 	struct gfxinfo *result;
gfxinfo          1096 ext/standard/image.c static struct gfxinfo *php_handle_ico(php_stream * stream)
gfxinfo          1098 ext/standard/image.c 	struct gfxinfo *result = NULL;
gfxinfo          1110 ext/standard/image.c 	result = (struct gfxinfo *) ecalloc(1, sizeof(struct gfxinfo));
gfxinfo          1315 ext/standard/image.c 	struct gfxinfo *result = NULL;