Guardian Native C Library Calls Reference Manual (G06.28+, H06.05+)
hdestroy(3) Guardian Native C Library Calls Reference Manual
NAME
hdestroy - Removes a hash table
LIBRARY
G-series native Guardian processes: $SYSTEM.SYSnn.ZCRTLSRL
G-series native OSS processes: /G/system/sysnn/zcrtlsrl
H-series native Guardian processes: $SYSTEM.ZDLLnnn.ZCRTLDLL
H-series OSS processes: /G/system/zdllnnn/zcrtldll
SYNOPSIS
#include <search.h>
void hdestroy(void);
PARAMETERS
None.
DESCRIPTION
The hsearch(), hcreate(), and hdestroy( ) functions are used to manage hash table operations.
The hdestroy( ) function deletes the hash table. This allows you to start a new hash table
because only one table may be active at a time. After the call to hdestroy( ), the hash table data
should no longer be considered accessible.
RETURN VALUES
None.
ERRORS
None. This function does not set errno.
RELATED INFORMATION
Functions: bsearch(3), hcreate(3), hsearch(3), lsearch(3), tsearch(3), qsort(3).
3−50 Hewlett-Packard Company 527192-007