src/microhttpd/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.

Defines

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

Define 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 node::llink, NULL, and node::rlink.

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

Definition at line 55 of file tsearch.c.

References node::llink, NULL, and node::rlink.

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

Definition at line 21 of file tsearch.c.

References node::key, node::llink, NULL, and node::rlink.


Generated on 17 Oct 2014 for GNU libmicrohttpd by  doxygen 1.6.1