Home
last modified time | relevance | path

Searched refs:update_file_size (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/akira/Akira-0.0.16/src/Widgets/
H A DExportWidget.vala82 update_file_size.begin ();
85 update_file_size.begin ();
104 yield update_file_size ();
107 public async void update_file_size () {
/dports/security/snort3/snort3-3.1.19.0/src/file_api/
H A Dfile_lib.cc464 update_file_size(data_size, position); in process()
492 update_file_size(data_size, position); in process()
554 update_file_size(data_size, position); in process()
590 update_file_size(data_size, position); in process()
746 void FileContext::update_file_size(int data_size, FilePosition position) in update_file_size() function in FileContext
H A Dfile_lib.h137 void update_file_size(int data_size, FilePosition position);
/dports/databases/libgda5/libgda-5.2.10/libgda/
H A Dgda-data-model-dir.c80 static gboolean update_file_size (FileRow *row, const gchar *complete_filename);
439 update_file_size (row, complete_filename);
467 update_file_size (FileRow *row, const gchar *complete_filename)
1167 has_changed = update_file_size (frow, filename);
1275 update_file_size (row, complete_filename);
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/
H A Dgda-data-model-dir.c80 static gboolean update_file_size (FileRow *row, const gchar *complete_filename);
439 update_file_size (row, complete_filename); in update_data_model_real()
467 update_file_size (FileRow *row, const gchar *complete_filename) in update_file_size() function
1167 has_changed = update_file_size (frow, filename); in gda_data_model_dir_set_values()
1275 update_file_size (row, complete_filename); in gda_data_model_dir_append_values()
/dports/databases/libgda5-ui/libgda-5.2.10/libgda/
H A Dgda-data-model-dir.c80 static gboolean update_file_size (FileRow *row, const gchar *complete_filename);
439 update_file_size (row, complete_filename); in update_data_model_real()
467 update_file_size (FileRow *row, const gchar *complete_filename) in update_file_size() function
1167 has_changed = update_file_size (frow, filename); in gda_data_model_dir_set_values()
1275 update_file_size (row, complete_filename); in gda_data_model_dir_append_values()
/dports/databases/libgda5-mysql/libgda-5.2.10/libgda/
H A Dgda-data-model-dir.c80 static gboolean update_file_size (FileRow *row, const gchar *complete_filename);
439 update_file_size (row, complete_filename); in update_data_model_real()
467 update_file_size (FileRow *row, const gchar *complete_filename) in update_file_size() function
1167 has_changed = update_file_size (frow, filename); in gda_data_model_dir_set_values()
1275 update_file_size (row, complete_filename); in gda_data_model_dir_append_values()
/dports/databases/libgda5-jdbc/libgda-5.2.10/libgda/
H A Dgda-data-model-dir.c80 static gboolean update_file_size (FileRow *row, const gchar *complete_filename);
439 update_file_size (row, complete_filename); in update_data_model_real()
467 update_file_size (FileRow *row, const gchar *complete_filename) in update_file_size() function
1167 has_changed = update_file_size (frow, filename); in gda_data_model_dir_set_values()
1275 update_file_size (row, complete_filename); in gda_data_model_dir_append_values()
/dports/databases/libgda5-postgresql/libgda-5.2.10/libgda/
H A Dgda-data-model-dir.c80 static gboolean update_file_size (FileRow *row, const gchar *complete_filename);
439 update_file_size (row, complete_filename);
467 update_file_size (FileRow *row, const gchar *complete_filename)
1167 has_changed = update_file_size (frow, filename);
1275 update_file_size (row, complete_filename);
/dports/databases/libgda5-ldap/libgda-5.2.10/libgda/
H A Dgda-data-model-dir.c80 static gboolean update_file_size (FileRow *row, const gchar *complete_filename);
439 update_file_size (row, complete_filename); in update_data_model_real()
467 update_file_size (FileRow *row, const gchar *complete_filename) in update_file_size() function
1167 has_changed = update_file_size (frow, filename); in gda_data_model_dir_set_values()
1275 update_file_size (row, complete_filename); in gda_data_model_dir_append_values()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/include/
H A Dclone0snapshot.h302 void update_file_size(uint32_t file_index, uint64_t file_size);
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/clone/
H A Dclone0apply.cc912 snapshot->update_file_size(task->m_current_file_index, file_size); in receive_data()
1116 void Clone_Snapshot::update_file_size(uint32_t file_index, uint64_t file_size) { in update_file_size() function in Clone_Snapshot