Asterisk - The Open Source Telephony Project  18.5.0
Data Structures | Typedefs | Enumerations | Functions
search.h File Reference
This graph shows which files directly or indirectly include this file:

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))
 

Typedef Documentation

◆ ENTRY

typedef struct entry ENTRY

Enumeration Type Documentation

◆ 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.

45  {
46  FIND, ENTER
47 } ACTION;
Definition: search.h:46
Definition: search.h:46
ACTION
Definition: search.h:45

Function Documentation

◆ __P() [1/3]

int hcreate __P ( (unsigned int)  )

◆ __P() [2/3]

void hdestroy __P ( (void)  )

◆ __P() [3/3]

ENTRY* hsearch __P ( (ENTRY, ACTION )