#include "mhd_options.h"
#include "tsearch.h"
Go to the source code of this file.
|
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 *)) |
|
◆ node_t
◆ tdelete()
void * tdelete |
( |
const void * | vkey, |
|
|
void ** | vrootp, |
|
|
int(* | compar )(const void *, const void *) ) |
◆ tfind()
void * tfind |
( |
const void * | vkey, |
|
|
void *const * | vrootp, |
|
|
int(* | compar )(const void *, const void *) ) |
◆ tsearch()
void * tsearch |
( |
const void * | vkey, |
|
|
void ** | vrootp, |
|
|
int(* | compar )(const void *, const void *) ) |