|
ReactOS 0.4.16-dev-2104-gb84fa49
|
#include <corecrt.h>
Go to the source code of this file.
Functions | |
| _ACRTIMP void *__cdecl | _lfind (const void *, const void *, unsigned int *, unsigned int, int(__cdecl *)(const void *, const void *)) |
| _ACRTIMP void *__cdecl | _lsearch (const void *, void *, unsigned int *, unsigned int, int(__cdecl *)(const void *, const void *)) |
| _ACRTIMP void *__cdecl | bsearch (const void *, const void *, size_t, size_t, int(__cdecl *)(const void *, const void *)) |
| _ACRTIMP void __cdecl | qsort (void *, size_t, size_t, int(__cdecl *)(const void *, const void *)) |
| static void * | lfind (const void *match, const void *start, unsigned int *array_size, unsigned int elem_size, int(__cdecl *cf)(const void *, const void *)) |
| static void * | lsearch (const void *match, void *start, unsigned int *array_size, unsigned int elem_size, int(__cdecl *cf)(const void *, const void *)) |
| _ACRTIMP void *__cdecl _lfind | ( | const void * | , |
| const void * | , | ||
| unsigned int * | , | ||
| unsigned int | , | ||
| int(__cdecl *)(const void *, const void *) | |||
| ) |
Referenced by _lsearch(), and lfind().
| _ACRTIMP void *__cdecl _lsearch | ( | const void * | , |
| void * | , | ||
| unsigned int * | , | ||
| unsigned int | , | ||
| int(__cdecl *)(const void *, const void *) | |||
| ) |
Referenced by lsearch().
| _ACRTIMP void *__cdecl bsearch | ( | const void * | , |
| const void * | , | ||
| size_t | , | ||
| size_t | , | ||
| int(__cdecl *)(const void *, const void *) | |||
| ) |
|
inlinestatic |
Definition at line 39 of file search.h.
| _ACRTIMP void __cdecl qsort | ( | void * | , |
| size_t | , | ||
| size_t | , | ||
| int(__cdecl *)(const void *, const void *) | |||
| ) |
Referenced by _TIFFMergeFields(), build_huffman_tree(), chmc_entries_qsort(), coff_process_info(), CommitContext(), CompleteFilename(), computeBracketPairs(), ConvertCoffs(), ConvertDbgHelp(), ConvertStabs(), CRYPT_DEREncodeItemsAsSet(), CRYPT_DEREncodeSet(), d3dx9_mesh_GenerateAdjacency(), DumpContext(), EngSort(), EnumerateGroups(), EnumerateLocalGroups(), EnumerateUsers(), expand_argument_wildcards(), FilterMapper3_EnumMatchingFilters(), FreeUrlCacheSpaceW(), generate_joliet_path_tables(), generate_path_tables(), get_constants_desc(), get_dispids(), GetExtendedTcpTable(), GetExtendedUdpTable(), GetIfTable(), GetIpAddrTable(), GetIpForwardTable(), GetIpNetTable(), gl_display_matches(), InitCommandList(), IntEnumFontFamilies(), JapaneseEra_Load(), joliet_sort_directory(), main(), MergeStabsAndCoffs(), MmspSortSegments(), preprocess_dispex_data(), PrintActiveRoutes(), PrintContext(), PrintSubcontexts(), RegFindRecurse(), RegFindWalk(), remap_faces_for_attrsort(), resort_symbols(), RtlpInitializeLocaleTable(), RunOnceExInstance::RunOnceExInstance(), RunOnceExSection::RunOnceExSection(), Entry::sort_directory(), sort_directory(), sort_interfaces(), SortBookmarks(), SortFileInfoList(), strarray_qsort(), test_effect_state_manager(), test_sorting(), tinydir_open_sorted(), TRACKBAR_GetTic(), triangulate(), and WHERE_execute().