Home
last modified time | relevance | path

Searched refs:temp_cursor (Results 1 – 23 of 23) sorted by relevance

/dports/biology/sra-tools/sra-tools-2.11.0/tools/qual-recalib-stat/
H A Dref_exclude.c175 const VCursor *temp_cursor; in detect_read_len() local
176 rc_t rc = VTableCreateCursorRead ( node->tab, &temp_cursor ); in detect_read_len()
186 rc = VCursorAddColumn ( temp_cursor, &idx, MAXLEN_COLUMN ); in detect_read_len()
196 rc = VCursorOpen( temp_cursor ); in detect_read_len()
208 rc = VCursorCellDataDirect ( temp_cursor, 1, idx, in detect_read_len()
231 VCursorRelease( temp_cursor ); in detect_read_len()
/dports/devel/bpython/bpython-0.22.1/bpython/
H A Dsimpleeval.py235 temp_cursor = cursor_offset + 3
237 temp_cursor, temp_line
241 attr_before_cursor = temp_line[temp_attribute.start : temp_cursor]
252 for tree in parse_trees(temp_cursor, temp_line):
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dbionics_ui.cpp858 int temp_cursor = 0; in power_bionics() local
859 … for( temp_cursor = 0; temp_cursor < static_cast<int>( bio_list.size() ); temp_cursor++ ) { in power_bionics()
860 if( bio_list[temp_cursor] == tmp ) { in power_bionics()
865 if( temp_cursor >= static_cast<int>( bio_list.size() ) ) { in power_bionics()
869 cursor = temp_cursor; in power_bionics()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dbionics_ui.cpp858 int temp_cursor = 0; in power_bionics() local
859 … for( temp_cursor = 0; temp_cursor < static_cast<int>( bio_list.size() ); temp_cursor++ ) { in power_bionics()
860 if( bio_list[temp_cursor] == tmp ) { in power_bionics()
865 if( temp_cursor >= static_cast<int>( bio_list.size() ) ) { in power_bionics()
869 cursor = temp_cursor; in power_bionics()
/dports/x11-toolkits/plib/plib-1.8.5/src/puAux/
H A DpuAuxLargeInput.cxx1074 int temp_cursor = cursor_position ; in checkKey() local
1088 setCursor ( temp_cursor - 1 ) ; in checkKey()
1103 setCursor ( temp_cursor ) ; in checkKey()
1141 temp_cursor += paste_len ; in checkKey()
1143 setCursor ( temp_cursor ) ; in checkKey()
1163 temp_cursor -= ( select_end_position - select_start_position ) ; in checkKey()
1195 setCursor ( temp_cursor + 1 ) ; in checkKey()
/dports/lang/perl5.32/perl-5.32.1/cpan/DB_File/
H A DDB_File.xs523 DBC * temp_cursor ; local
527 if (((db->dbp)->cursor)(db->dbp, NULL, &temp_cursor) != 0)
529 if (((db->dbp)->cursor)(db->dbp, NULL, &temp_cursor, 0) != 0)
540 if ( temp_cursor->c_get(temp_cursor, &l_key, &l_value, DB_SET) != 0) {
541 (void)temp_cursor->c_close(temp_cursor);
545 status = temp_cursor->c_put(temp_cursor, &key, &value, flags);
546 (void)temp_cursor->c_close(temp_cursor);
/dports/lang/perl5.34/perl-5.34.0/cpan/DB_File/
H A DDB_File.xs523 DBC * temp_cursor ; local
527 if (((db->dbp)->cursor)(db->dbp, NULL, &temp_cursor) != 0)
529 if (((db->dbp)->cursor)(db->dbp, NULL, &temp_cursor, 0) != 0)
540 if ( temp_cursor->c_get(temp_cursor, &l_key, &l_value, DB_SET) != 0) {
541 (void)temp_cursor->c_close(temp_cursor);
545 status = temp_cursor->c_put(temp_cursor, &key, &value, flags);
546 (void)temp_cursor->c_close(temp_cursor);
/dports/lang/perl5.30/perl-5.30.3/cpan/DB_File/
H A DDB_File.xs507 DBC * temp_cursor ; local
511 if (((db->dbp)->cursor)(db->dbp, NULL, &temp_cursor) != 0)
513 if (((db->dbp)->cursor)(db->dbp, NULL, &temp_cursor, 0) != 0)
524 if ( temp_cursor->c_get(temp_cursor, &l_key, &l_value, DB_SET) != 0) {
525 (void)temp_cursor->c_close(temp_cursor);
529 status = temp_cursor->c_put(temp_cursor, &key, &value, flags);
530 (void)temp_cursor->c_close(temp_cursor);
/dports/databases/db18/db-18.1.40/lang/perl/DB_File/
H A DDB_File.xs507 DBC * temp_cursor ; local
511 if (((db->dbp)->cursor)(db->dbp, NULL, &temp_cursor) != 0)
513 if (((db->dbp)->cursor)(db->dbp, NULL, &temp_cursor, 0) != 0)
524 if ( temp_cursor->c_get(temp_cursor, &l_key, &l_value, DB_SET) != 0) {
525 (void)temp_cursor->c_close(temp_cursor);
529 status = temp_cursor->c_put(temp_cursor, &key, &value, flags);
530 (void)temp_cursor->c_close(temp_cursor);
/dports/databases/db5/db-5.3.28/lang/perl/DB_File/
H A DDB_File.xs485 DBC * temp_cursor ; local
489 if (((db->dbp)->cursor)(db->dbp, NULL, &temp_cursor) != 0)
491 if (((db->dbp)->cursor)(db->dbp, NULL, &temp_cursor, 0) != 0)
502 if ( temp_cursor->c_get(temp_cursor, &l_key, &l_value, DB_SET) != 0) {
503 (void)temp_cursor->c_close(temp_cursor);
507 status = temp_cursor->c_put(temp_cursor, &key, &value, flags);
508 (void)temp_cursor->c_close(temp_cursor);
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/DB_File/
H A DDB_File.xs523 DBC * temp_cursor ; local
527 if (((db->dbp)->cursor)(db->dbp, NULL, &temp_cursor) != 0)
529 if (((db->dbp)->cursor)(db->dbp, NULL, &temp_cursor, 0) != 0)
540 if ( temp_cursor->c_get(temp_cursor, &l_key, &l_value, DB_SET) != 0) {
541 (void)temp_cursor->c_close(temp_cursor);
545 status = temp_cursor->c_put(temp_cursor, &key, &value, flags);
546 (void)temp_cursor->c_close(temp_cursor);
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/sra/
H A Dsratbl-cmn.c374 const VCursor *temp_cursor; in SRATableGetMinMax() local
379 rc = VTableCreateCursorRead( self->vtbl, &temp_cursor ); in SRATableGetMinMax()
383 rc = VCursorAddColumn ( temp_cursor, &idx, "READ" ); in SRATableGetMinMax()
386 rc = VCursorOpen( temp_cursor ); in SRATableGetMinMax()
391 rc = VCursorIdRange( temp_cursor, 0, &first, &count ); in SRATableGetMinMax()
400 VCursorRelease( temp_cursor ); in SRATableGetMinMax()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/sra/
H A Dsratbl-cmn.c374 const VCursor *temp_cursor; in SRATableGetMinMax() local
379 rc = VTableCreateCursorRead( self->vtbl, &temp_cursor ); in SRATableGetMinMax()
383 rc = VCursorAddColumn ( temp_cursor, &idx, "READ" ); in SRATableGetMinMax()
386 rc = VCursorOpen( temp_cursor ); in SRATableGetMinMax()
391 rc = VCursorIdRange( temp_cursor, 0, &first, &count ); in SRATableGetMinMax()
400 VCursorRelease( temp_cursor ); in SRATableGetMinMax()
/dports/security/snort/snort-2.9.18/src/dynamic-plugins/sf_engine/
H A Dsf_snort_plugin_api.c313 ENGINE_LINKAGE void setTempCursor(const uint8_t **temp_cursor, const uint8_t **cursor) in setTempCursor() argument
315 *temp_cursor = *cursor; in setTempCursor()
318 ENGINE_LINKAGE void revertTempCursor(const uint8_t **temp_cursor, const uint8_t **cursor) in revertTempCursor() argument
320 *cursor = *temp_cursor; in revertTempCursor()
H A Dsf_snort_plugin_api.h490 ENGINE_LINKAGE void setTempCursor(const uint8_t **temp_cursor, const uint8_t **cursor);
491 ENGINE_LINKAGE void revertTempCursor(const uint8_t **temp_cursor, const uint8_t **cursor);
/dports/graphics/rgbpaint/rgbpaint-0.8.7/src/
H A Dmainwindow.c647 GdkCursor *temp_cursor = NULL; in mouse_event() local
741 temp_cursor = gdk_cursor_new(pointers[i]); in mouse_event()
742 gdk_window_set_cursor(drawing_canvas->window, temp_cursor); in mouse_event()
743 gdk_cursor_destroy(temp_cursor); in mouse_event()
1572 GdkCursor *temp_cursor = NULL; in set_cursor_type() local
1574 temp_cursor = gdk_cursor_new(type); in set_cursor_type()
1575 gdk_window_set_cursor(main_window->window, temp_cursor); in set_cursor_type()
1576 gdk_window_set_cursor(drawing_canvas->window, temp_cursor); in set_cursor_type()
1577 gdk_cursor_destroy(temp_cursor); in set_cursor_type()
/dports/net/arp-scan/arp-scan-1.9.7/
H A Darp-scan.c1687 host_entry *temp_cursor; in callback() local
1716 temp_cursor=find_host(cursor, &source_ip); in callback()
1717 if (temp_cursor) { in callback()
1725 temp_cursor->num_recv++; in callback()
1728 temp_cursor->num_recv ,my_ntoa(source_ip)); in callback()
1729 if ((temp_cursor->live || !ignore_dups)) { in callback()
1733 display_packet(temp_cursor, &arpei, extra_data, extra_data_len, in callback()
1740 remove_host(&temp_cursor); in callback()
/dports/devel/py-pyface/pyface-7.2.0/pyface/ui/qt4/console/
H A Dconsole_widget.py959 temp_cursor = QtGui.QTextCursor(cursor)
960 temp_cursor.select(QtGui.QTextCursor.BlockUnderCursor)
961 text = temp_cursor.selection().toPlainText().lstrip()
/dports/devel/py-qtconsole/qtconsole-5.1.1/qtconsole/
H A Dconsole_widget.py1033 temp_cursor = QtGui.QTextCursor(cursor)
1034 temp_cursor.select(QtGui.QTextCursor.BlockUnderCursor)
1035 text = temp_cursor.selection().toPlainText().lstrip()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-tds.c3233 tds_cursor_info_t *temp_cursor = in dissect_tds5_curinfo_token() local
3236 if (temp_cursor != cursor_current) { in dissect_tds5_curinfo_token()
3237 cursor_current = temp_cursor; in dissect_tds5_curinfo_token()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-tds.c3233 tds_cursor_info_t *temp_cursor = in dissect_tds5_curinfo_token() local
3236 if (temp_cursor != cursor_current) { in dissect_tds5_curinfo_token()
3237 cursor_current = temp_cursor; in dissect_tds5_curinfo_token()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-tds.c3233 tds_cursor_info_t *temp_cursor = in dissect_tds5_curinfo_token() local
3236 if (temp_cursor != cursor_current) { in dissect_tds5_curinfo_token()
3237 cursor_current = temp_cursor; in dissect_tds5_curinfo_token()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-tds.c3233 tds_cursor_info_t *temp_cursor = in dissect_tds5_curinfo_token() local
3236 if (temp_cursor != cursor_current) { in dissect_tds5_curinfo_token()
3237 cursor_current = temp_cursor; in dissect_tds5_curinfo_token()