Guardian Native C Library Calls Reference Manual (G06.29+, H06.08+, J06.03+)

Guardian Native C Library Calls (g - i) hdestroy(3)
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 and J-series native Guardian processes: $SYSTEM.ZDLLnnn.ZCRTLDLL
32-bit H-series and J-series OSS processes: /G/system/zdllnnn/zcrtldll
64-bit H-series and J-series OSS processes: /G/system/zdllnnn/ycrtldll
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).
527192-018 Hewlett-Packard Company 381