GNU libmicrohttpd 0.9.77
Loading...
Searching...
No Matches
tsearch.c File Reference
#include "mhd_options.h"
#include "tsearch.h"
Include dependency graph for tsearch.c:

Go to the source code of this file.

Typedefs

typedef struct node node_t
 

Functions

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

Typedef Documentation

◆ node_t

typedef struct node node_t

Function Documentation

◆ tdelete()

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

Definition at line 92 of file tsearch.c.

References NULL.

◆ tfind()

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

Definition at line 67 of file tsearch.c.

References NULL.

◆ tsearch()

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

Definition at line 32 of file tsearch.c.

References NULL.