HomeSort by relevance Sort by last modified time
    Searched full:pending_replies (Results 1 - 3 of 3) sorted by null

  /external/dbus/bus/
connection.c 59 BusExpireList *pending_replies; /**< List of pending replies */ member in struct:BusConnections
445 connections->pending_replies = bus_expire_list_new (bus_context_get_loop (context),
449 if (connections->pending_replies == NULL)
463 bus_expire_list_free (connections->pending_replies);
522 bus_expire_list_free (connections->pending_replies);
    [all...]
  /external/dbus/dbus/
dbus-connection.c 262 DBusHashTable *pending_replies; /**< Hash of message serials to #DBusPendingCall. */ member in struct:DBusConnection
466 pending = _dbus_hash_table_lookup_int (connection->pending_replies,
1192 DBusHashTable *pending_replies; local
    [all...]
  /external/chromium/third_party/libevent/
evdns.c 242 struct server_request *pending_replies; member in struct:evdns_server_port
    [all...]

Completed in 61 milliseconds