|
GNU libmicrohttpd 1.0.10
|

Go to the source code of this file.
Functions | |
| void * | tdelete (const void *, void **, int(*)(const void *, const void *)) |
| void * | tfind (const void *, void *const *, int(*)(const void *, const void *)) |
| void * | tsearch (const void *, void **, int(*)(const void *, const void *)) |
| void * tdelete | ( | 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 * tsearch | ( | const void * | vkey, |
| void ** | vrootp, | ||
| int(* | compar )(const void *, const void *) ) |