|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include <rtl.h>
#include <debug.h>
#include "rtlavl.h"
#include "avlsupp.c"
Go to the source code of this file.
Defines |
| #define | NDEBUG |
Functions |
| VOID NTAPI | RtlInitializeGenericTableAvl (IN OUT PRTL_AVL_TABLE Table, IN PRTL_AVL_COMPARE_ROUTINE CompareRoutine, IN PRTL_AVL_ALLOCATE_ROUTINE AllocateRoutine, IN PRTL_AVL_FREE_ROUTINE FreeRoutine, IN PVOID TableContext) |
| PVOID NTAPI | RtlInsertElementGenericTableFullAvl (IN PRTL_AVL_TABLE Table, IN PVOID Buffer, IN ULONG BufferSize, OUT PBOOLEAN NewElement OPTIONAL, IN OUT PVOID NodeOrParent, IN OUT TABLE_SEARCH_RESULT SearchResult) |
| PVOID NTAPI | RtlInsertElementGenericTableAvl (IN PRTL_AVL_TABLE Table, IN PVOID Buffer, IN ULONG BufferSize, OUT PBOOLEAN NewElement OPTIONAL) |
| BOOLEAN NTAPI | RtlIsGenericTableEmptyAvl (IN PRTL_AVL_TABLE Table) |
| ULONG NTAPI | RtlNumberGenericTableElementsAvl (IN PRTL_AVL_TABLE Table) |
| PVOID NTAPI | RtlLookupElementGenericTableFullAvl (IN PRTL_AVL_TABLE Table, IN PVOID Buffer, IN OUT PVOID *NodeOrParent, IN OUT TABLE_SEARCH_RESULT *SearchResult) |
| PVOID NTAPI | RtlLookupElementGenericTableAvl (IN PRTL_AVL_TABLE Table, IN PVOID Buffer) |
| PVOID NTAPI | RtlEnumerateGenericTableAvl (IN PRTL_AVL_TABLE Table, IN BOOLEAN Restart) |
| PVOID NTAPI | RtlLookupFirstMatchingElementGenericTableAvl (IN PRTL_AVL_TABLE Table, IN PVOID Buffer, OUT PVOID *RestartKey) |
| PVOID NTAPI | RtlEnumerateGenericTableWithoutSplayingAvl (IN PRTL_AVL_TABLE Table, IN OUT PVOID *RestartKey) |
| PVOID NTAPI | RtlGetElementGenericTableAvl (IN PRTL_AVL_TABLE Table, IN ULONG I) |
| BOOLEAN NTAPI | RtlDeleteElementGenericTableAvl (IN PRTL_AVL_TABLE Table, IN PVOID Buffer) |
Generated on Sat May 26 2012 06:04:02 for ReactOS by
1.7.6.1
|