logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

qb_hdb_destroy - Destroy a handle database.

Description

Name

       qb_hdb_destroy - Destroy a handle database.

Params

hdbthedatabasetodestroy.

See Also

qb_hdb_handle_get(3), qb_hdb_iterator_reset(3), qb_hdb_handle_create(3), qb_hdb_handle_destroy(3),
       qb_hdb_handle_refcount_get(3), qb_hdb_iterator_next(3), qb_hdb_nocheck_convert(3), qb_hdb_create(3),
       qb_hdb_base_convert(3), qb_hdb_handle_get_always(3), qb_hdb_handle_put(3)

Structures

structqb_hdb{uint32_thandle_count;qb_array_thandles;uint32_titerator;void(*destructor)(void*);uint32_tfirst_run;};

Synopsis

#include<qb/qbhdb.h>voidqb_hdb_destroy(
           structqb_hdb*hdb   /* the database to destroy. */
       );

See Also