GNU libmicrohttpd 0.9.77
Loading...
Searching...
No Matches
tsearch.h File Reference

Go to the source code of this file.

Functions

voidtdelete (const void *, void **, int(*)(const void *, const void *))
 
voidtfind (const void *, void *const *, int(*)(const void *, const void *))
 
voidtsearch (const void *, void **, int(*)(const void *, const void *))
 

Function Documentation

◆ tdelete()

void * tdelete ( const void vkey,
void **  vrootp,
int(*)(const void *, const void *)  compar 
)

Definition at line 92 of file tsearch.c.

◆ tfind()

void * tfind ( const void vkey,
void *const vrootp,
int(*)(const void *, const void *)  compar 
)

Definition at line 63 of file tsearch.c.

References MHD_HTTP_OK, and NULL.

Referenced by MHD_ip_limit_del(), and MHD_ip_limit_del().

◆ tsearch()

void * tsearch ( const void vkey,
void **  vrootp,
int(*)(const void *, const void *)  compar 
)

Definition at line 27 of file tsearch.c.

References MHD_HTTP_OK, and NULL.

Referenced by MHD_ip_limit_add(), and MHD_ip_limit_add().