Home | History | Annotate | Download | only in dbus

Lines Matching full:hash

34 #include "dbus-hash.h"
262 DBusHashTable *pending_replies; /**< Hash of message serials to #DBusPendingCall. */
958 * There's an extra unlock inside the hash table
1471 /* The connection should now be dead and not in our hash ... */
1495 _dbus_verbose ("creating shared_connections hash table\n");
1517 return TRUE; /* no point looking up in the hash we just made */
1536 * hash. So it's safe to ref the connection here.
1539 * want to pretend it isn't in the hash and avoid
1582 * we won't in fact store it in the hash, we still
1588 return TRUE; /* don't store in the hash */
1590 /* A separate copy of the key is required in the hash table, because
1591 * we don't have a lock on the connection when we are doing a hash
2127 /* We can't iterate over the hash in the normal way since we'll be
2129 * iter each time as we drain the hash table.
3087 /* Insert the serial in the pending replies hash;
3088 * hash takes a refcount on DBusPendingCall.
3826 * the connection from the hash.