Home
last modified time | relevance | path

Searched refs:cur_table (Results 1 – 25 of 187) sorted by relevance

12345678

/dports/databases/p5-DBIx-Lite/DBIx-Lite-0.33/lib/DBIx/Lite/
H A DResultSet.pm34 $self->{cur_table} //= $self->{table};
376 if ($self->{cur_table}{name} ne $self->{table}{name}) {
377 my @pk = $self->{cur_table}->pk
438 if ($self->{cur_table}{name} ne $self->{table}{name}) {
439 my @pk = $self->{cur_table}->pk
595 cur_table => $self->{cur_table},
647 my $package = $self->{cur_table}{class} || 'DBIx::Lite::Row';
650 my $constructor = $self->{cur_table}{class_constructor};
670 if (my $method = $self->{cur_table}{class_storage}) {
682 $storage->{table} = $self->{cur_table};
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Drpl_mts_submode.cc747 TABLE *table, *cur_table; in attach_temp_tables() local
764 cur_table= table; in attach_temp_tables()
768 std::pair<uint, my_thread_id> st_id_pair= get_server_and_thread_id(cur_table); in attach_temp_tables()
773 if (cur_table->prev) //not the first node in attach_temp_tables()
774 cur_table->prev->next= cur_table->next; in attach_temp_tables()
775 if (cur_table->next) //not the last node in attach_temp_tables()
776 cur_table->next->prev= cur_table->prev; in attach_temp_tables()
778 cur_table->prev= NULL; in attach_temp_tables()
779 cur_table->next= NULL; in attach_temp_tables()
780 mts_move_temp_tables_to_thd(thd, cur_table); in attach_temp_tables()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Drpl_mts_submode.cc747 TABLE *table, *cur_table; in attach_temp_tables() local
764 cur_table= table; in attach_temp_tables()
768 std::pair<uint, my_thread_id> st_id_pair= get_server_and_thread_id(cur_table); in attach_temp_tables()
773 if (cur_table->prev) //not the first node in attach_temp_tables()
774 cur_table->prev->next= cur_table->next; in attach_temp_tables()
775 if (cur_table->next) //not the last node in attach_temp_tables()
776 cur_table->next->prev= cur_table->prev; in attach_temp_tables()
778 cur_table->prev= NULL; in attach_temp_tables()
779 cur_table->next= NULL; in attach_temp_tables()
780 mts_move_temp_tables_to_thd(thd, cur_table); in attach_temp_tables()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Drpl_mts_submode.cc747 TABLE *table, *cur_table; in attach_temp_tables() local
764 cur_table= table; in attach_temp_tables()
768 std::pair<uint, my_thread_id> st_id_pair= get_server_and_thread_id(cur_table); in attach_temp_tables()
773 if (cur_table->prev) //not the first node in attach_temp_tables()
774 cur_table->prev->next= cur_table->next; in attach_temp_tables()
775 if (cur_table->next) //not the last node in attach_temp_tables()
776 cur_table->next->prev= cur_table->prev; in attach_temp_tables()
778 cur_table->prev= NULL; in attach_temp_tables()
779 cur_table->next= NULL; in attach_temp_tables()
780 mts_move_temp_tables_to_thd(thd, cur_table); in attach_temp_tables()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Drpl_mts_submode.cc747 TABLE *table, *cur_table; in attach_temp_tables() local
764 cur_table= table; in attach_temp_tables()
768 std::pair<uint, my_thread_id> st_id_pair= get_server_and_thread_id(cur_table); in attach_temp_tables()
773 if (cur_table->prev) //not the first node in attach_temp_tables()
774 cur_table->prev->next= cur_table->next; in attach_temp_tables()
775 if (cur_table->next) //not the last node in attach_temp_tables()
776 cur_table->next->prev= cur_table->prev; in attach_temp_tables()
778 cur_table->prev= NULL; in attach_temp_tables()
779 cur_table->next= NULL; in attach_temp_tables()
780 mts_move_temp_tables_to_thd(thd, cur_table); in attach_temp_tables()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Drpl_mts_submode.cc747 TABLE *table, *cur_table; in attach_temp_tables() local
764 cur_table= table; in attach_temp_tables()
768 std::pair<uint, my_thread_id> st_id_pair= get_server_and_thread_id(cur_table); in attach_temp_tables()
773 if (cur_table->prev) //not the first node in attach_temp_tables()
774 cur_table->prev->next= cur_table->next; in attach_temp_tables()
775 if (cur_table->next) //not the last node in attach_temp_tables()
776 cur_table->next->prev= cur_table->prev; in attach_temp_tables()
778 cur_table->prev= NULL; in attach_temp_tables()
779 cur_table->next= NULL; in attach_temp_tables()
780 mts_move_temp_tables_to_thd(thd, cur_table); in attach_temp_tables()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Drpl_mts_submode.cc747 TABLE *table, *cur_table; in attach_temp_tables() local
764 cur_table= table; in attach_temp_tables()
768 std::pair<uint, my_thread_id> st_id_pair= get_server_and_thread_id(cur_table); in attach_temp_tables()
773 if (cur_table->prev) //not the first node in attach_temp_tables()
774 cur_table->prev->next= cur_table->next; in attach_temp_tables()
775 if (cur_table->next) //not the last node in attach_temp_tables()
776 cur_table->next->prev= cur_table->prev; in attach_temp_tables()
778 cur_table->prev= NULL; in attach_temp_tables()
779 cur_table->next= NULL; in attach_temp_tables()
780 mts_move_temp_tables_to_thd(thd, cur_table); in attach_temp_tables()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Drpl_mts_submode.cc822 TABLE *table, *cur_table; in attach_temp_tables() local
836 cur_table = table; in attach_temp_tables()
841 get_server_and_thread_id(cur_table); in attach_temp_tables()
845 if (cur_table->prev) // not the first node in attach_temp_tables()
846 cur_table->prev->next = cur_table->next; in attach_temp_tables()
847 if (cur_table->next) // not the last node in attach_temp_tables()
848 cur_table->next->prev = cur_table->prev; in attach_temp_tables()
850 cur_table->prev = nullptr; in attach_temp_tables()
851 cur_table->next = nullptr; in attach_temp_tables()
852 mts_move_temp_tables_to_thd(thd, cur_table); in attach_temp_tables()
[all …]
H A Dsql_update.cc2143 TABLE_LIST *cur_table; in send_data() local
2151 for (cur_table = update_tables; cur_table; in send_data()
2152 cur_table = cur_table->next_local) { in send_data()
2359 TABLE_LIST *cur_table; in do_updates() local
2382 for (cur_table = update_tables; cur_table; in do_updates()
2383 cur_table = cur_table->next_local) { in do_updates()
2397 for (cur_table = update_tables; cur_table; in do_updates()
2398 cur_table = cur_table->next_local) { in do_updates()
2402 for (cur_table = update_tables; cur_table; in do_updates()
2403 cur_table = cur_table->next_local) { in do_updates()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/packages/
H A Dpc-parts.c176 unsigned long ext_start, cur_table; in pcparts_open() local
194 cur_table = ext_start; in pcparts_open()
198 DPRINTF("cur_part=%d at %lx\n", cur_part, cur_table); in pcparts_open()
200 SEEK( cur_table * bs ); in pcparts_open()
220 offs = (long long)(cur_table+__le32_to_cpu(p->start_sect)) * bs; in pcparts_open()
243 cur_table = ext_start + __le32_to_cpu(p[1].start_sect); in pcparts_open()
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/packages/
H A Dpc-parts.c176 unsigned long ext_start, cur_table; in pcparts_open() local
194 cur_table = ext_start; in pcparts_open()
198 DPRINTF("cur_part=%d at %lx\n", cur_part, cur_table); in pcparts_open()
200 SEEK( cur_table * bs ); in pcparts_open()
220 offs = (long long)(cur_table+__le32_to_cpu(p->start_sect)) * bs; in pcparts_open()
243 cur_table = ext_start + __le32_to_cpu(p[1].start_sect); in pcparts_open()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/packages/
H A Dpc-parts.c176 unsigned long ext_start, cur_table; in pcparts_open() local
194 cur_table = ext_start; in pcparts_open()
198 DPRINTF("cur_part=%d at %lx\n", cur_part, cur_table); in pcparts_open()
200 SEEK( cur_table * bs ); in pcparts_open()
220 offs = (long long)(cur_table+__le32_to_cpu(p->start_sect)) * bs; in pcparts_open()
243 cur_table = ext_start + __le32_to_cpu(p[1].start_sect); in pcparts_open()
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/packages/
H A Dpc-parts.c176 unsigned long ext_start, cur_table; in pcparts_open() local
194 cur_table = ext_start; in pcparts_open()
198 DPRINTF("cur_part=%d at %lx\n", cur_part, cur_table); in pcparts_open()
200 SEEK( cur_table * bs ); in pcparts_open()
220 offs = (long long)(cur_table+__le32_to_cpu(p->start_sect)) * bs; in pcparts_open()
243 cur_table = ext_start + __le32_to_cpu(p[1].start_sect); in pcparts_open()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/packages/
H A Dpc-parts.c176 unsigned long ext_start, cur_table; in pcparts_open() local
194 cur_table = ext_start; in pcparts_open()
198 DPRINTF("cur_part=%d at %lx\n", cur_part, cur_table); in pcparts_open()
200 SEEK( cur_table * bs ); in pcparts_open()
220 offs = (long long)(cur_table+__le32_to_cpu(p->start_sect)) * bs; in pcparts_open()
243 cur_table = ext_start + __le32_to_cpu(p[1].start_sect); in pcparts_open()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/openbios/packages/
H A Dpc-parts.c176 unsigned long ext_start, cur_table; in pcparts_open() local
194 cur_table = ext_start; in pcparts_open()
198 DPRINTF("cur_part=%d at %lx\n", cur_part, cur_table); in pcparts_open()
200 SEEK( cur_table * bs ); in pcparts_open()
220 offs = (long long)(cur_table+__le32_to_cpu(p->start_sect)) * bs; in pcparts_open()
243 cur_table = ext_start + __le32_to_cpu(p[1].start_sect); in pcparts_open()
/dports/emulators/qemu/qemu-6.2.0/roms/openbios/packages/
H A Dpc-parts.c176 unsigned long ext_start, cur_table; in pcparts_open() local
194 cur_table = ext_start; in pcparts_open()
198 DPRINTF("cur_part=%d at %lx\n", cur_part, cur_table); in pcparts_open()
200 SEEK( cur_table * bs ); in pcparts_open()
220 offs = (long long)(cur_table+__le32_to_cpu(p->start_sect)) * bs; in pcparts_open()
243 cur_table = ext_start + __le32_to_cpu(p[1].start_sect); in pcparts_open()
/dports/cad/pcb/pcb-4.2.0/src/hid/lesstif/
H A Dmenu.c1110 static acc_table_t *cur_table = 0; variable
1189 if (cur_table == 0) in lesstif_key_event()
1191 cur_table = acc_table; in lesstif_key_event()
1200 dump_multi (i, 0, cur_table+i, 1); in lesstif_key_event()
1210 if (sym == cur_table[i].u.a.key) in lesstif_key_event()
1224 if (cur_table == acc_table) in lesstif_key_event()
1228 cur_table = 0; in lesstif_key_event()
1231 if (cur_table[i].mods & M_Multi) in lesstif_key_event()
1234 cur_table = cur_table[i].u.c.chain; in lesstif_key_event()
1250 my_table = cur_table; in lesstif_key_event()
[all …]
/dports/multimedia/dvb-apps/dvb-apps-3d43b280298c/lib/libucsi/atsc/
H A Dmgt_section.h116 struct atsc_mgt_table *cur_table; in atsc_mgt_section_part2() local
118 atsc_mgt_section_tables_for_each(mgt, cur_table, idx) { in atsc_mgt_section_part2()
120 pos += cur_table->table_type_descriptors_length; in atsc_mgt_section_part2()
H A Dcvct_section.h129 struct atsc_cvct_channel *cur_table; in atsc_cvct_section_part2() local
131 atsc_cvct_section_channels_for_each(mgt, cur_table, idx) { in atsc_cvct_section_part2()
133 pos += cur_table->descriptors_length; in atsc_cvct_section_part2()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_update.cc2031 TABLE_LIST *cur_table; in send_data() local
2034 for (cur_table= update_tables; cur_table; cur_table= cur_table->next_local) in send_data()
2036 TABLE *table= cur_table->table; in send_data()
2037 uint offset= cur_table->shared; in send_data()
2255 TABLE_LIST *cur_table; in do_updates() local
2278 for (cur_table= update_tables; cur_table; in do_updates()
2279 cur_table= cur_table->next_local) in do_updates()
2281 table = cur_table->table; in do_updates()
2288 for (cur_table= update_tables; cur_table; cur_table= cur_table->next_local) in do_updates()
2290 uint offset= cur_table->shared; in do_updates()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsql_update.cc2031 TABLE_LIST *cur_table; in send_data() local
2034 for (cur_table= update_tables; cur_table; cur_table= cur_table->next_local) in send_data()
2036 TABLE *table= cur_table->table; in send_data()
2037 uint offset= cur_table->shared; in send_data()
2255 TABLE_LIST *cur_table; in do_updates() local
2278 for (cur_table= update_tables; cur_table; in do_updates()
2279 cur_table= cur_table->next_local) in do_updates()
2281 table = cur_table->table; in do_updates()
2288 for (cur_table= update_tables; cur_table; cur_table= cur_table->next_local) in do_updates()
2290 uint offset= cur_table->shared; in do_updates()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsql_update.cc2031 TABLE_LIST *cur_table; in send_data() local
2034 for (cur_table= update_tables; cur_table; cur_table= cur_table->next_local) in send_data()
2036 TABLE *table= cur_table->table; in send_data()
2037 uint offset= cur_table->shared; in send_data()
2255 TABLE_LIST *cur_table; in do_updates() local
2278 for (cur_table= update_tables; cur_table; in do_updates()
2279 cur_table= cur_table->next_local) in do_updates()
2281 table = cur_table->table; in do_updates()
2288 for (cur_table= update_tables; cur_table; cur_table= cur_table->next_local) in do_updates()
2290 uint offset= cur_table->shared; in do_updates()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsql_update.cc2025 TABLE_LIST *cur_table; in send_data() local
2028 for (cur_table= update_tables; cur_table; cur_table= cur_table->next_local) in send_data()
2030 TABLE *table= cur_table->table; in send_data()
2031 uint offset= cur_table->shared; in send_data()
2253 TABLE_LIST *cur_table; in do_updates() local
2276 for (cur_table= update_tables; cur_table; in do_updates()
2277 cur_table= cur_table->next_local) in do_updates()
2279 table = cur_table->table; in do_updates()
2286 for (cur_table= update_tables; cur_table; cur_table= cur_table->next_local) in do_updates()
2288 uint offset= cur_table->shared; in do_updates()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsql_update.cc2021 TABLE_LIST *cur_table; in send_data() local
2024 for (cur_table= update_tables; cur_table; cur_table= cur_table->next_local) in send_data()
2026 TABLE *table= cur_table->table; in send_data()
2027 uint offset= cur_table->shared; in send_data()
2245 TABLE_LIST *cur_table; in do_updates() local
2268 for (cur_table= update_tables; cur_table; in do_updates()
2269 cur_table= cur_table->next_local) in do_updates()
2271 table = cur_table->table; in do_updates()
2278 for (cur_table= update_tables; cur_table; cur_table= cur_table->next_local) in do_updates()
2280 uint offset= cur_table->shared; in do_updates()
[all …]
/dports/databases/mdbtools/mdbtools-1.0.0/src/sql/
H A Dmdbsql.c104 if (sql->cur_table == NULL) { in mdb_sql_run_query()
151 if (sql->cur_table) { in mdb_sql_free()
152 mdb_index_scan_free(sql->cur_table); in mdb_sql_free()
153 mdb_free_tabledef(sql->cur_table); in mdb_sql_free()
154 sql->cur_table = NULL; in mdb_sql_free()
624 sql->cur_table = ttable; in mdb_sql_listtables()
704 sql->cur_table = ttable; in mdb_sql_describe_table()
795 sql->cur_table = ttable; in mdb_sql_select()
844 sql->cur_table = table; in mdb_sql_select()
865 return mdb_bind_column_by_name(sql->cur_table, sqlcol->name, varaddr, len_ptr); in mdb_sql_bind_column()
[all …]

12345678