HomeSort by relevance Sort by last modified time
    Searched refs:tdelete (Results 1 - 9 of 9) sorted by null

  /external/libmicrohttpd/src/microhttpd/
tsearch.h 41 void *tdelete(const void * __restrict, void ** __restrict,
tsearch.c 87 tdelete(const void * __restrict vkey, void ** __restrict vrootp, function
daemon.c 407 tdelete (found_key,
    [all...]
  /bionic/tests/headers/posix/
search_h.c 60 FUNCTION(tdelete, void* (*f)(const void*, void**, int (*)(const void*, const void*)));
  /bionic/libc/include/
search.h 58 void* tdelete(const void* __key, void** __root_ptr, int (*__comparator)(const void*, const void*)) __INTRODUCED_IN(16);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
search.h 60 void * __cdecl tdelete (const void * __restrict__, void ** __restrict__, int (*)(const void *, const void *)) __MINGW_ATTRIB_NONNULL (2) __MINGW_ATTRIB_NONNULL (3);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
search.h 139 extern void *tdelete (__const void *__restrict __key,
  /bionic/tests/
search_test.cpp 126 TEST(search, tdelete) {
132 // tdelete(3) leaks n1.
134 ASSERT_EQ(nullptr, tdelete(&not_there, &root, pod_node_cmp));
135 ASSERT_NE(nullptr, tdelete(&n1, &root, pod_node_cmp));
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
tsearch.c 53 tdelete(const void *vkey, void **vrootp, function

Completed in 470 milliseconds