SQLBOX_ROLE_HIER_FREE(3) Library Functions Manual SQLBOX_ROLE_HIER_FREE(3)

sqlbox_role_hier_freefree hierarchical role generator

library “sqlbox”

#include <stdint.h>
#include <sqlbox.h>

void
sqlbox_role_hier_free(struct sqlbox_role_hier *p);

Releases memory held by a hierarchical generator p. If it is NULL, does nothing. This does not affect the memory of any lattices created with sqlbox_role_hier_gen(3).

sqlbox_role_hier_alloc(3), sqlbox_role_hier_gen(3)

December 2, 2023 OpenBSD 7.4