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

  /bionic/libc/include/
search.h 38 void* tdelete(const void* __restrict, void** __restrict, int (*)(const void*, const void*));
  /development/ndk/platforms/android-L/include/
search.h 35 void* tdelete(const void* __restrict, void** __restrict, int (*)(const void*, const void*));
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
search.h 38 void* tdelete(const void* __restrict, void** __restrict, int (*)(const void*, const void*));
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
search.h 38 void* tdelete(const void* __restrict, void** __restrict, int (*)(const void*, const void*));
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
search.h 38 void* tdelete(const void* __restrict, void** __restrict, int (*)(const void*, const void*));
  /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.11-4.6/sysroot/usr/include/
search.h 139 extern void *tdelete (__const void *__restrict __key,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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 54 tdelete(const void *vkey, void **vrootp, function

Completed in 472 milliseconds