Home
last modified time | relevance | path

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

/dports/audio/csound/csound-6.15.0/OOps/
H A Dbus.c310 if (csound->chn_db == NULL) { in delete_channel_db()
314 head = values = cs_hash_table_values(csound, csound->chn_db); in delete_channel_db()
334 cs_hash_table_mfree_complete(csound, csound->chn_db); in delete_channel_db()
335 csound->chn_db = NULL; in delete_channel_db()
341 if (csound->chn_db != NULL && name[0]) { in find_channel()
400 if (csound->chn_db == NULL) { in create_new_channel()
401 csound->chn_db = cs_hash_table_create(csound); in create_new_channel()
405 if (UNLIKELY(csound->chn_db == NULL)) in create_new_channel()
416 cs_hash_table_put(csound, csound->chn_db, (char*)name, pp); in create_new_channel()
489 if (csound->chn_db == NULL) in csoundListChannels()
[all …]
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A DcsoundCore.h1711 CS_HASH_TABLE *chn_db; member
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A DcsoundCore.h1711 CS_HASH_TABLE *chn_db; member
/dports/audio/csound/csound-6.15.0/include/
H A DcsoundCore.h1741 CS_HASH_TABLE *chn_db; member