|
ReactOS 0.4.16-dev-1998-g617f3bd
|
#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 581 of file fdi.c.
Referenced by create_cab_file().
|
static |
Definition at line 730 of file fdi.c.
Referenced by test_FDICopy().
Definition at line 607 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 506 of file fdi.c.
Referenced by create_cab_file(), and test_FDICopy().
Definition at line 525 of file fdi.c.
Referenced by create_cab_file(), and test_FDICopy().
Definition at line 458 of file fdi.c.
Referenced by create_cab_file(), and test_FDICopy().
Definition at line 482 of file fdi.c.
Referenced by create_cab_file(), and test_FDICopy().
Definition at line 514 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 783 of file fdi.c.
Referenced by test_FDICopy().
|
static |
Definition at line 816 of file fdi.c.
Referenced by test_FDICopy().
Definition at line 735 of file fdi.c.
Referenced by test_FDICopy().
Definition at line 755 of file fdi.c.
Referenced by test_FDICopy().
Definition at line 789 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 452 of file fdi.c.
Referenced by create_cab_file(), and test_FDICopy().
Definition at line 442 of file fdi.c.
Referenced by add_file(), create_cab_file(), and test_FDICopy().
|
static |
Definition at line 552 of file fdi.c.
Referenced by add_file().
Definition at line 533 of file fdi.c.
Referenced by create_cab_file(), and test_FDICopy().
Definition at line 595 of file fdi.c.
Referenced by create_cab_file(), and test_FDICopy().
| START_TEST | ( | fdi | ) |
Definition at line 938 of file fdi.c.
Definition at line 850 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 638 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(), set_cab_parameters(), START_TEST(), and test_FDICopy().
|
static |
Definition at line 183 of file fdi.c.
Referenced by fdi_read_static(), fdi_seek_static(), and test_FDIIsCabinet().