MCPcopy Create free account
hub / github.com/corosync/corosync / hdb_iterator_next

Function hdb_iterator_next

include/corosync/hdb.h:222–228  ·  view source on GitHub ↗

* @brief hdb_iterator_next * @param handle_database * @param instance * @param handle * @return */

Source from the content-addressed store, hash-verified

220 * @return
221 */
222static inline int hdb_iterator_next (
223 struct hdb_handle_database *handle_database,
224 void **instance,
225 hdb_handle_t *handle)
226{
227 return (qb_hdb_iterator_next (handle_database, instance, handle));
228}
229
230/**
231 * @brief hdb_base_convert

Callers 3

cmap_finalizeFunction · 0.85
cmap_lib_exit_fnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected