OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DBusHashTable
(Results
1 - 2
of
2
) sorted by null
/external/dbus/dbus/
dbus-hash.h
42
* @addtogroup
DBusHashTable
59
typedef struct
DBusHashTable
DBusHashTable
;
76
DBusHashTable
* _dbus_hash_table_new (DBusHashType type,
79
DBusHashTable
* _dbus_hash_table_ref (
DBusHashTable
*table);
80
void _dbus_hash_table_unref (
DBusHashTable
*table);
81
void _dbus_hash_table_remove_all (
DBusHashTable
*table);
82
void _dbus_hash_iter_init (
DBusHashTable
*table,
93
dbus_bool_t _dbus_hash_iter_lookup (
DBusHashTable
*table
[
all
...]
dbus-hash.c
83
* @defgroup
DBusHashTable
Hash table
85
* @brief
DBusHashTable
data structure
87
* Types and functions related to
DBusHashTable
.
93
* @brief
DBusHashTable
implementation details
95
* The guts of
DBusHashTable
.
156
typedef DBusHashEntry* (* DBusFindEntryFunction) (
DBusHashTable
*table,
163
* @brief Internals of
DBusHashTable
.
168
struct
DBusHashTable
{
214
DBusHashTable
*table; /**< Pointer to table containing entry. */
225
static DBusHashEntry* find_direct_function (
DBusHashTable
*table
[
all
...]
Completed in 26 milliseconds