GNU libmicrohttpd  0.9.29
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
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
 

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

Definition at line 15 of file tsearch.c.

Function Documentation

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

Definition at line 85 of file tsearch.c.

References NULL.

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

Definition at line 55 of file tsearch.c.

References NULL.

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

Definition at line 21 of file tsearch.c.

References NULL.