sec_attr_util_sch_ent_free_ptrs(3sec) — Subroutines
NAME
sec_attr_util_sch_ent_free_ptrs — Frees nonnull pointers in a sec_attr_schema_entry_t
Synopsis
void sec_attr_util_sch_ent_free_ptrs (
sec_attr_schema_entry_t ∗sec_sch_entry_p);
Parameters
Input/Output
∗sec_sch_entry_p
As input, a pointer to an allocated and potentially initialized sec_attr_schema_entry_t. As output, a pointer to a sec_attr_schema_entry_t with internal pointers freed and set to NULL.
Description
The sec_attr_util_sch_ent_free_ptrs() routine frees and sets to NULL each nonnull pointer in a sec_attr_schema_entry_t pointed to by sec_sch_entry_p. The sec_sch_entry_p itself is not freed. A partially initialized sec_attr_schem_entry_t is handled correctly.
Files
/usr/include/dce/sec_attr_util.idl
The idl file from which dce/sec_attr_util.h was derived.
Related Information
Functions: sec_attr_util_sch_ent_free(3sec).