Home
last modified time | relevance | path

Searched refs:tables_end (Results 1 – 25 of 27) sorted by relevance

12

/dports/databases/xapian-core12/xapian-core-1.2.25/bin/
H A Dxapian-chert-update.cc454 const table_list * tables_end = tables + in main() local
457 for (const table_list * t = tables; t < tables_end; ++t) { in main()
/dports/databases/xapian-core/xapian-core-1.4.18/backends/chert/
H A Dchert_compact.cc807 const table_list * tables_end = tables + in compact() local
842 tabs.reserve(tables_end - tables); in compact()
843 for (const table_list * t = tables; t < tables_end; ++t) { in compact()
/dports/databases/xapian-core/xapian-core-1.4.18/backends/glass/
H A Dglass_compact.cc804 const table_list * tables_end = tables + in compact() local
870 tabs.reserve(tables_end - tables); in compact()
872 for (const table_list * t = tables; t < tables_end; ++t) { in compact()
/dports/databases/xapian-core12/xapian-core-1.2.25/backends/flint/
H A Dflint_compact.cc671 const table_list * tables_end = tables + in compact_flint() local
674 for (const table_list * t = tables; t < tables_end; ++t) { in compact_flint()
/dports/databases/xapian-core12/xapian-core-1.2.25/backends/brass/
H A Dbrass_compact.cc850 const table_list * tables_end = tables + in compact_brass() local
853 for (const table_list * t = tables; t < tables_end; ++t) { in compact_brass()
/dports/databases/xapian-core12/xapian-core-1.2.25/backends/chert/
H A Dchert_compact.cc854 const table_list * tables_end = tables + in compact_chert() local
857 for (const table_list * t = tables; t < tables_end; ++t) { in compact_chert()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_base.h265 TABLE_LIST *tables_end,
H A Dsql_base.cc5205 TABLE_LIST *tables_end, in get_and_lock_tablespace_names() argument
5227 for (table = tables_start; table && table != tables_end; in get_and_lock_tablespace_names()
5319 TABLE_LIST *tables_end, ulong lock_wait_timeout, in lock_table_names() argument
5346 for (table = tables_start; table && table != tables_end; in lock_table_names()
5445 return get_and_lock_tablespace_names(thd, tables_start, tables_end, in lock_table_names()
5464 TABLE_LIST *tables_end) { in open_tables_check_upgradable_mdl() argument
5469 for (table = tables_start; table && table != tables_end; in open_tables_check_upgradable_mdl()
5524 TABLE_LIST *tables_end) { in acquire_backup_lock_in_lock_tables_mode() argument
5528 for (table = tables_start; table && table != tables_end; in acquire_backup_lock_in_lock_tables_mode()
/dports/www/node10/node-v10.24.1/deps/v8/src/wasm/
H A Dmodule-decoder.cc1490 const byte* tables_end) { in DecodeAsmJsOffsets() argument
1493 Decoder decoder(tables_start, tables_end); in DecodeAsmJsOffsets()
1496 if (functions_count < static_cast<unsigned>(tables_end - tables_start)) { in DecodeAsmJsOffsets()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_base.cc5454 TABLE_LIST *tables_end, in get_and_lock_tablespace_names() argument
5479 for (table= tables_start; table && table != tables_end; in get_and_lock_tablespace_names()
5573 TABLE_LIST *tables_start, TABLE_LIST *tables_end, in lock_table_names() argument
5586 for (table= tables_start; table && table != tables_end; in lock_table_names()
5678 thd, tables_start, tables_end, lock_wait_timeout, flags); in lock_table_names()
5700 TABLE_LIST *tables_end, uint flags) in open_tables_check_upgradable_mdl() argument
5706 for (table= tables_start; table && table != tables_end; in open_tables_check_upgradable_mdl()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_base.cc5457 TABLE_LIST *tables_end, in get_and_lock_tablespace_names() argument
5482 for (table= tables_start; table && table != tables_end; in get_and_lock_tablespace_names()
5576 TABLE_LIST *tables_start, TABLE_LIST *tables_end, in lock_table_names() argument
5589 for (table= tables_start; table && table != tables_end; in lock_table_names()
5681 thd, tables_start, tables_end, lock_wait_timeout, flags); in lock_table_names()
5703 TABLE_LIST *tables_end, uint flags) in open_tables_check_upgradable_mdl() argument
5709 for (table= tables_start; table && table != tables_end; in open_tables_check_upgradable_mdl()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_base.cc5454 TABLE_LIST *tables_end, in get_and_lock_tablespace_names() argument
5479 for (table= tables_start; table && table != tables_end; in get_and_lock_tablespace_names()
5573 TABLE_LIST *tables_start, TABLE_LIST *tables_end, in lock_table_names() argument
5586 for (table= tables_start; table && table != tables_end; in lock_table_names()
5678 thd, tables_start, tables_end, lock_wait_timeout, flags); in lock_table_names()
5700 TABLE_LIST *tables_end, uint flags) in open_tables_check_upgradable_mdl() argument
5706 for (table= tables_start; table && table != tables_end; in open_tables_check_upgradable_mdl()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsql_base.cc5517 TABLE_LIST *tables_end, in get_and_lock_tablespace_names() argument
5542 for (table= tables_start; table && table != tables_end; in get_and_lock_tablespace_names()
5636 TABLE_LIST *tables_start, TABLE_LIST *tables_end, in lock_table_names() argument
5650 for (table= tables_start; table && table != tables_end; in lock_table_names()
5748 thd, tables_start, tables_end, lock_wait_timeout, flags); in lock_table_names()
5770 TABLE_LIST *tables_end, uint flags) in open_tables_check_upgradable_mdl() argument
5776 for (table= tables_start; table && table != tables_end; in open_tables_check_upgradable_mdl()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsql_base.cc5517 TABLE_LIST *tables_end, in get_and_lock_tablespace_names() argument
5542 for (table= tables_start; table && table != tables_end; in get_and_lock_tablespace_names()
5636 TABLE_LIST *tables_start, TABLE_LIST *tables_end, in lock_table_names() argument
5650 for (table= tables_start; table && table != tables_end; in lock_table_names()
5748 thd, tables_start, tables_end, lock_wait_timeout, flags); in lock_table_names()
5770 TABLE_LIST *tables_end, uint flags) in open_tables_check_upgradable_mdl() argument
5776 for (table= tables_start; table && table != tables_end; in open_tables_check_upgradable_mdl()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsql_base.cc5517 TABLE_LIST *tables_end, in get_and_lock_tablespace_names() argument
5542 for (table= tables_start; table && table != tables_end; in get_and_lock_tablespace_names()
5636 TABLE_LIST *tables_start, TABLE_LIST *tables_end, in lock_table_names() argument
5650 for (table= tables_start; table && table != tables_end; in lock_table_names()
5748 thd, tables_start, tables_end, lock_wait_timeout, flags); in lock_table_names()
5770 TABLE_LIST *tables_end, uint flags) in open_tables_check_upgradable_mdl() argument
5776 for (table= tables_start; table && table != tables_end; in open_tables_check_upgradable_mdl()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsql_base.cc4923 TABLE_LIST *tables_start, TABLE_LIST *tables_end, in lock_table_names() argument
4933 for (table= tables_start; table && table != tables_end; in lock_table_names()
5013 TABLE_LIST *tables_end, uint flags) in open_tables_check_upgradable_mdl() argument
5019 for (table= tables_start; table && table != tables_end; in open_tables_check_upgradable_mdl()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_base.cc3962 TABLE_LIST *tables_start, TABLE_LIST *tables_end, in lock_table_names() argument
3973 for (table= tables_start; table && table != tables_end; in lock_table_names()
4074 TABLE_LIST *tables_end, uint flags) in open_tables_check_upgradable_mdl() argument
4080 for (table= tables_start; table && table != tables_end; in open_tables_check_upgradable_mdl()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_base.cc3853 TABLE_LIST *tables_start, TABLE_LIST *tables_end, in lock_table_names() argument
3867 for (table= tables_start; table && table != tables_end; in lock_table_names()
3992 TABLE_LIST *tables_end, uint flags) in open_tables_check_upgradable_mdl() argument
3998 for (table= tables_start; table && table != tables_end; in open_tables_check_upgradable_mdl()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_base.cc3853 TABLE_LIST *tables_start, TABLE_LIST *tables_end,
3867 for (table= tables_start; table && table != tables_end;
3992 TABLE_LIST *tables_end, uint flags)
3998 for (table= tables_start; table && table != tables_end;
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsql_base.cc4920 TABLE_LIST *tables_start, TABLE_LIST *tables_end, in lock_table_names() argument
4930 for (table= tables_start; table && table != tables_end; in lock_table_names()
5010 TABLE_LIST *tables_end, uint flags) in open_tables_check_upgradable_mdl() argument
5016 for (table= tables_start; table && table != tables_end; in open_tables_check_upgradable_mdl()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_base.cc3962 TABLE_LIST *tables_start, TABLE_LIST *tables_end, in lock_table_names() argument
3973 for (table= tables_start; table && table != tables_end; in lock_table_names()
4074 TABLE_LIST *tables_end, uint flags) in open_tables_check_upgradable_mdl() argument
4080 for (table= tables_start; table && table != tables_end; in open_tables_check_upgradable_mdl()
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dsql_base.cc4690 TABLE_LIST *tables_start, TABLE_LIST *tables_end, in lock_table_names() argument
4700 for (table= tables_start; table && table != tables_end; in lock_table_names()
4773 TABLE_LIST *tables_end, uint flags) in open_tables_check_upgradable_mdl() argument
4779 for (table= tables_start; table && table != tables_end; in open_tables_check_upgradable_mdl()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_base.cc5009 TABLE_LIST *tables_start, TABLE_LIST *tables_end, in lock_table_names() argument
5024 for (table= tables_start; table && table != tables_end; in lock_table_names()
5162 TABLE_LIST *tables_end, uint flags) in open_tables_check_upgradable_mdl() argument
5168 for (table= tables_start; table && table != tables_end; in open_tables_check_upgradable_mdl()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsql_base.cc5009 TABLE_LIST *tables_start, TABLE_LIST *tables_end, in lock_table_names() argument
5024 for (table= tables_start; table && table != tables_end; in lock_table_names()
5162 TABLE_LIST *tables_end, uint flags) in open_tables_check_upgradable_mdl() argument
5168 for (table= tables_start; table && table != tables_end; in open_tables_check_upgradable_mdl()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsql_base.cc5009 TABLE_LIST *tables_start, TABLE_LIST *tables_end, in lock_table_names() argument
5024 for (table= tables_start; table && table != tables_end; in lock_table_names()
5162 TABLE_LIST *tables_end, uint flags) in open_tables_check_upgradable_mdl() argument
5168 for (table= tables_start; table && table != tables_end; in open_tables_check_upgradable_mdl()

12