|
ReactOS 0.4.17-dev-243-g1369312
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Definition at line 31 of file env.c.
Referenced by BaseCreateVDMEnvironment(), CreateEnvironmentBlock(), SetEnvironmentStringsW(), SmpLoadDataFromRegistry(), test_RtlSetCurrentEnvironment(), and test_RtlSetEnvironmentVariable().
Definition at line 116 of file env.c.
Referenced by BaseCreateVDMEnvironment(), CreateEnvironmentBlock(), CreateProcessInternalW(), DestroyEnvironmentBlock(), SetEnvironmentStringsW(), and test_RtlSetEnvironmentVariable().
| NTSTATUS NTAPI RtlExpandEnvironmentStrings | ( | _In_opt_ PVOID | Environment, |
| _In_reads_(SourceLength) PCWSTR | SourceBuffer, | ||
| _In_ SIZE_T | SourceLength, | ||
| _Out_writes_(DestMax) PWSTR | Destination, | ||
| _In_ SIZE_T | DestMax, | ||
| _Out_opt_ PSIZE_T | Length | ||
| ) |
Definition at line 132 of file env.c.
Referenced by RtlExpandEnvironmentStrings_U().
| NTSTATUS NTAPI RtlExpandEnvironmentStrings_U | ( | _In_opt_ PWSTR | Environment, |
| _In_ PUNICODE_STRING | SourceString, | ||
| _Inout_ PUNICODE_STRING | DestinationString, | ||
| _In_ PULONG | ReturnLength | ||
| ) |
Definition at line 264 of file env.c.
| NTSTATUS NTAPI RtlQueryEnvironmentVariable | ( | _In_opt_ PVOID | Environment, |
| _In_reads_(NameLength) PWSTR | Name, | ||
| _In_ SIZE_T | NameLength, | ||
| _Out_writes_(ValueLength) PWSTR | Value, | ||
| _In_ SIZE_T | ValueLength, | ||
| _Out_ PSIZE_T | ReturnLength | ||
| ) |
Definition at line 562 of file env.c.
Referenced by RtlQueryEnvironmentVariable_U().
| NTSTATUS NTAPI RtlQueryEnvironmentVariable_U | ( | _In_opt_ PWSTR | Environment, |
| _In_ PCUNICODE_STRING | Name, | ||
| _Out_ PUNICODE_STRING | Value | ||
| ) |
Definition at line 659 of file env.c.
Referenced by AppendUserEnvironmentVariable(), ApphelppInitDebugLevel(), BasepComputeProcessPath(), BasepIsCurDirAllowedForPlainExeNames(), GetEnvironmentVariableA(), GetEnvironmentVariableW(), query_env_var_(), RtlExpandEnvironmentStrings(), RtlGetFullPathName_Ustr(), SdbpPropagateEnvLayers(), SeiInitDebugSupport(), SmpParseCommandLine(), and START_TEST().
Definition at line 312 of file env.c.
| NTSTATUS NTAPI RtlSetEnvironmentStrings | ( | _In_ PWCHAR | NewEnvironment, |
| _In_ ULONG | NewEnvironmentSize | ||
| ) |
| NTSTATUS NTAPI RtlSetEnvironmentVariable | ( | _In_z_ PWSTR * | Environment, |
| _In_ PUNICODE_STRING | Name, | ||
| _In_ PUNICODE_STRING | Value | ||
| ) |
Definition at line 338 of file env.c.
Referenced by AppendUserEnvironmentVariable(), SeiSetLayerEnvVar(), set_env_var(), SetEnvironmentStringsW(), SetEnvironmentVariableA(), SetEnvironmentVariableW(), SetUserEnvironmentVariable(), SmpConfigureEnvironment(), and test_RtlExpandEnvironmentStrings().