Lines Matching defs:stream

69 static struct gfxinfo *php_handle_gif (php_stream * stream)  in php_handle_gif()
91 static struct gfxinfo *php_handle_psd (php_stream * stream) in php_handle_psd()
111 static struct gfxinfo *php_handle_bmp (php_stream * stream) in php_handle_bmp()
161 static struct gfxinfo *php_handle_swc(php_stream * stream) in php_handle_swc()
242 static struct gfxinfo *php_handle_swf (php_stream * stream) in php_handle_swf()
268 static struct gfxinfo *php_handle_png (php_stream * stream) in php_handle_png()
335 static unsigned short php_read2(php_stream * stream) in php_read2()
348 static unsigned int php_next_marker(php_stream * stream, int last_marker, int ff_read) in php_next_marker()
384 static int php_skip_variable(php_stream * stream) in php_skip_variable()
397 static size_t php_read_stream_all_chunks(php_stream *stream, char *buffer, size_t length) in php_read_stream_all_chunks()
412 static int php_read_APP(php_stream * stream, unsigned int marker, zval *info) in php_read_APP()
446 static struct gfxinfo *php_handle_jpeg (php_stream * stream, zval *info) in php_handle_jpeg()
534 static unsigned int php_read4(php_stream * stream) in php_read4()
574 static struct gfxinfo *php_handle_jpc(php_stream * stream) in php_handle_jpc()
645 static struct gfxinfo *php_handle_jp2(php_stream *stream) in php_handle_jp2()
771 static struct gfxinfo *php_handle_tiff (php_stream * stream, zval *info, int motorola_intel) in php_handle_tiff()
851 static struct gfxinfo *php_handle_iff(php_stream * stream) in php_handle_iff()
912 static int php_get_wbmp(php_stream *stream, struct gfxinfo **result, int check) in php_get_wbmp()
973 static struct gfxinfo *php_handle_wbmp(php_stream * stream) in php_handle_wbmp()
987 static int php_get_xbm(php_stream *stream, struct gfxinfo **result) in php_get_xbm()
1046 static struct gfxinfo *php_handle_xbm(php_stream * stream) in php_handle_xbm()
1055 static struct gfxinfo *php_handle_ico(php_stream * stream) in php_handle_ico()
1096 static struct gfxinfo *php_handle_webp(php_stream * stream) in php_handle_webp()
1143 php_stream* stream; member
1147 static const uint8_t* php_avif_stream_read(void* stream, size_t num_bytes) { in php_avif_stream_read()
1160 static void php_avif_stream_skip(void* stream, size_t num_bytes) { in php_avif_stream_skip()
1181 static struct gfxinfo *php_handle_avif(php_stream * stream) { in php_handle_avif()
1204 bool php_is_image_avif(php_stream* stream) { in php_is_image_avif()
1349 PHPAPI int php_getimagetype(php_stream *stream, const char *input, char *filetype) in php_getimagetype()
1443 static void php_getimagesize_from_stream(php_stream *stream, char *input, zval *info, INTERNAL_FUNC… in php_getimagesize_from_stream()
1546 php_stream *stream = NULL; in php_getimagesize_from_any() local