Searched defs:bytes_written (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/
H A Dwinconsole.cpp56 DWORD bytes_read, bytes_written; local
63 if (!WriteFile(info->echo_write, buffer, bytes_read, &bytes_written, NULL)) {
H A Dfile.cpp753 GnomeVFSFileSize bytes_written; local
798 result = gnome_vfs_write (to_handle, buffer, bytes_read, &bytes_written);
805 if (bytes_read != bytes_written){
/inkscape/src/io/
H A Dsys.cpp317 gsize *bytes_written,
322 gchar *newFileName = g_locale_to_utf8( opsysstring, len, bytes_read, bytes_written, error );
314 locale_to_utf8_fallback( const gchar *opsysstring, gssize len, gsize *bytes_read, gsize *bytes_written, GError **error ) argument

Completed in 144 milliseconds