Home
last modified time | relevance | path

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

/dports/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6/src/
H A Drequest.c554 static GHashTable *blocked_reqs = NULL; variable
560 blocked_reqs = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL); in _init_blocked_account_request_queue()
612 queue = g_hash_table_lookup (blocked_reqs, account); in _mcd_request_unblock_account()
662 queue = g_hash_table_lookup (blocked_reqs, path); in _queue_blocked_requests()
667 g_hash_table_insert (blocked_reqs, g_strdup (path), queue); in _queue_blocked_requests()