Home
last modified time | relevance | path

Searched refs:ref_cursor (Results 1 – 25 of 56) sorted by relevance

123

/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/align/
H A Dunsupported_pileup_estimator.c44 const VCursor * ref_cursor; member
117 if ( self->ref_cursor != NULL ) in ReleasePileupEstimator()
118 rc = VCursorRelease( self->ref_cursor ); in ReleasePileupEstimator()
134 rc_t rc = VCursorAddRef( ref_cursor ); in AddRefCursor()
136 self->ref_cursor = ref_cursor; in AddRefCursor()
164 rc = VCursorOpen( self->ref_cursor ); in MakeRefCursor()
207 const VCursor * ref_cursor, in InitializePileupEstimator() argument
233 if ( ref_cursor != NULL ) in InitializePileupEstimator()
253 rc = AddRefCursor( self, ref_cursor ); in InitializePileupEstimator()
264 const struct VCursor * ref_cursor, in MakePileupEstimator() argument
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/align/
H A Dunsupported_pileup_estimator.c44 const VCursor * ref_cursor; member
117 if ( self->ref_cursor != NULL ) in ReleasePileupEstimator()
118 rc = VCursorRelease( self->ref_cursor ); in ReleasePileupEstimator()
134 rc_t rc = VCursorAddRef( ref_cursor ); in AddRefCursor()
136 self->ref_cursor = ref_cursor; in AddRefCursor()
164 rc = VCursorOpen( self->ref_cursor ); in MakeRefCursor()
207 const VCursor * ref_cursor, in InitializePileupEstimator() argument
233 if ( ref_cursor != NULL ) in InitializePileupEstimator()
253 rc = AddRefCursor( self, ref_cursor ); in InitializePileupEstimator()
264 const struct VCursor * ref_cursor, in MakePileupEstimator() argument
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/test/vdb/
H A DSYS-224064.cpp79 const VCursor* ref_cursor = 0; in LowLevelTest() local
80 CALL(VTableCreateCursorRead(ref_table, &ref_cursor)); in LowLevelTest()
81 CALL(VCursorPermitPostOpenAdd(ref_cursor)); in LowLevelTest()
82 CALL(VCursorOpen(ref_cursor)); in LowLevelTest()
85 CALL(VCursorAddColumn(ref_cursor, &align_column, "PRIMARY_ALIGNMENT_IDS")); in LowLevelTest()
120 CALL(VCursorCellDataDirect(ref_cursor, ref_row, in LowLevelTest()
187 CALL(VCursorRelease(ref_cursor)); in LowLevelTest()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/test/vdb/
H A DSYS-224064.cpp79 const VCursor* ref_cursor = 0; in LowLevelTest() local
80 CALL(VTableCreateCursorRead(ref_table, &ref_cursor)); in LowLevelTest()
81 CALL(VCursorPermitPostOpenAdd(ref_cursor)); in LowLevelTest()
82 CALL(VCursorOpen(ref_cursor)); in LowLevelTest()
85 CALL(VCursorAddColumn(ref_cursor, &align_column, "PRIMARY_ALIGNMENT_IDS")); in LowLevelTest()
120 CALL(VCursorCellDataDirect(ref_cursor, ref_row, in LowLevelTest()
187 CALL(VCursorRelease(ref_cursor)); in LowLevelTest()
/dports/devel/cquery/cquery-20180718/src/
H A Dclang_indexer.cc1325 ClangCursor sem_parent = ref_cursor.get_semantic_parent(); in TemplateVisitor()
1326 ClangCursor lex_parent = ref_cursor.get_lexical_parent(); in TemplateVisitor()
1336 SetVarDetail(ref_var, ref_cursor.get_spell_name(), ref_cursor, in TemplateVisitor()
1349 ref_cursor.get_lexical_parent()); in TemplateVisitor()
1385 ClangCursor sem_parent = ref_cursor.get_semantic_parent(); in TemplateVisitor()
1386 ClangCursor lex_parent = ref_cursor.get_lexical_parent(); in TemplateVisitor()
1397 ref_type->def.detailed_name = ref_cursor.get_spell_name(); in TemplateVisitor()
1410 if (ref_cursor.get_kind() == CXCursor_TemplateTypeParameter) { in TemplateVisitor()
1419 ClangCursor sem_parent = ref_cursor.get_semantic_parent(); in TemplateVisitor()
1420 ClangCursor lex_parent = ref_cursor.get_lexical_parent(); in TemplateVisitor()
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/axf/
H A Dref-tbl.c37 const VCursor** ref_cursor,const VTable **reftbl ) in AlignRefTableCursor() argument
103 *ref_cursor = curs; in AlignRefTableCursor()
H A Dref-tbl.h30 …ursor(const VTable* table, const VCursor *native_curs, const VCursor** ref_cursor, const VTable **…
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/axf/
H A Dref-tbl.c37 const VCursor** ref_cursor,const VTable **reftbl ) in AlignRefTableCursor() argument
103 *ref_cursor = curs; in AlignRefTableCursor()
H A Dref-tbl.h30 …ursor(const VTable* table, const VCursor *native_curs, const VCursor** ref_cursor, const VTable **…
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/interfaces/align/
H A Dunsupported_pileup_estimator.h104 const struct VCursor * ref_cursor,
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/interfaces/align/
H A Dunsupported_pileup_estimator.h104 const struct VCursor * ref_cursor,
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/session/
H A Dsession_api.c1106 WT_CURSOR *ref_cursor, const char *config) in __session_join() argument
1133 if (WT_PREFIX_MATCH(ref_cursor->uri, "index:")) { in __session_join()
1134 cindex = (WT_CURSOR_INDEX *)ref_cursor; in __session_join()
1138 } else if (WT_PREFIX_MATCH(ref_cursor->uri, "table:")) { in __session_join()
1140 ctable = (WT_CURSOR_TABLE *)ref_cursor; in __session_join()
1143 } else if (WT_PREFIX_MATCH(ref_cursor->uri, "join:")) { in __session_join()
1145 table = ((WT_CURSOR_JOIN *)ref_cursor)->table; in __session_join()
1159 if (F_ISSET(ref_cursor, WT_CURSTD_JOINED)) in __session_join()
1220 WT_ERR(__wt_curjoin_join(session, cjoin, idx, ref_cursor, flags, in __session_join()
1233 F_SET(ref_cursor, WT_CURSTD_JOINED); in __session_join()
/dports/editors/libreoffice/libreoffice-7.2.6.2/solenv/bin/
H A Dconcat-deps.c698 static void cancel_relative(char const * base, char** ref_cursor, char** ref_cursor_out, char const… in cancel_relative() argument
700 char* cursor = *ref_cursor; in cancel_relative()
711 *ref_cursor = cursor; in cancel_relative()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/solenv/bin/
H A Dconcat-deps.c698 static void cancel_relative(char const * base, char** ref_cursor, char** ref_cursor_out, char const… in cancel_relative() argument
700 char* cursor = *ref_cursor; in cancel_relative()
711 *ref_cursor = cursor; in cancel_relative()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/cursor/
H A Dcur_join.c1377 WT_INDEX *idx, WT_CURSOR *ref_cursor, uint8_t flags, uint8_t range, in __wt_curjoin_join() argument
1405 nested = WT_PREFIX_MATCH(ref_cursor->uri, "join:"); in __wt_curjoin_join()
1528 child = (WT_CURSOR_JOIN *)ref_cursor; in __wt_curjoin_join()
1534 end->cursor = ref_cursor; in __wt_curjoin_join()
1549 cindex = (WT_CURSOR_INDEX *)ref_cursor; in __wt_curjoin_join()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/include/
H A Dwiredtiger.in1487 * @param ref_cursor an index cursor having the same base table
1489 * or another join cursor. Unless the ref_cursor is another join
1492 * The ref_cursor limits the results seen by iterating the
1503 * After the join call completes, the ref_cursor cursor may not be
1506 * join_cursor is closed, the ref_cursor is made available for
1507 * general use again. The application should close ref_cursor when
1544 WT_CURSOR *ref_cursor, const char *config);
/dports/science/avogadrolibs/avogadrolibs-1.94.0/thirdparty/pugixml/
H A Dpugixml.cpp2290 char_t* parse_question(char_t* s, xml_node_struct*& ref_cursor, unsigned int optmsk, char_t endch) in parse_question()
2293 xml_node_struct* cursor = ref_cursor; in parse_question()
2378 ref_cursor = cursor; in parse_question()
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/thirdparty/pugixml/
H A Dpugixml.cpp2290 char_t* parse_question(char_t* s, xml_node_struct*& ref_cursor, unsigned int optmsk, char_t endch) in parse_question()
2293 xml_node_struct* cursor = ref_cursor; in parse_question()
2378 ref_cursor = cursor; in parse_question()
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/UnitTests/TestApp/
H A Dpugixml.cpp2297 char_t* parse_question(char_t* s, xml_node_struct*& ref_cursor, unsigned int optmsk, char_t endch) in parse_question()
2300 xml_node_struct* cursor = ref_cursor; in parse_question()
2385 ref_cursor = cursor; in parse_question()
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A Dpugixml.cpp2297 char_t* parse_question(char_t* s, xml_node_struct*& ref_cursor, unsigned int optmsk, char_t endch) in parse_question()
2300 xml_node_struct* cursor = ref_cursor; in parse_question()
2385 ref_cursor = cursor; in parse_question()
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A Dpugixml.cpp2297 char_t* parse_question(char_t* s, xml_node_struct*& ref_cursor, unsigned int optmsk, char_t endch) in parse_question()
2300 xml_node_struct* cursor = ref_cursor; in parse_question()
2385 ref_cursor = cursor; in parse_question()
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A Dpugixml.cpp2297 char_t* parse_question(char_t* s, xml_node_struct*& ref_cursor, unsigned int optmsk, char_t endch) in parse_question()
2300 xml_node_struct* cursor = ref_cursor; in parse_question()
2385 ref_cursor = cursor; in parse_question()
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/UnitTests/TestApp/
H A Dpugixml.cpp2297 char_t* parse_question(char_t* s, xml_node_struct*& ref_cursor, unsigned int optmsk, char_t endch) in parse_question()
2300 xml_node_struct* cursor = ref_cursor; in parse_question()
2385 ref_cursor = cursor; in parse_question()
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A Dpugixml.cpp2297 char_t* parse_question(char_t* s, xml_node_struct*& ref_cursor, unsigned int optmsk, char_t endch) in parse_question()
2300 xml_node_struct* cursor = ref_cursor; in parse_question()
2385 ref_cursor = cursor; in parse_question()
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/UnitTests/TestApp/
H A Dpugixml.cpp2297 char_t* parse_question(char_t* s, xml_node_struct*& ref_cursor, unsigned int optmsk, char_t endch) in parse_question()
2300 xml_node_struct* cursor = ref_cursor; in parse_question()
2385 ref_cursor = cursor; in parse_question()

123