ReactOS 0.4.16-dev-847-g386fccd
|
#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 1759 of file path.c.
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 1426 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 397 of file path.c.
Referenced by START_TEST().
Definition at line 424 of file path.c.
Referenced by START_TEST().
Definition at line 448 of file path.c.
Referenced by START_TEST().
Definition at line 471 of file path.c.
Referenced by START_TEST().
Definition at line 1715 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 1675 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().
const struct { ... } test_path_is_relative[] |
Referenced by test_PathIsRelativeA(), and test_PathIsRelativeW().
struct { ... } TEST_PATH_IS_URL[] |
Referenced by test_PathIsUrl().
const struct { ... } TEST_PATH_UNQUOTE_SPACES[] |
Referenced by test_PathUnquoteSpaces().
const struct { ... } 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().