Lines Matching defs:TSRMLS_DC

103 static struct gfxinfo *php_handle_gif (php_stream * stream TSRMLS_DC)  in php_handle_gif()
126 static struct gfxinfo *php_handle_psd (php_stream * stream TSRMLS_DC) in php_handle_psd()
147 static struct gfxinfo *php_handle_bmp (php_stream * stream TSRMLS_DC) in php_handle_bmp()
198 static struct gfxinfo *php_handle_swc(php_stream * stream TSRMLS_DC) in php_handle_swc()
270 static struct gfxinfo *php_handle_swf (php_stream * stream TSRMLS_DC) in php_handle_swf()
296 static struct gfxinfo *php_handle_png (php_stream * stream TSRMLS_DC) in php_handle_png()
364 static unsigned short php_read2(php_stream * stream TSRMLS_DC) in php_read2()
377 …hp_next_marker(php_stream * stream, int last_marker, int comment_correction, int ff_read TSRMLS_DC) in php_next_marker()
425 static int php_skip_variable(php_stream * stream TSRMLS_DC) in php_skip_variable()
440 static int php_read_APP(php_stream * stream, unsigned int marker, zval *info TSRMLS_DC) in php_read_APP()
474 static struct gfxinfo *php_handle_jpeg (php_stream * stream, zval *info TSRMLS_DC) in php_handle_jpeg()
563 static unsigned int php_read4(php_stream * stream TSRMLS_DC) in php_read4()
603 static struct gfxinfo *php_handle_jpc(php_stream * stream TSRMLS_DC) in php_handle_jpc()
675 static struct gfxinfo *php_handle_jp2(php_stream *stream TSRMLS_DC) in php_handle_jp2()
802 …tic struct gfxinfo *php_handle_tiff (php_stream * stream, zval *info, int motorola_intel TSRMLS_DC) in php_handle_tiff()
883 static struct gfxinfo *php_handle_iff(php_stream * stream TSRMLS_DC) in php_handle_iff()
944 static int php_get_wbmp(php_stream *stream, struct gfxinfo **result, int check TSRMLS_DC) in php_get_wbmp()
999 static struct gfxinfo *php_handle_wbmp(php_stream * stream TSRMLS_DC) in php_handle_wbmp()
1014 static int php_get_xbm(php_stream *stream, struct gfxinfo **result TSRMLS_DC) in php_get_xbm()
1074 static struct gfxinfo *php_handle_xbm(php_stream * stream TSRMLS_DC) in php_handle_xbm()
1084 static struct gfxinfo *php_handle_ico(php_stream * stream TSRMLS_DC) in php_handle_ico()
1223 PHPAPI int php_getimagetype(php_stream * stream, char *filetype TSRMLS_DC) in php_getimagetype()