PostgreSQL Source Code
git master
|
#include "c.h"
Go to the source code of this file.
Functions | |
void * | bsearch_arg (const void *key, const void *base0, size_t nmemb, size_t size, int(*compar)(const void *, const void *, void *), void *arg) |
void* bsearch_arg | ( | const void * | key, |
const void * | base0, | ||
size_t | nmemb, | ||
size_t | size, | ||
int(*)(const void *, const void *, void *) | compar, | ||
void * | arg | ||
) |
Definition at line 55 of file bsearch_arg.c.
References arg, cmp(), sort-test::key, and size.
Referenced by AssertCheckRanges(), range_contains_value(), statext_mcv_build(), and statext_mcv_serialize().