Asterisk - The Open Source Telephony Project
18.5.0
|
Go to the source code of this file.
Data Structures | |
struct | entry |
Typedefs | |
typedef struct entry | ENTRY |
Enumerations | |
enum | ACTION { HASH_GET, HASH_PUT, HASH_PUTNEW, HASH_DELETE, HASH_FIRST, HASH_NEXT, FIND, ENTER } |
Functions | |
int hcreate | __P ((unsigned int)) |
void hdestroy | __P ((void)) |
ENTRY *hsearch | __P ((ENTRY, ACTION)) |
enum ACTION |
Enumerator | |
---|---|
HASH_GET | |
HASH_PUT | |
HASH_PUTNEW | |
HASH_DELETE | |
HASH_FIRST | |
HASH_NEXT | |
FIND | |
ENTER |
Definition at line 45 of file search.h.
int hcreate __P | ( | (unsigned int) | ) |
void hdestroy __P | ( | (void) | ) |