Home
last modified time | relevance | path

Searched refs:fd_settings (Results 1 – 6 of 6) sorted by relevance

/dports/accessibility/speech-dispatcher/speech-dispatcher-0.10.2/src/server/
H A Dset.c587 settings = g_hash_table_lookup(fd_settings, &uid); in get_client_settings_by_fd()
598 element = g_hash_table_lookup(fd_settings, &uid); in get_client_settings_by_uid()
606 element = (TFDSetElement *) g_hash_table_lookup(fd_settings, &uid); in remove_client_settings_by_uid()
609 g_hash_table_remove(fd_settings, &uid); in remove_client_settings_by_uid()
H A Dspeechd.c77 GHashTable *fd_settings; variable
412 g_hash_table_insert(fd_settings, p_client_uid, new_fd_set); in speechd_connection_new()
618 fd_settings = g_hash_table_new_full(g_int_hash, g_int_equal, in speechd_init()
620 assert(fd_settings != NULL); in speechd_init()
1283 g_hash_table_foreach_remove(fd_settings, speechd_client_terminate, in main()
1285 g_hash_table_destroy(fd_settings); in main()
H A Dspeechd.h193 extern GHashTable *fd_settings;
/dports/accessibility/py-speech-dispatcher/speech-dispatcher-0.10.2/src/server/
H A Dset.c587 settings = g_hash_table_lookup(fd_settings, &uid); in get_client_settings_by_fd()
598 element = g_hash_table_lookup(fd_settings, &uid); in get_client_settings_by_uid()
606 element = (TFDSetElement *) g_hash_table_lookup(fd_settings, &uid); in remove_client_settings_by_uid()
609 g_hash_table_remove(fd_settings, &uid); in remove_client_settings_by_uid()
H A Dspeechd.c77 GHashTable *fd_settings; variable
412 g_hash_table_insert(fd_settings, p_client_uid, new_fd_set); in speechd_connection_new()
618 fd_settings = g_hash_table_new_full(g_int_hash, g_int_equal, in speechd_init()
620 assert(fd_settings != NULL); in speechd_init()
1283 g_hash_table_foreach_remove(fd_settings, speechd_client_terminate, in main()
1285 g_hash_table_destroy(fd_settings); in main()
H A Dspeechd.h193 extern GHashTable *fd_settings;