GNU libmicrohttpd 1.0.0
|
Go to the source code of this file.
Functions | |
void * | tdelete (const void *__restrict, void **__restrict, 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 * | __restrict, |
void ** | __restrict, | ||
int(*)(const void *, const void *) | compar ) |
Definition at line 92 of file tsearch.c.
References MHD_HTTP_OK, and NULL.