gfxinfo           103 ext/standard/image.c static struct gfxinfo *php_handle_gif (php_stream * stream TSRMLS_DC)
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 TSRMLS_DC)
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 TSRMLS_DC)
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 TSRMLS_DC)
gfxinfo           200 ext/standard/image.c 	struct gfxinfo *result = NULL;
gfxinfo           252 ext/standard/image.c 		result = (struct gfxinfo *) ecalloc (1, sizeof (struct gfxinfo));
gfxinfo           270 ext/standard/image.c static struct gfxinfo *php_handle_swf (php_stream * stream TSRMLS_DC)
gfxinfo           272 ext/standard/image.c 	struct gfxinfo *result = NULL;
gfxinfo           282 ext/standard/image.c 	result = (struct gfxinfo *) ecalloc (1, sizeof (struct gfxinfo));
gfxinfo           296 ext/standard/image.c static struct gfxinfo *php_handle_png (php_stream * stream TSRMLS_DC)
gfxinfo           298 ext/standard/image.c 	struct gfxinfo *result = NULL;
gfxinfo           315 ext/standard/image.c 	result = (struct gfxinfo *) ecalloc(1, sizeof(struct gfxinfo));
gfxinfo           474 ext/standard/image.c static struct gfxinfo *php_handle_jpeg (php_stream * stream, zval *info TSRMLS_DC) 
gfxinfo           476 ext/standard/image.c 	struct gfxinfo *result = NULL;
gfxinfo           499 ext/standard/image.c 					result = (struct gfxinfo *) ecalloc(1, sizeof(struct gfxinfo));
gfxinfo           603 ext/standard/image.c static struct gfxinfo *php_handle_jpc(php_stream * stream TSRMLS_DC)
gfxinfo           605 ext/standard/image.c 	struct gfxinfo *result = NULL;
gfxinfo           627 ext/standard/image.c 	result = (struct gfxinfo *)ecalloc(1, sizeof(struct gfxinfo));
gfxinfo           675 ext/standard/image.c static struct gfxinfo *php_handle_jp2(php_stream *stream TSRMLS_DC)
gfxinfo           677 ext/standard/image.c 	struct gfxinfo *result = NULL;
gfxinfo           802 ext/standard/image.c static struct gfxinfo *php_handle_tiff (php_stream * stream, zval *info, int motorola_intel TSRMLS_DC)
gfxinfo           804 ext/standard/image.c 	struct gfxinfo *result = NULL;
gfxinfo           870 ext/standard/image.c 		result = (struct gfxinfo *) ecalloc(1, sizeof(struct gfxinfo));
gfxinfo           883 ext/standard/image.c static struct gfxinfo *php_handle_iff(php_stream * stream TSRMLS_DC)
gfxinfo           885 ext/standard/image.c 	struct gfxinfo * result;
gfxinfo           919 ext/standard/image.c 				result = (struct gfxinfo *) ecalloc(1, sizeof(struct gfxinfo));
gfxinfo           999 ext/standard/image.c static struct gfxinfo *php_handle_wbmp(php_stream * stream TSRMLS_DC)
gfxinfo          1001 ext/standard/image.c 	struct gfxinfo *result = (struct gfxinfo *) ecalloc(1, sizeof(struct gfxinfo));
gfxinfo          1061 ext/standard/image.c 			*result = (struct gfxinfo *) ecalloc(1, sizeof(struct gfxinfo));
gfxinfo          1074 ext/standard/image.c static struct gfxinfo *php_handle_xbm(php_stream * stream TSRMLS_DC)
gfxinfo          1076 ext/standard/image.c 	struct gfxinfo *result;
gfxinfo          1084 ext/standard/image.c static struct gfxinfo *php_handle_ico(php_stream * stream TSRMLS_DC)
gfxinfo          1086 ext/standard/image.c 	struct gfxinfo *result = NULL;
gfxinfo          1098 ext/standard/image.c 	result = (struct gfxinfo *) ecalloc(1, sizeof(struct gfxinfo));
gfxinfo          1300 ext/standard/image.c 	struct gfxinfo *result = NULL;