GNU libmicrohttpd  0.9.29
tsearch.c File Reference
#include <sys/cdefs.h>
#include "tsearch.h"
#include <stdlib.h>
Include dependency graph for tsearch.c:

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

Macro Definition Documentation

#define _SEARCH_PRIVATE

_MSC_FULL_VER

Definition at line 17 of file tsearch.c.

Function Documentation

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function: