Home
last modified time | relevance | path

Searched refs:index_prev (Results 1 – 25 of 491) sorted by relevance

12345678910>>...20

/dports/security/ophcrack/ophcrack-3.8.0/src/gui/
H A Dtabledialog.cpp104 QModelIndex index_prev = tableModel->index(row-1, TableModel::TABLE_COL_IDX); in moveUp() local
107 bool expand_prev = tableView->isExpanded(index_prev); in moveUp()
110 tableView->setExpanded(index_prev, false); in moveUp()
115 selectModel->select(index_prev, in moveUp()
120 tableView->setExpanded(index_prev, expand_curr); in moveUp()
/dports/databases/p5-DBIx-SQLEngine/DBIx-SQLEngine-0.93/SQLEngine/RecordSet/
H A DNextPrev.pm104 sub index_prev { subroutine
110 $self->record( $self->index_prev( @_ ) )
115 $self->index_current( $self->index_prev( @_ ) );
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/sequence/
H A Dsequence.cc92 int index_prev(uchar *buf);
136 return index_prev(buf); in rnd_next()
197 return index_prev(buf); in index_read_map()
213 int ha_seq::index_prev(uchar *buf) in index_prev() function in ha_seq
233 return index_prev(buf); in index_last()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/sequence/
H A Dsequence.cc92 int index_prev(uchar *buf);
136 return index_prev(buf); in rnd_next()
197 return index_prev(buf); in index_read_map()
213 int ha_seq::index_prev(uchar *buf) in index_prev() function in ha_seq
233 return index_prev(buf); in index_last()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/sequence/
H A Dsequence.cc92 int index_prev(uchar *buf);
136 return index_prev(buf); in rnd_next()
197 return index_prev(buf); in index_read_map()
213 int ha_seq::index_prev(uchar *buf) in index_prev() function in ha_seq
233 return index_prev(buf); in index_last()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/sequence/
H A Dsequence.cc92 int index_prev(uchar *buf);
136 return index_prev(buf); in rnd_next()
197 return index_prev(buf); in index_read_map()
213 int ha_seq::index_prev(uchar *buf) in index_prev() function in ha_seq
233 return index_prev(buf); in index_last()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/sequence/
H A Dsequence.cc98 int index_prev(uchar *buf);
141 return index_prev(buf); in rnd_next()
202 return index_prev(buf); in index_read_map()
218 int ha_seq::index_prev(uchar *buf) in index_prev() function in ha_seq
238 return index_prev(buf); in index_last()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/sequence/
H A Dsequence.cc98 int index_prev(uchar *buf);
141 return index_prev(buf); in rnd_next()
202 return index_prev(buf); in index_read_map()
218 int ha_seq::index_prev(uchar *buf) in index_prev() function in ha_seq
238 return index_prev(buf); in index_last()
/dports/multimedia/lives/lives-3.2.0/src/
H A Dpangotext.c781 lives_subtitle_t *index_prev = NULL; in srt_parse_file() local
828 node->prev = (lives_subtitle_t *)index_prev; in srt_parse_file()
830 if (index_prev) in srt_parse_file()
831 index_prev->next = (lives_subtitle_t *)node; in srt_parse_file()
834 sfile->subt->last = index_prev = (lives_subtitle_t *)node; in srt_parse_file()
856 lives_subtitle_t *index_prev = NULL; in sub_parse_file() local
904 node->prev = (lives_subtitle_t *)index_prev; in sub_parse_file()
906 if (index_prev) in sub_parse_file()
907 index_prev->next = (lives_subtitle_t *)node; in sub_parse_file()
910 index_prev = (lives_subtitle_t *)node; in sub_parse_file()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/transform/
H A Dtransform_convert_mesh.c258 const int *index_prev, in bmesh_test_dist_add() argument
274 index[i_other] = index_prev[i]; in bmesh_test_dist_add()
332 int *index_prev = MEM_dupallocN(index); /* may be NULL */ in editmesh_set_connectivity_distance() local
362 if (bmesh_test_dist_add(v, v_other, dists, dists_prev, index, index_prev, mtx)) { in editmesh_set_connectivity_distance()
385 if (bmesh_test_dist_add(v, v_other, dists, dists_prev, index, index_prev, mtx)) { in editmesh_set_connectivity_distance()
409 index_prev[i] = index[i]; in editmesh_set_connectivity_distance()
424 if (index_prev != NULL) { in editmesh_set_connectivity_distance()
425 MEM_freeN(index_prev); in editmesh_set_connectivity_distance()
/dports/textproc/senna/senna-1.1.5/bindings/mysql/
H A Dmysql-5.1.15-beta.senna.2ind.diff287 - if ((error= info->file->index_prev(info->record)))
290 + error=info->file->index_prev(NULL);
293 + error=info->file->index_prev(info->record);
634 - if ((error= info->file->index_prev(info->record)))
637 + error=info->file->index_prev(NULL);
640 + error=info->file->index_prev(info->record);
H A Dmysql-4.0.27.senna.2ind.diff279 - int error=info->file->index_prev(info->record);
283 + error=info->file->index_prev(NULL);
286 + error=info->file->index_prev(info->record);
638 - int error=info->file->index_prev(info->record);
642 + error=info->file->index_prev(NULL);
645 + error=info->file->index_prev(info->record);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/
H A Dquic_circular_deque.h161 index_ = deque_->index_prev(index_); in Decrement()
404 begin_ = index_prev(begin_); in emplace_front()
438 end_ = index_prev(end_); in pop_back()
707 size_type index_prev(size_type index) const { in index_prev() function
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/blackhole/
H A Dha_blackhole.h94 int index_prev(uchar * buf);
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/example/
H A Dha_example.h226 int index_prev(uchar *buf);
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/example/
H A Dha_example.h226 int index_prev(uchar *buf);
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/blackhole/
H A Dha_blackhole.h94 int index_prev(uchar * buf);
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/blackhole/
H A Dha_blackhole.h94 int index_prev(uchar * buf);
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/example/
H A Dha_example.h226 int index_prev(uchar *buf);
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/example/
H A Dha_example.h224 int index_prev(uchar *buf);
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/example/
H A Dha_example.h224 int index_prev(uchar *buf);
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/example/
H A Dha_example.h224 int index_prev(uchar *buf);
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/example/
H A Dha_example.h224 int index_prev(uchar *buf);
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/example/
H A Dha_example.h224 int index_prev(uchar *buf);
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/blackhole/
H A Dha_blackhole.h93 int index_prev(uchar * buf);

12345678910>>...20