Asterisk - The Open Source Telephony Project GIT-master-1f1c5bb
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

ENTRY *hsearch __P ((ENTRY, ACTION))
 
int hcreate __P ((unsigned int))
 
void hdestroy __P ((void))
 

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;
ACTION
Definition: search.h:45
@ FIND
Definition: search.h:46
@ ENTER
Definition: search.h:46

Function Documentation

◆ __P() [1/3]

ENTRY *hsearch __P ( (ENTRY, ACTION )

◆ __P() [2/3]

int hcreate __P ( (unsigned int)  )

◆ __P() [3/3]

void hdestroy __P ( (void)  )