#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(*)(const void *, const void *) |
compar |
|
) |
| |
◆ tfind()
| void * tfind |
( |
const void * |
vkey, |
|
|
void *const * |
vrootp, |
|
|
int(*)(const void *, const void *) |
compar |
|
) |
| |
◆ tsearch()
| void * tsearch |
( |
const void * |
vkey, |
|
|
void ** |
vrootp, |
|
|
int(*)(const void *, const void *) |
compar |
|
) |
| |