ReactOS 0.4.16-dev-336-gb667d82
|
#include <stdio.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <windows.h>
#include "fci.h"
#include "fdi.h"
#include "wine/test.h"
#include <pshpack1.h>
#include <poppack.h>
Go to the source code of this file.
Classes | |
struct | CFHEADER |
struct | CFFOLDER |
struct | CFFILE |
struct | CFDATA |
struct | mem_data |
Macros | |
#define | MEDIA_SIZE 999999999 |
#define | FOLDER_THRESHOLD 900000 |
Variables | |
static CHAR | CURR_DIR [MAX_PATH] |
struct { | |
struct CFHEADER header | |
struct CFFOLDER folder | |
struct CFFILE file | |
UCHAR szName [sizeof("file.dat")] | |
struct CFDATA data | |
UCHAR ab [sizeof("Hello World!") -1] | |
} | cab_data |
static INT_PTR | static_fdi_handle |
Definition at line 588 of file fdi.c.
Referenced by create_cab_file().
|
static |
Definition at line 737 of file fdi.c.
Referenced by test_FDICopy().
Definition at line 614 of file fdi.c.
Referenced by test_FDIIsCabinet().
Definition at line 410 of file fdi.c.
Referenced by test_FDIIsCabinet().
Definition at line 398 of file fdi.c.
Referenced by create_test_files(), and test_FDIIsCabinet().
Definition at line 513 of file fdi.c.
Referenced by create_cab_file(), and test_FDICopy().
Definition at line 532 of file fdi.c.
Referenced by create_cab_file(), and test_FDICopy().
Definition at line 465 of file fdi.c.
Referenced by create_cab_file(), and test_FDICopy().
Definition at line 489 of file fdi.c.
Referenced by create_cab_file(), and test_FDICopy().
Definition at line 521 of file fdi.c.
Referenced by create_cab_file(), and test_FDICopy().
Definition at line 127 of file fdi.c.
Referenced by test_FDICopy(), test_FDICreate(), test_FDIDestroy(), and test_FDIIsCabinet().
Definition at line 170 of file fdi.c.
Referenced by test_FDICopy(), test_FDICreate(), test_FDIDestroy(), and test_FDIIsCabinet().
Definition at line 203 of file fdi.c.
Referenced by test_FDIIsCabinet().
Definition at line 137 of file fdi.c.
Referenced by test_FDICopy(), test_FDICreate(), test_FDIDestroy(), and test_FDIIsCabinet().
Definition at line 790 of file fdi.c.
Referenced by test_FDICopy().
|
static |
Definition at line 823 of file fdi.c.
Referenced by test_FDICopy().
Definition at line 742 of file fdi.c.
Referenced by test_FDICopy().
Definition at line 762 of file fdi.c.
Referenced by test_FDICopy().
Definition at line 796 of file fdi.c.
Referenced by test_FDICopy().
Definition at line 142 of file fdi.c.
Referenced by test_FDICopy(), test_FDICreate(), test_FDIDestroy(), and test_FDIIsCabinet().
Definition at line 185 of file fdi.c.
Referenced by test_FDIIsCabinet().
Definition at line 152 of file fdi.c.
Referenced by fdi_read_static(), test_FDICopy(), test_FDICreate(), test_FDIDestroy(), and test_FDIIsCabinet().
Definition at line 176 of file fdi.c.
Referenced by fdi_seek_static(), test_FDICopy(), test_FDICreate(), test_FDIDestroy(), and test_FDIIsCabinet().
Definition at line 161 of file fdi.c.
Referenced by test_FDICopy(), test_FDICreate(), test_FDIDestroy(), and test_FDIIsCabinet().
Definition at line 197 of file fdi.c.
Referenced by test_FDIIsCabinet().
|
static |
Definition at line 459 of file fdi.c.
Referenced by create_cab_file(), and test_FDICopy().
Definition at line 449 of file fdi.c.
Referenced by add_file(), create_cab_file(), and test_FDICopy().
|
static |
Definition at line 559 of file fdi.c.
Referenced by add_file().
Definition at line 540 of file fdi.c.
Referenced by create_cab_file(), and test_FDICopy().
Definition at line 602 of file fdi.c.
Referenced by create_cab_file(), and test_FDICopy().
START_TEST | ( | fdi | ) |
Definition at line 857 of file fdi.c.
Referenced by START_TEST().
Definition at line 215 of file fdi.c.
Referenced by START_TEST().
Definition at line 372 of file fdi.c.
Referenced by START_TEST().
Definition at line 645 of file fdi.c.
Referenced by START_TEST().
Definition at line 106 of file fdi.c.
Referenced by QuickLaunchBar::AddButton(), TaskBar::EnumWndProc(), OnCreate(), and TestCommandLine().
const struct { ... } cab_data |
Referenced by fdi_mem_open().
Definition at line 34 of file fdi.c.
Referenced by add_file(), create_test_files(), set_cab_parameters(), and test_FDICopy().
|
static |
Definition at line 183 of file fdi.c.
Referenced by fdi_read_static(), fdi_seek_static(), and test_FDIIsCabinet().