1QB_HDB_ITERATOR_NEXT(3)    libqb Programmer's Manual   QB_HDB_ITERATOR_NEXT(3)
2
3
4

NAME

6       qb_hdb_iterator_next  -  Get  the  next object and increament it's ref‐
7       count.
8

SYNOPSIS

10       #include <qb/qbhdb.h>
11
12       int32_t qb_hdb_iterator_next(
13           struct qb_hdb   *hdb,
14           void           **instance,
15           qb_handle_t     *handle
16       );
17

PARAMS

19       hdb      the database instance
20
21       instance (out) pointer to the desired object.
22
23       handle   (out) the handle
24

DESCRIPTION

26       Remember to call qb_hdb_handle_put()
27

STRUCTURES

29       struct qb_hdb {
30           uint32_t    handle_count;
31           qb_array_t  handles;
32           uint32_t    iterator;
33           void      (*destructor)(void *);
34           uint32_t    first_run;
35       };
36

RETURN VALUE

38       (0 == ok, -errno failure)
39

SEE ALSO

41       qb_hdb_handle_get(3), qb_hdb_iterator_reset(3),
42       qb_hdb_handle_create(3), qb_hdb_handle_destroy(3),
43       qb_hdb_handle_refcount_get(3), qb_hdb_nocheck_convert(3),
44       qb_hdb_create(3), qb_hdb_destroy(3), qb_hdb_base_convert(3),
45       qb_hdb_handle_get_always(3), qb_hdb_handle_put(3)
46
48       Copyright (C) 2010-2020 Red Hat, Inc. All rights reserved.
49
50
51
52LIBQB                             2020-07-30           QB_HDB_ITERATOR_NEXT(3)
Impressum