Home
last modified time | relevance | path

Searched defs:sptree (Results 1 – 7 of 7) sorted by relevance

/dports/biology/py-ete3/ete3-3.1.2/ete3/phylo/
H A Dreconciliation.py45 def get_reconciled_tree(node, sptree, events): argument
153 def get_reconciled_tree_zmasek(gtree, sptree, inplace=False): argument
/dports/www/lighttpd/lighttpd-1.4.63/src/
H A Dmod_uploadprogress.c64 splay_tree ** const sptree = &p->request_map; in request_map_remove() local
75 splay_tree ** const sptree = &p->request_map; in request_map_insert() local
92 splay_tree ** const sptree = &p->request_map; in request_map_get_request() local
106 splay_tree *sptree = p->request_map; in request_map_free() local
H A Dmod_vhostdb.c25 splay_tree *sptree; /* data in nodes of tree are (vhostdb_cache_entry *) */ member
75 splay_tree *sptree = vc->sptree; in vhostdb_cache_free() local
102 splay_tree ** const sptree = &p->conf.vhostdb_cache->sptree; in mod_vhostdb_cache_query() local
117 splay_tree ** const sptree = &p->conf.vhostdb_cache->sptree; in mod_vhostdb_cache_insert() local
340 splay_tree *sptree = *sptree_ptr; in mod_vhostdb_periodic_cleanup() local
H A Dstat_cache.c60 static void * stat_cache_sptree_find(splay_tree ** const sptree, in stat_cache_sptree_find()
878 splay_tree *sptree = sc.files; in stat_cache_free() local
1097 splay_tree **sptree = &sc.files; in stat_cache_update_entry() local
1131 splay_tree **sptree = &sc.files; in stat_cache_delete_entry() local
1141 splay_tree **sptree = &sc.files; in stat_cache_invalidate_entry() local
1176 splay_tree * const sptree = sc.files; in stat_cache_invalidate_dir_tree() local
1204 splay_tree *sptree = sc.files; in stat_cache_prune_dir_tree() local
1236 splay_tree **sptree = &sc.scf->dirs; in stat_cache_delete_dir() local
1279 splay_tree *sptree = sc.files = splaytree_splay(sc.files, file_ndx); in stat_cache_get_entry() local
1491 splay_tree *sptree = sc.files; in stat_cache_periodic_cleanup() local
H A Dmod_auth.c29 splay_tree *sptree; /* data in nodes of tree are (http_auth_cache_entry *)*/ member
98 splay_tree *sptree = ac->sptree; in http_auth_cache_free() local
132 http_auth_cache_query (splay_tree ** const sptree, const int ndx) in http_auth_cache_query()
139 http_auth_cache_insert (splay_tree ** const sptree, const int ndx, void * const data, void(data_fre… in http_auth_cache_insert()
172 splay_tree *sptree = *sptree_ptr; in mod_auth_periodic_cleanup() local
815 splay_tree ** sptree = p->conf.auth_cache in mod_auth_check_basic() local
1126 splay_tree **sptree = p->conf.auth_cache in mod_auth_digest_get() local
/dports/biology/py-ete3/ete3-3.1.2/examples/phylogenies/
H A Dtree_reconciliation.py9 sptree = PhyloTree(species_tree_nw) variable
/dports/math/concorde/concorde/HELDKARP/
H A Dheldkarp.c456 int sptree[], int *notree) in span_tree()