Home
last modified time | relevance | path

Searched refs:open_cds (Results 1 – 4 of 4) sorted by relevance

/dports/mail/gmime26/gmime-2.6.23/tests/
H A Dtest-iconv.c67 GSList *node, *next, *open_cds = NULL; in test_cache() local
93 open_cds = g_slist_prepend (open_cds, cd); in test_cache()
97 node = open_cds; in test_cache()
/dports/mail/gmime26-sharp/gmime-2.6.23/tests/
H A Dtest-iconv.c67 GSList *node, *next, *open_cds = NULL; in test_cache() local
93 open_cds = g_slist_prepend (open_cds, cd); in test_cache()
97 node = open_cds; in test_cache()
/dports/mail/gmime2/gmime-2.2.27/tests/
H A Dtest-iconv.c69 GSList *node, *next, *open_cds = NULL; in test_cache() local
95 open_cds = g_slist_prepend (open_cds, cd); in test_cache()
99 node = open_cds; in test_cache()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/gnomon/
H A Dgnomon_model.cpp1834 bool open_cds = false; in ParseAttributes() local
1866 else if (*f == "PutativeStart") { open_cds = true; has_start = true; } in ParseAttributes()
2019 cds_info.SetScore(cds_info.Score(), open_cds); in ParseAttributes()