Home
last modified time | relevance | path

Searched refs:tree_openCursor (Results 1 – 7 of 7) sorted by relevance

/dports/biology/ncbi-toolkit/ncbi/corelib/
H A Dtree.c181 NLM_EXTERN TreeCursorPtr tree_openCursor(TreePtr tree, in tree_openCursor() function
259 TreeCursorPtr t_cursor= tree_openCursor(cursor1->tree, NULL, NULL); in tree_getAncestor()
346 TreeCursorPtr t_cursor= tree_openCursor(cursor->tree, NULL, NULL); in detach_subtree()
417 t_cursor= tree_openCursor(cursor2->tree, NULL, NULL); in tree_moveChildren()
616 t_cursor= tree_openCursor(cursor->tree, NULL, NULL); in tree_delNode()
730 crs= tree_openCursor(cursor->tree, NULL, NULL); in tree_delSubtree()
909 cursor= tree_openCursor(tree, NULL, NULL); in tree_delete()
988 cursor= tree_openCursor(tree, f, NULL); in tree_save()
1120 TreeCursorPtr cursor= tree_openCursor(ntree, f, NULL); in tree_restore()
1255 t_cursor= tree_openCursor(cursor->tree, NULL, NULL); in tree_getLevel()
[all …]
H A Dtreemgr.h160 NLM_EXTERN TreeCursorPtr tree_openCursor(TreePtr tree, VoidPtr userDataPointer, TreeCursorCBFunc ca…
/dports/biology/ncbi-toolkit/ncbi/tools/
H A Dtaxblast.c884 cursor = tree_openCursor (tree, NULL, NULL); in GetBlastName()
923 cursor = tree_openCursor(tree, NULL, NULL); in GetTreeData()
1071 focus_cursor = tree_openCursor (tree, NULL, NULL); in GetLinData()
1076 cursor = tree_openCursor(tree, NULL, NULL); in GetLinData()
1339 cursor = tree_openCursor (tree, NULL, NULL); in TXBFreeSysData()
1741 cursor = tree_openCursor (tree, NULL, NULL); in TXBHtmlReportInternal()
1974 cursor = tree_openCursor(tax_tree, NULL, NULL); /* open cursor */ in getTotalTaxIdCount()
2024 tax_data->cursor = tree_openCursor(tax_data->tax_tree, NULL, NULL); /* open cursor */ in RDTaxLookupInit()
/dports/biology/ncbi-toolkit/ncbi/network/taxon1/taxon2/
H A Dparttree.c147 TreeCursorPtr cursor= tree_openCursor(ptree, NULL, NULL); in tax_ptree_new()
213 cursor= tree_openCursor(ptree, NULL, NULL); in tax_ptree_addNode()
H A Dtc2proc.c113 TreeCursorPtr cursor= tree_openCursor(tax_tree, NULL, NULL); in getLiveId()
225 cursor= tree_openCursor(tax_tree, NULL, NULL); in tax1_getParent()
250 cursor= tree_openCursor(tax_tree, NULL, NULL); in tax1_getGenus()
282 TreeCursorPtr cursor= tree_openCursor(tax_tree, NULL, NULL); in tax1_getChildren()
326 TreeCursorPtr cursor1= tree_openCursor(tax_tree, NULL, NULL); in tax1_join()
327 TreeCursorPtr cursor2= tree_openCursor(tax_tree, NULL, NULL); in tax1_join()
1282 TreeCursorPtr cursor= tree_openCursor(tax_tree, NULL, NULL); in bldOrgRef()
1906 TreeCursorPtr cursor= tree_openCursor(tax_tree, NULL, NULL); in tax1e_invokeChildren()
2223 TreeCursorPtr cursor= tree_openCursor(tax_tree, NULL, NULL); in tax1m_getBlastName()
/dports/biology/ncbi-toolkit/ncbi/vibrant/
H A Dtreeview.c1009 tv->cr3= tree_openCursor(tv->tree, tv, NULL); in sortSiblings()
1975 tv->cr1= tree_openCursor(tree, tv, NULL); in tview_create()
1976 tv->cr2= tree_openCursor(tree, tv, tv_cr2_callback); in tview_create()
1978 tv->cr4= tree_openCursor(tree, tv, NULL); in tview_create()
2022 tv->cr5= tree_openCursor(tree, tv, tv_cr5_callback); in tview_create()
2079 tv->cr1= tree_openCursor(tree, tv, NULL); in tview_createCustom()
2080 tv->cr2= tree_openCursor(tree, tv, tv_cr2_callback); in tview_createCustom()
2082 tv->cr4= tree_openCursor(tree, tv, NULL); in tview_createCustom()
2126 tv->cr5= tree_openCursor(tree, tv, tv_cr5_callback); in tview_createCustom()
2352 tv->cr3= tree_openCursor(tv->tree, tv, NULL); in getNodeCoordinates()
/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dsaldist.c2726 cursor = tree_openCursor (tv->tree, NULL, NULL); in print_tree()
2743 cursor= tree_openCursor(tv->tree, NULL, NULL); in wh_proc()
2806 cursor = tree_openCursor (tree, NULL, NULL); in TreeViewItem()