|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
| NTSTATUS NTAPI RtlAddAtomToAtomTable | ( | IN PRTL_ATOM_TABLE | AtomTable, |
| IN PWSTR | AtomName, | ||
| OUT PRTL_ATOM | Atom | ||
| ) |
Definition at line 308 of file atom.c.
Definition at line 150 of file atom.c.
Definition at line 426 of file atom.c.
| NTSTATUS NTAPI RtlDestroyAtomTable | ( | IN PRTL_ATOM_TABLE | AtomTable | ) |
Definition at line 203 of file atom.c.
Referenced by IntWinStaObjectDelete(), and main().
| NTSTATUS NTAPI RtlEmptyAtomTable | ( | PRTL_ATOM_TABLE | AtomTable, |
| BOOLEAN | DeletePinned | ||
| ) |
Definition at line 254 of file atom.c.
| NTSTATUS NTAPI RtlLookupAtomInAtomTable | ( | IN PRTL_ATOM_TABLE | AtomTable, |
| IN PWSTR | AtomName, | ||
| OUT PRTL_ATOM | Atom | ||
| ) |
Definition at line 495 of file atom.c.
| PRTL_ATOM_TABLE RtlpAllocAtomTable | ( | ULONG | Size | ) |
Definition at line 409 of file libsupp.c.
Referenced by RtlCreateAtomTable().
| PRTL_ATOM_TABLE_ENTRY RtlpAllocAtomTableEntry | ( | ULONG | Size | ) |
Definition at line 425 of file libsupp.c.
Referenced by RtlAddAtomToAtomTable().
Definition at line 86 of file atom.c.
Referenced by RtlAddAtomToAtomTable(), and RtlLookupAtomInAtomTable().
| BOOLEAN RtlpCreateAtomHandle | ( | PRTL_ATOM_TABLE | AtomTable, |
| PRTL_ATOM_TABLE_ENTRY | Entry | ||
| ) |
Definition at line 455 of file libsupp.c.
Referenced by RtlAddAtomToAtomTable().
| BOOLEAN RtlpCreateAtomHandleTable | ( | PRTL_ATOM_TABLE | AtomTable | ) |
Definition at line 393 of file libsupp.c.
Referenced by RtlCreateAtomTable().
| VOID RtlpDestroyAtomHandleTable | ( | PRTL_ATOM_TABLE | AtomTable | ) |
Definition at line 403 of file libsupp.c.
Referenced by RtlDestroyAtomTable().
| VOID RtlpDestroyAtomTableLock | ( | PRTL_ATOM_TABLE | AtomTable | ) |
Definition at line 369 of file libsupp.c.
Referenced by RtlCreateAtomTable(), and RtlDestroyAtomTable().
| VOID RtlpFreeAtomHandle | ( | PRTL_ATOM_TABLE | AtomTable, |
| PRTL_ATOM_TABLE_ENTRY | Entry | ||
| ) |
Definition at line 441 of file libsupp.c.
Referenced by RtlDeleteAtomFromAtomTable(), and RtlEmptyAtomTable().
| VOID RtlpFreeAtomTable | ( | PRTL_ATOM_TABLE | AtomTable | ) |
Definition at line 417 of file libsupp.c.
Referenced by RtlCreateAtomTable(), and RtlDestroyAtomTable().
| VOID RtlpFreeAtomTableEntry | ( | PRTL_ATOM_TABLE_ENTRY | Entry | ) |
Definition at line 433 of file libsupp.c.
Referenced by RtlAddAtomToAtomTable(), RtlDeleteAtomFromAtomTable(), RtlDestroyAtomTable(), and RtlEmptyAtomTable().
| PRTL_ATOM_TABLE_ENTRY RtlpGetAtomEntry | ( | PRTL_ATOM_TABLE | AtomTable, |
| ULONG | Index | ||
| ) |
Definition at line 491 of file libsupp.c.
Referenced by RtlDeleteAtomFromAtomTable(), RtlPinAtomInAtomTable(), and RtlQueryAtomInAtomTable().
|
static |
Definition at line 39 of file atom.c.
Referenced by RtlAddAtomToAtomTable(), RtlDeleteAtomFromAtomTable(), and RtlLookupAtomInAtomTable().
Definition at line 546 of file atom.c.
| NTSTATUS RtlpInitAtomTableLock | ( | PRTL_ATOM_TABLE | AtomTable | ) |
Definition at line 361 of file libsupp.c.
Referenced by RtlCreateAtomTable().
| BOOLEAN RtlpLockAtomTable | ( | PRTL_ATOM_TABLE | AtomTable | ) |
Definition at line 376 of file libsupp.c.
Referenced by RtlAddAtomToAtomTable(), RtlDeleteAtomFromAtomTable(), RtlDestroyAtomTable(), RtlEmptyAtomTable(), RtlLookupAtomInAtomTable(), RtlPinAtomInAtomTable(), RtlQueryAtomInAtomTable(), and RtlQueryAtomListInAtomTable().
| VOID RtlpUnlockAtomTable | ( | PRTL_ATOM_TABLE | AtomTable | ) |
Definition at line 384 of file libsupp.c.
Referenced by RtlAddAtomToAtomTable(), RtlDeleteAtomFromAtomTable(), RtlDestroyAtomTable(), RtlEmptyAtomTable(), RtlLookupAtomInAtomTable(), RtlPinAtomInAtomTable(), RtlQueryAtomInAtomTable(), and RtlQueryAtomListInAtomTable().
| NTSTATUS NTAPI RtlQueryAtomInAtomTable | ( | PRTL_ATOM_TABLE | AtomTable, |
| RTL_ATOM | Atom, | ||
| PULONG | RefCount, | ||
| PULONG | PinCount, | ||
| PWSTR | AtomName, | ||
| PULONG | NameLength | ||
| ) |
Definition at line 600 of file atom.c.
| NTSTATUS NTAPI RtlQueryAtomListInAtomTable | ( | IN PRTL_ATOM_TABLE | AtomTable, |
| IN ULONG | MaxAtomCount, | ||
| OUT ULONG * | AtomCount, | ||
| OUT RTL_ATOM * | AtomList | ||
| ) |
Definition at line 704 of file atom.c.
Referenced by NtQueryInformationAtom().