GNU libmicrohttpd
0.9.29
|
Go to the source code of this file.
Macros | |
#define | _SEARCH_PRIVATE |
_MSC_FULL_VER More... | |
Functions | |
void * | tsearch (void *vkey, void **vrootp, int *compar) const |
void * | tfind (void *vkey, void *const *vrootp, int *compar) const |
void * | tdelete (const void *__restrict vkey, void **__restrict vrootp, int(*compar)(const void *, const void *)) |
void* tdelete | ( | const void *__restrict | vkey, |
void **__restrict | vrootp, | ||
int(*)(const void *, const void *) | compar | ||
) |
Definition at line 87 of file tsearch.c.
References NULL.
Referenced by MHD_ip_limit_del().
void* tfind | ( | void * | vkey, |
void * const * | vrootp, | ||
int * | compar | ||
) | const |
Definition at line 57 of file tsearch.c.
References NULL.
Referenced by MHD_ip_limit_del().
void* tsearch | ( | void * | vkey, |
void ** | vrootp, | ||
int * | compar | ||
) | const |
Definition at line 23 of file tsearch.c.
References NULL.
Referenced by MHD_ip_limit_add().