Home
last modified time | relevance | path

Searched refs:copy_str_and_move (Results 1 – 19 of 19) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/libbinlogevents/src/
H A Dstatement_events.cpp98 static void copy_str_and_move(Log_event_header::Byte **dst, const char **src, in copy_str_and_move() function
390 copy_str_and_move(&start, &catalog, catalog_len); in fill_data_buf()
392 copy_str_and_move(&start, &time_zone_str, time_zone_len); in fill_data_buf()
393 if (user_len > 0) copy_str_and_move(&start, &user, user_len); in fill_data_buf()
394 if (host_len > 0) copy_str_and_move(&start, &host, host_len); in fill_data_buf()
396 if (db_len > 0 && db) copy_str_and_move(&start, &db, db_len); in fill_data_buf()
397 if (q_len > 0 && query) copy_str_and_move(&start, &query, q_len); in fill_data_buf()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/libbinlogevents/src/
H A Dstatement_events.cpp85 static void copy_str_and_move(Log_event_header::Byte **dst, in copy_str_and_move() function
449 copy_str_and_move(&start, &catalog, catalog_len); in fill_data_buf()
451 copy_str_and_move(&start, &time_zone_str, time_zone_len); in fill_data_buf()
453 copy_str_and_move(&start, &user, user_len); in fill_data_buf()
455 copy_str_and_move(&start, &host, host_len); in fill_data_buf()
459 copy_str_and_move(&start, &db, db_len); in fill_data_buf()
461 copy_str_and_move(&start, &query, q_len); in fill_data_buf()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/libbinlogevents/src/
H A Dstatement_events.cpp85 static void copy_str_and_move(Log_event_header::Byte **dst, in copy_str_and_move() function
449 copy_str_and_move(&start, &catalog, catalog_len); in fill_data_buf()
451 copy_str_and_move(&start, &time_zone_str, time_zone_len); in fill_data_buf()
453 copy_str_and_move(&start, &user, user_len); in fill_data_buf()
455 copy_str_and_move(&start, &host, host_len); in fill_data_buf()
459 copy_str_and_move(&start, &db, db_len); in fill_data_buf()
461 copy_str_and_move(&start, &query, q_len); in fill_data_buf()
/dports/databases/percona57-server/percona-server-5.7.36-39/libbinlogevents/src/
H A Dstatement_events.cpp85 static void copy_str_and_move(Log_event_header::Byte **dst, in copy_str_and_move() function
449 copy_str_and_move(&start, &catalog, catalog_len); in fill_data_buf()
451 copy_str_and_move(&start, &time_zone_str, time_zone_len); in fill_data_buf()
453 copy_str_and_move(&start, &user, user_len); in fill_data_buf()
455 copy_str_and_move(&start, &host, host_len); in fill_data_buf()
459 copy_str_and_move(&start, &db, db_len); in fill_data_buf()
461 copy_str_and_move(&start, &query, q_len); in fill_data_buf()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/libbinlogevents/src/
H A Dstatement_events.cpp85 static void copy_str_and_move(Log_event_header::Byte **dst, in copy_str_and_move() function
449 copy_str_and_move(&start, &catalog, catalog_len); in fill_data_buf()
451 copy_str_and_move(&start, &time_zone_str, time_zone_len); in fill_data_buf()
453 copy_str_and_move(&start, &user, user_len); in fill_data_buf()
455 copy_str_and_move(&start, &host, host_len); in fill_data_buf()
459 copy_str_and_move(&start, &db, db_len); in fill_data_buf()
461 copy_str_and_move(&start, &query, q_len); in fill_data_buf()
/dports/databases/percona57-client/percona-server-5.7.36-39/libbinlogevents/src/
H A Dstatement_events.cpp85 static void copy_str_and_move(Log_event_header::Byte **dst, in copy_str_and_move() function
449 copy_str_and_move(&start, &catalog, catalog_len); in fill_data_buf()
451 copy_str_and_move(&start, &time_zone_str, time_zone_len); in fill_data_buf()
453 copy_str_and_move(&start, &user, user_len); in fill_data_buf()
455 copy_str_and_move(&start, &host, host_len); in fill_data_buf()
459 copy_str_and_move(&start, &db, db_len); in fill_data_buf()
461 copy_str_and_move(&start, &query, q_len); in fill_data_buf()
/dports/databases/mysql57-client/mysql-5.7.36/libbinlogevents/src/
H A Dstatement_events.cpp85 static void copy_str_and_move(Log_event_header::Byte **dst, in copy_str_and_move() function
449 copy_str_and_move(&start, &catalog, catalog_len); in fill_data_buf()
451 copy_str_and_move(&start, &time_zone_str, time_zone_len); in fill_data_buf()
453 copy_str_and_move(&start, &user, user_len); in fill_data_buf()
455 copy_str_and_move(&start, &host, host_len); in fill_data_buf()
459 copy_str_and_move(&start, &db, db_len); in fill_data_buf()
461 copy_str_and_move(&start, &query, q_len); in fill_data_buf()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dlog_event.cc1365 static void copy_str_and_move(const char **src, in copy_str_and_move() function
1704 copy_str_and_move(&catalog, &start, catalog_len); in Query_log_event()
1713 copy_str_and_move(&time_zone_str, &start, time_zone_len); in Query_log_event()
1717 copy_str_and_move(&user.str, &start, user.length); in Query_log_event()
1726 copy_str_and_move(&host.str, &start, host.length); in Query_log_event()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dlog_event.cc1365 static void copy_str_and_move(const char **src, in copy_str_and_move() function
1704 copy_str_and_move(&catalog, &start, catalog_len); in Query_log_event()
1713 copy_str_and_move(&time_zone_str, &start, time_zone_len); in Query_log_event()
1717 copy_str_and_move(&user.str, &start, user.length); in Query_log_event()
1726 copy_str_and_move(&host.str, &start, host.length); in Query_log_event()
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dlog_event.cc2702 static void copy_str_and_move(const char **src, in copy_str_and_move() function
2998 copy_str_and_move(&catalog, &start, catalog_len); in Query_log_event()
3007 copy_str_and_move(&time_zone_str, &start, time_zone_len); in Query_log_event()
3010 copy_str_and_move((const char **)&(user.str), &start, user.length); in Query_log_event()
3012 copy_str_and_move((const char **)&(host.str), &start, host.length); in Query_log_event()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dlog_event.cc3880 static void copy_str_and_move(const char **src, in copy_str_and_move() function
4236 copy_str_and_move(&catalog, &start, catalog_len); in Query_log_event()
4245 copy_str_and_move(&time_zone_str, &start, time_zone_len); in Query_log_event()
4248 copy_str_and_move((const char **)&(user.str), &start, user.length); in Query_log_event()
4250 copy_str_and_move((const char **)&(host.str), &start, host.length); in Query_log_event()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dlog_event.cc3880 static void copy_str_and_move(const char **src, in copy_str_and_move() function
4236 copy_str_and_move(&catalog, &start, catalog_len); in Query_log_event()
4245 copy_str_and_move(&time_zone_str, &start, time_zone_len); in Query_log_event()
4248 copy_str_and_move((const char **)&(user.str), &start, user.length); in Query_log_event()
4250 copy_str_and_move((const char **)&(host.str), &start, host.length); in Query_log_event()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dlog_event.cc3880 static void copy_str_and_move(const char **src, in copy_str_and_move() function
4236 copy_str_and_move(&catalog, &start, catalog_len); in Query_log_event()
4245 copy_str_and_move(&time_zone_str, &start, time_zone_len); in Query_log_event()
4248 copy_str_and_move((const char **)&(user.str), &start, user.length); in Query_log_event()
4250 copy_str_and_move((const char **)&(host.str), &start, host.length); in Query_log_event()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dlog_event.cc3870 static void copy_str_and_move(const char **src, in copy_str_and_move() function
4217 copy_str_and_move(&catalog, &start, catalog_len); in Query_log_event()
4226 copy_str_and_move(&time_zone_str, &start, time_zone_len); in Query_log_event()
4229 copy_str_and_move((const char **)&(user.str), &start, user.length); in Query_log_event()
4231 copy_str_and_move((const char **)&(host.str), &start, host.length); in Query_log_event()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dlog_event.cc3859 static void copy_str_and_move(const char **src, in copy_str_and_move() function
4206 copy_str_and_move(&catalog, &start, catalog_len); in Query_log_event()
4215 copy_str_and_move(&time_zone_str, &start, time_zone_len); in Query_log_event()
4218 copy_str_and_move((const char **)&(user.str), &start, user.length); in Query_log_event()
4220 copy_str_and_move((const char **)&(host.str), &start, host.length); in Query_log_event()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dlog_event.cc4547 static void copy_str_and_move(const char **src, in copy_str_and_move() function
4884 copy_str_and_move(&catalog, &start, catalog_len); in Query_log_event()
4893 copy_str_and_move(&time_zone_str, &start, time_zone_len); in Query_log_event()
4897 copy_str_and_move(&user.str, &start, user.length); in Query_log_event()
4906 copy_str_and_move(&host.str, &start, host.length); in Query_log_event()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dlog_event.cc4547 static void copy_str_and_move(const char **src, in copy_str_and_move() function
4884 copy_str_and_move(&catalog, &start, catalog_len); in Query_log_event()
4893 copy_str_and_move(&time_zone_str, &start, time_zone_len); in Query_log_event()
4897 copy_str_and_move(&user.str, &start, user.length); in Query_log_event()
4906 copy_str_and_move(&host.str, &start, host.length); in Query_log_event()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dlog_event.cc4536 static void copy_str_and_move(const char **src, in copy_str_and_move() function
4849 copy_str_and_move(&catalog, &start, catalog_len); in Query_log_event()
4858 copy_str_and_move(&time_zone_str, &start, time_zone_len); in Query_log_event()
4862 copy_str_and_move(&user.str, &start, user.length); in Query_log_event()
4871 copy_str_and_move(&host.str, &start, host.length); in Query_log_event()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dlog_event.cc4536 static void copy_str_and_move(const char **src,
4849 copy_str_and_move(&catalog, &start, catalog_len);
4858 copy_str_and_move(&time_zone_str, &start, time_zone_len);
4862 copy_str_and_move(&user.str, &start, user.length);
4871 copy_str_and_move(&host.str, &start, host.length);