HomeSort by relevance Sort by last modified time
    Searched refs:zero_elements (Results 1 - 2 of 2) sorted by null

  /external/dbus/dbus/
dbus-mempool.h 36 dbus_bool_t zero_elements);
dbus-mempool.c 101 unsigned int zero_elements : 1; /**< whether to zero-init allocated elements */ member in struct:DBusMemPool
133 * @param zero_elements whether to zero-initialize elements
138 dbus_bool_t zero_elements)
161 pool->zero_elements = zero_elements != FALSE;
227 if (pool->zero_elements)
257 if (pool->zero_elements)
299 if (pool->zero_elements)

Completed in 65 milliseconds