ReactOS
0.4.15-dev-2106-g6de3300
|
#include <stdarg.h>
#include <stdio.h>
#include "wine/test.h"
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "shlwapi.h"
#include "wininet.h"
Go to the source code of this file.
Macros | |
#define | LONG_LEN (MAX_PATH * 2) |
#define | HALF_LEN (MAX_PATH / 2 + 1) |
Variables | |
static | DWORD |
static | LPCWSTR |
static | LPSTR |
static | LPDWORD |
static | LPWSTR |
static | LPCSTR |
static | UINT |
struct { | |
const char * url | |
const char * path | |
DWORD ret | |
DWORD todo | |
} | TEST_PATHFROMURL [] |
struct { | |
const char * path | |
BOOL expect | |
} | TEST_PATH_IS_URL [] |
struct { | |
const char * path | |
const char * result | |
} | TEST_PATH_UNQUOTE_SPACES [] |
static const DWORD | SHELL_charclass [] |
struct { | |
const char * path | |
BOOL expect | |
} | test_path_is_relative [] |
Definition at line 200 of file path.c.
Referenced by test_PathCreateFromUrl(), test_PathIsRelativeW(), and test_PathUnquoteSpaces().
Definition at line 186 of file path.c.
Referenced by test_PathCreateFromUrl(), test_PathIsRelativeW(), and test_PathUnquoteSpaces().
START_TEST | ( | path | ) |
Definition at line 1675 of file path.c.
Definition at line 205 of file path.c.
Referenced by test_PathUnquoteSpaces().
Definition at line 753 of file path.c.
Referenced by START_TEST().
Definition at line 815 of file path.c.
Referenced by START_TEST().
Definition at line 1136 of file path.c.
Referenced by START_TEST().
Definition at line 942 of file path.c.
Referenced by START_TEST().
Definition at line 558 of file path.c.
Referenced by START_TEST().
Definition at line 503 of file path.c.
Referenced by START_TEST().
Definition at line 1192 of file path.c.
Referenced by START_TEST().
Definition at line 266 of file path.c.
Referenced by START_TEST().
Definition at line 1070 of file path.c.
Referenced by START_TEST().
Definition at line 1619 of file path.c.
Referenced by START_TEST().
Definition at line 1638 of file path.c.
Referenced by START_TEST().
Definition at line 348 of file path.c.
Referenced by START_TEST().
Definition at line 216 of file path.c.
Referenced by START_TEST().
Definition at line 1662 of file path.c.
Referenced by START_TEST().
Definition at line 1461 of file path.c.
Referenced by START_TEST().
Definition at line 1403 of file path.c.
Referenced by START_TEST().
BOOL expect |
Definition at line 135 of file path.c.
Referenced by test_PathIsRelativeA(), test_PathIsRelativeW(), test_PathIsUrl(), and test_SetSearchPathMode().
Definition at line 46 of file path.c.
Referenced by create_path(), test_IWbemPath_GetClassName(), test_IWbemPath_GetInfo(), test_IWbemPath_GetNamespaceAt(), test_IWbemPath_GetServer(), test_IWbemPath_GetText(), test_IWbemPath_RemoveAllNamespaces(), test_IWbemPath_RemoveNamespaceAt(), test_IWbemPath_SetClassName(), test_IWbemPath_SetNamespaceAt(), test_IWbemPath_SetServer(), test_IWbemPath_SetText(), test_PathIsRelativeW(), test_RtlDetermineDosPathNameType_U(), test_RtlGetFullPathName_U(), test_RtlIsDosDeviceName_U(), test_RtlIsNameLegalDOS8Dot3(), and WbemPath_create().
Definition at line 169 of file path.c.
Referenced by test_RtlIsNameLegalDOS8Dot3().
DWORD ret |
Definition at line 47 of file path.c.
Referenced by add_log_points(), add_points(), build_keylist(), build_namespace(), build_path(), build_server(), EnumDirTree(), GetTempPathA(), GetTempPathW(), GetWideString(), heap_strdupAtoW(), NtGdiEndPath(), NtGdiFillPath(), NtGdiGetPath(), nulldrv_SelectClipPath(), PATH_AddFlatBezier(), PATH_PolyBezierTo(), PATH_PolylineTo(), PATH_StrokePath(), PathCanonicalizeA(), PathCreateFromUrlA(), PathCreateFromUrlW(), PathUnExpandEnvStringsA(), search_dll_path(), search_unix_path(), SearchTreeForFile(), strdupA(), SymFindFileInPath(), test_drive_letter_case(), test_GetFullPathNameA(), test_GetFullPathNameW(), test_GetLongPathNameW(), test_GetShortPathNameW(), test_IWbemPath_SetText(), test_path_state(), test_PathCreateFromUrl(), test_PathGetDriveNumber(), test_PathIsRelativeA(), test_PathIsRelativeW(), test_PathIsUrl(), test_PathIsValidCharA(), test_PathIsValidCharW(), test_PathUnExpandEnvStrings(), test_relative_path(), test_RtlDetermineDosPathNameType_U(), test_RtlGetFullPathName_U(), test_RtlIsDosDeviceName_U(), test_RtlIsNameLegalDOS8Dot3(), test_SearchPathA(), test_SearchPathW(), test_SetSearchPathMode(), and test_widenpath().
Definition at line 361 of file path.c.
Referenced by test_PathIsValidCharA(), and test_PathIsValidCharW().
const { ... } test_path_is_relative[] |
Referenced by test_PathIsRelativeA(), and test_PathIsRelativeW().
struct { ... } TEST_PATH_IS_URL[] |
Referenced by test_PathIsUrl().
const { ... } TEST_PATH_UNQUOTE_SPACES[] |
Referenced by test_PathUnquoteSpaces().
const { ... } TEST_PATHFROMURL[] |
Referenced by test_PathCreateFromUrl().
DWORD todo |
Definition at line 47 of file path.c.
Referenced by test_IWbemPath_SetText(), and test_PathCreateFromUrl().
Definition at line 45 of file path.c.
Referenced by test_PathCreateFromUrl().