ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Functions | |
static | NTSTATUS (WINAPI *pRtlMultiByteToUnicodeN)(LPWSTR dst |
static | void (WINAPI *pRtlSetCurrentEnvironment)(PWSTR |
static void | testQuery (void) |
static void | testSetHelper (LPWSTR *env, const char *var, const char *val, NTSTATUS ret, NTSTATUS alt) |
static void | testSet (void) |
static void | testExpand (void) |
START_TEST (env) | |
Variables | |
static DWORD | dstlen |
static DWORD LPDWORD | reslen |
static DWORD LPDWORD LPCSTR | src |
static DWORD LPDWORD LPCSTR DWORD | srclen |
static | PUNICODE_STRING |
static | PULONG |
static WCHAR | small_env [] |
START_TEST | ( | env | ) |
Definition at line 277 of file env.c.
Definition at line 205 of file env.c.
Referenced by START_TEST().
Definition at line 52 of file env.c.
Referenced by START_TEST().
Definition at line 170 of file env.c.
Referenced by START_TEST(), test_hash_set(), and test_set().
|
static |
Definition at line 127 of file env.c.
Referenced by testSet().
|
static |
Definition at line 34 of file env.c.
Referenced by testExpand(), and testQuery().