Home
last modified time | relevance | path

Searched refs:set_last_pos (Results 1 – 16 of 16) sorted by relevance

/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Drpl_binlog_sender.h404 void set_last_pos(my_off_t log_pos) in set_last_pos() function
H A Drpl_binlog_sender.cc1121 set_last_pos(my_b_tell(log_cache)); in read_event()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Drpl_binlog_sender.h419 inline void set_last_pos(my_off_t log_pos) in set_last_pos() function
H A Drpl_binlog_sender.cc1255 set_last_pos(my_b_tell(log_cache)); in read_event()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Drpl_binlog_sender.h421 inline void set_last_pos(my_off_t log_pos) in set_last_pos() function
H A Drpl_binlog_sender.cc1345 set_last_pos(my_b_tell(log_cache)); in read_event()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Drpl_binlog_sender.h419 inline void set_last_pos(my_off_t log_pos) in set_last_pos() function
H A Drpl_binlog_sender.cc1255 set_last_pos(my_b_tell(log_cache)); in read_event()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Drpl_binlog_sender.h421 inline void set_last_pos(my_off_t log_pos) in set_last_pos() function
H A Drpl_binlog_sender.cc1345 set_last_pos(my_b_tell(log_cache)); in read_event()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Drpl_binlog_sender.h407 void set_last_pos(my_off_t log_pos) { in set_last_pos() function
H A Drpl_binlog_sender.cc1093 set_last_pos(reader->position()); in read_event()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Drpl_binlog_sender.h421 inline void set_last_pos(my_off_t log_pos) in set_last_pos() function
H A Drpl_binlog_sender.cc1345 set_last_pos(my_b_tell(log_cache)); in read_event()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DGCode.hpp210 void set_last_pos(const Point &pos) { m_last_pos = pos; m_last_pos_defined = true; } in set_last_pos() function in Slic3r::GCode
H A DGCode.cpp190 gcodegen.set_last_pos(wipe_path.points.back()); in wipe()
320 gcodegen.set_last_pos(wipe_tower_point_to_object_point(gcodegen, end_pos)); in append_tcr()
2703 this->set_last_pos(path.last_point()); in _extrude()
2757 this->set_last_pos(travel.points.back()); in travel_to()