Home
last modified time | relevance | path

Searched refs:vips_file_length (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/vips/vips-8.12.0/libvips/iofuncs/
H A Dvips.c783 if( (length = vips_file_length( im->fd )) == -1 ) in vips__write_extension_block()
1050 if( (rsize = vips_file_length( image->fd )) == -1 ) in vips_image_open_input()
H A Dutil.c536 vips_file_length( int fd ) function
738 len = vips_file_length( fileno( fp ) );
H A Dimage.c972 if( (image->file_length = vips_file_length( image->fd )) == -1 ) in vips_image_build()
/dports/graphics/vips/vips-8.12.0/libvips/include/vips/
H A Dutil.h252 gint64 vips_file_length( int fd );
H A Dvips7compat.h557 #define im_file_length vips_file_length