|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 186 of file path.c.
Referenced by test_PathCreateFromUrl(), test_PathIsRelativeW(), and test_PathUnquoteSpaces().
| START_TEST | ( | path | ) |
Definition at line 1770 of file path.c.
Definition at line 748 of file path.c.
Referenced by START_TEST().
Definition at line 810 of file path.c.
Referenced by START_TEST().
Definition at line 1147 of file path.c.
Referenced by START_TEST().
Definition at line 937 of file path.c.
Referenced by START_TEST().
Definition at line 544 of file path.c.
Referenced by START_TEST().
Definition at line 489 of file path.c.
Referenced by START_TEST().
Definition at line 1203 of file path.c.
Referenced by START_TEST().
Definition at line 252 of file path.c.
Referenced by START_TEST().
Definition at line 1081 of file path.c.
Referenced by START_TEST().
Definition at line 1437 of file path.c.
Referenced by START_TEST().
Definition at line 1630 of file path.c.
Referenced by START_TEST().
Definition at line 1649 of file path.c.
Referenced by START_TEST().
Definition at line 334 of file path.c.
Referenced by START_TEST().
Definition at line 383 of file path.c.
Referenced by START_TEST().
Definition at line 410 of file path.c.
Referenced by START_TEST().
Definition at line 434 of file path.c.
Referenced by START_TEST().
Definition at line 457 of file path.c.
Referenced by START_TEST().
Definition at line 1726 of file path.c.
Referenced by START_TEST().
Definition at line 202 of file path.c.
Referenced by START_TEST().
Definition at line 1673 of file path.c.
Referenced by START_TEST().
Definition at line 1686 of file path.c.
Referenced by START_TEST().
Definition at line 1472 of file path.c.
Referenced by START_TEST().
Definition at line 1414 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().