SYMBOL INDEX (2072 symbols across 269 files) FILE: external/AnyOption/anyoption.h function class (line 32) | class AnyOption FILE: external/AnyOption/demo.cpp function main (line 22) | int function example (line 29) | void FILE: external/TinyThread/source/fast_mutex.h function lock (line 112) | inline void lock() FILE: external/TinyThread/source/tinythread.cpp type tthread (line 35) | namespace tthread { function _pthread_t_to_ID (line 131) | static thread::id _pthread_t_to_ID(const pthread_t &aHandle) type _thread_start_info (line 150) | struct _thread_start_info { FILE: external/TinyThread/source/tinythread.h function namespace (line 143) | namespace tthread { FILE: external/TinyThread/test/fractal.cpp class Pixel (line 45) | class Pixel { method Pixel (line 47) | Pixel() : r(0), g(0), b(0) {} method Pixel (line 49) | Pixel(unsigned char red, unsigned char green, unsigned char blue) class Image (line 60) | class Image { method Image (line 63) | Image(int aWidth, int aHeight) method WriteToTGAFile (line 76) | void WriteToTGAFile(const char * aFileName) method Pixel (line 91) | Pixel& operator[](const int idx) method Width (line 96) | inline int Width() const method Height (line 101) | inline int Height() const class RowDispatcher (line 114) | class RowDispatcher { method RowDispatcher (line 116) | RowDispatcher(Image * aImage) : mNextRow(0) method Image (line 121) | Image * GetImage() method NextRow (line 126) | int NextRow() function Pixel (line 143) | Pixel Iterate(const double &cre, const double &cim, int aIterMax) method Pixel (line 47) | Pixel() : r(0), g(0), b(0) {} method Pixel (line 49) | Pixel(unsigned char red, unsigned char green, unsigned char blue) function CalcThread (line 171) | void CalcThread(void * arg) function main (line 208) | int main(int argc, char **argv) FILE: external/TinyThread/test/hello.cpp function HelloThread (line 32) | void HelloThread(void * aArg) function main (line 38) | int main() FILE: external/TinyThread/test/test.cpp function ThreadIDs (line 52) | void ThreadIDs(void * aArg) function ThreadTLS (line 59) | void ThreadTLS(void * aArg) function ThreadLock (line 67) | void ThreadLock(void * aArg) function ThreadLock2 (line 77) | void ThreadLock2(void * aArg) function ThreadCondition1 (line 87) | void ThreadCondition1(void * aArg) function ThreadCondition2 (line 95) | void ThreadCondition2(void * aArg) function ThreadYield (line 108) | void ThreadYield(void * aArg) function main (line 116) | int main() FILE: external/bzip2/blocksort.c function fallbackSimpleSort (line 30) | static function fallbackQSort3 (line 92) | static function fallbackSort (line 211) | static function Bool (line 345) | static function mainSimpleSort (line 484) | static function UChar (line 581) | static function mainQSort3 (line 620) | static function mainSort (line 750) | static function BZ2_blockSort (line 1031) | void BZ2_blockSort ( EState* s ) FILE: external/bzip2/bzip2.c type Char (line 161) | typedef char Char; type Bool (line 162) | typedef unsigned char Bool; type UChar (line 163) | typedef unsigned char UChar; type Int32 (line 164) | typedef int Int32; type UInt32 (line 165) | typedef unsigned int UInt32; type Int16 (line 166) | typedef short Int16; type UInt16 (line 167) | typedef unsigned short UInt16; type IntNative (line 176) | typedef int IntNative; function cleanUpAndFail (line 218) | static void cleanUpAndFail ( Int32 ) NORETURN; function uInt64_from_UInt32s (line 237) | static function uInt64_to_double (line 251) | static function Bool (line 265) | static function Int32 (line 276) | static function uInt64_toAscii (line 294) | static function Bool (line 317) | static function compressStream (line 328) | static function Bool (line 432) | static function Bool (line 553) | static function setExit (line 650) | static function cadvise (line 658) | static function showFileNames (line 673) | static function cleanUpAndFail (line 686) | static function panic (line 745) | static function crcError (line 760) | static function compressedStreamEOF (line 773) | static function ioError (line 790) | static function mySignalCatcher (line 804) | static function mySIGSEGVorSIGBUScatcher (line 815) | static function outOfMemory (line 871) | static function configError (line 883) | static function pad (line 907) | static function copyFileName (line 918) | static function Bool (line 939) | static function FILE (line 959) | static function Bool (line 980) | static function Int32 (line 997) | static type MY_STAT (line 1034) | struct MY_STAT function saveInputFileMetaInfo (line 1037) | static function applySavedTimeInfoToOutputFile (line 1049) | static function applySavedFileAttrToOutputFile (line 1064) | static function Bool (line 1082) | static function Bool (line 1109) | static function Bool (line 1119) | static function compress (line 1132) | static function uncompress (line 1313) | static function testf (line 1511) | static function license (line 1600) | static function usage (line 1625) | static function redundant (line 1669) | static type Cell (line 1694) | typedef function Cell (line 1715) | static function Cell (line 1728) | static function addFlagsFromEnvVar (line 1746) | static function IntNative (line 1776) | IntNative main ( IntNative argc, Char *argv[] ) FILE: external/bzip2/bzip2recover.c type MaybeUInt64 (line 39) | typedef unsigned long long int MaybeUInt64; type MaybeUInt64 (line 43) | typedef unsigned __int64 MaybeUInt64; type MaybeUInt64 (line 46) | typedef unsigned int MaybeUInt64; type UInt32 (line 51) | typedef unsigned int UInt32; type Int32 (line 52) | typedef int Int32; type UChar (line 53) | typedef unsigned char UChar; type Char (line 54) | typedef char Char; type Bool (line 55) | typedef unsigned char Bool; function readError (line 85) | static void readError ( void ) function writeError (line 98) | static void writeError ( void ) function mallocFail (line 111) | static void mallocFail ( Int32 n ) function tooManyBlocks (line 123) | static void tooManyBlocks ( Int32 max_handled_blocks ) type BitStream (line 143) | typedef function BitStream (line 154) | static BitStream* bsOpenReadStream ( FILE* stream ) function BitStream (line 167) | static BitStream* bsOpenWriteStream ( FILE* stream ) function bsPutBit (line 180) | static void bsPutBit ( BitStream* bs, Int32 bit ) function Int32 (line 199) | static Int32 bsGetBit ( BitStream* bs ) function bsClose (line 218) | static void bsClose ( BitStream* bs ) function bsPutUChar (line 242) | static void bsPutUChar ( BitStream* bs, UChar c ) function bsPutUInt32 (line 251) | static void bsPutUInt32 ( BitStream* bs, UInt32 c ) function Bool (line 261) | static Bool endsInBz2 ( Char* name ) function Int32 (line 301) | Int32 main ( Int32 argc, Char** argv ) FILE: external/bzip2/bzlib.c function BZ2_bz__AssertH__fail (line 41) | void BZ2_bz__AssertH__fail ( int errcode ) function bz_config_ok (line 90) | static function default_bzfree (line 108) | static function prepare_new_block (line 116) | static function init_RL (line 130) | static function Bool (line 138) | static function add_pair_to_block (line 215) | static function flush_RL (line 251) | static function Bool (line 288) | static function Bool (line 333) | static function Bool (line 360) | static function Bool (line 535) | static function Int32 (line 687) | __inline__ Int32 BZ2_indexIntoF ( Int32 indx, Int32 *cftab ) function Bool (line 705) | static type bzFile (line 892) | typedef function Bool (line 906) | static Bool myfeof ( FILE* f ) function BZFILE (line 916) | BZFILE* BZ_API(BZ2_bzWriteOpen) function BZFILE (line 1087) | BZFILE* BZ_API(BZ2_bzReadOpen) function BZFILE (line 1382) | static function BZFILE (line 1460) | BZFILE * BZ_API(BZ2_bzopen) function BZFILE (line 1469) | BZFILE * BZ_API(BZ2_bzdopen) FILE: external/bzip2/bzlib.h type bz_stream (line 48) | typedef type BZFILE (line 137) | typedef void BZFILE; FILE: external/bzip2/bzlib_private.h type Char (line 41) | typedef char Char; type Bool (line 42) | typedef unsigned char Bool; type UChar (line 43) | typedef unsigned char UChar; type Int32 (line 44) | typedef int Int32; type UInt32 (line 45) | typedef unsigned int UInt32; type Int16 (line 46) | typedef short Int16; type UInt16 (line 47) | typedef unsigned short UInt16; type EState (line 196) | typedef type DState (line 347) | typedef FILE: external/bzip2/compress.c function BZ2_bsInitWrite (line 37) | void BZ2_bsInitWrite ( EState* s ) function bsFinishWrite (line 45) | static function bsW (line 71) | static function bsPutUInt32 (line 82) | static function bsPutUChar (line 93) | static function makeMaps_e (line 105) | static function generateMTFValues (line 119) | static function sendMTFValues (line 238) | static function BZ2_compressBlock (line 602) | void BZ2_compressBlock ( EState* s, Bool is_last_block ) FILE: external/bzip2/decompress.c function makeMaps_d (line 26) | static function Int32 (line 106) | Int32 BZ2_decompress ( DState* s ) FILE: external/bzip2/dlltest.c function BZ2DLLLoadLibrary (line 26) | int BZ2DLLLoadLibrary(void) function BZ2DLLFreeLibrary (line 56) | int BZ2DLLFreeLibrary(void) function usage (line 64) | void usage(void) function main (line 69) | int main(int argc,char *argv[]) FILE: external/bzip2/huffman.c function BZ2_hbMakeCodeLengths (line 63) | void BZ2_hbMakeCodeLengths ( UChar *len, function BZ2_hbAssignCodes (line 152) | void BZ2_hbAssignCodes ( Int32 *code, function BZ2_hbCreateDecodeTables (line 170) | void BZ2_hbCreateDecodeTables ( Int32 *limit, FILE: external/bzip2/mk251.c function main (line 25) | int main () FILE: external/bzip2/spewG.c function main (line 38) | int main ( int argc, char** argv ) FILE: external/bzip2/unzcrash.c type uchar (line 37) | typedef unsigned char uchar; function flip_bit (line 64) | void flip_bit ( int bit ) function main (line 74) | int main ( int argc, char** argv ) FILE: external/minizip/crypt.h function decrypt_byte (line 35) | static int decrypt_byte(unsigned long* pkeys, const unsigned long* pcrc_... function update_keys (line 48) | static int update_keys(unsigned long* pkeys,const unsigned long* pcrc_32... function init_keys (line 65) | static void init_keys(const char* passwd,unsigned long* pkeys,const unsi... function crypthead (line 90) | static int crypthead(const char* passwd, /* password string */ FILE: external/minizip/ioapi.c function voidpf (line 19) | voidpf call_zopen64 (const zlib_filefunc64_32_def* pfilefunc,const void*... function call_zseek64 (line 29) | long call_zseek64 (const zlib_filefunc64_32_def* pfilefunc,voidpf filest... function ZPOS64_T (line 43) | ZPOS64_T call_ztell64 (const zlib_filefunc64_32_def* pfilefunc,voidpf fi... function fill_zlib_filefunc64_32_def_from_filefunc32 (line 57) | void fill_zlib_filefunc64_32_def_from_filefunc32(zlib_filefunc64_32_def*... function voidpf (line 83) | static voidpf ZCALLBACK fopen_file_func (voidpf opaque, const char* file... function voidpf (line 101) | static voidpf ZCALLBACK fopen64_file_func (voidpf opaque, const void* fi... function uLong (line 120) | static uLong ZCALLBACK fread_file_func (voidpf opaque, voidpf stream, vo... function uLong (line 127) | static uLong ZCALLBACK fwrite_file_func (voidpf opaque, voidpf stream, c... function ftell_file_func (line 134) | static long ZCALLBACK ftell_file_func (voidpf opaque, voidpf stream) function ZPOS64_T (line 142) | static ZPOS64_T ZCALLBACK ftell64_file_func (voidpf opaque, voidpf stream) function fseek_file_func (line 149) | static long ZCALLBACK fseek_file_func (voidpf opaque, voidpf stream, uL... function fseek64_file_func (line 172) | static long ZCALLBACK fseek64_file_func (voidpf opaque, voidpf stream, ... function fclose_file_func (line 198) | static int ZCALLBACK fclose_file_func (voidpf opaque, voidpf stream) function ferror_file_func (line 205) | static int ZCALLBACK ferror_file_func (voidpf opaque, voidpf stream) function fill_fopen_filefunc (line 212) | void fill_fopen_filefunc (pzlib_filefunc_def) function fill_fopen64_filefunc (line 225) | void fill_fopen64_filefunc (zlib_filefunc64_def* pzlib_filefunc_def) FILE: external/minizip/ioapi.h type IT_INT_CUSTOM_TYPE (line 81) | typedef 64BIT_INT_CUSTOM_TYPE ZPOS64_T; type ZPOS64_T (line 85) | typedef uint64_t ZPOS64_T; type ZPOS64_T (line 90) | typedef unsigned __int64 ZPOS64_T; type ZPOS64_T (line 92) | typedef unsigned long long int ZPOS64_T; type zlib_filefunc_def (line 138) | typedef struct zlib_filefunc_def_s type zlib_filefunc64_def (line 154) | typedef struct zlib_filefunc64_def_s type zlib_filefunc64_32_def (line 170) | typedef struct zlib_filefunc64_32_def_s FILE: external/minizip/iowin32.c type WIN32FILE_IOWIN (line 36) | typedef struct function win32_translate_open_mode (line 43) | static void win32_translate_open_mode(int mode, function voidpf (line 69) | static voidpf win32_build_iowin(HANDLE hFile) function voidpf (line 88) | voidpf ZCALLBACK win32_open64_file_func (voidpf opaque,const void* filen... function voidpf (line 103) | voidpf ZCALLBACK win32_open64_file_funcA (voidpf opaque,const void* file... function voidpf (line 118) | voidpf ZCALLBACK win32_open64_file_funcW (voidpf opaque,const void* file... function voidpf (line 133) | voidpf ZCALLBACK win32_open_file_func (voidpf opaque,const char* filenam... function uLong (line 148) | uLong ZCALLBACK win32_read_file_func (voidpf opaque, voidpf stream, void... function uLong (line 170) | uLong ZCALLBACK win32_write_file_func (voidpf opaque,voidpf stream,const... function win32_tell_file_func (line 191) | long ZCALLBACK win32_tell_file_func (voidpf opaque,voidpf stream) function ZPOS64_T (line 212) | ZPOS64_T ZCALLBACK win32_tell64_file_func (voidpf opaque, voidpf stream) function win32_seek_file_func (line 237) | long ZCALLBACK win32_seek_file_func (voidpf opaque,voidpf stream,uLong o... function win32_seek64_file_func (line 274) | long ZCALLBACK win32_seek64_file_func (voidpf opaque, voidpf stream,ZPOS... function win32_close_file_func (line 313) | int ZCALLBACK win32_close_file_func (voidpf opaque, voidpf stream) function win32_error_file_func (line 331) | int ZCALLBACK win32_error_file_func (voidpf opaque,voidpf stream) function fill_win32_filefunc (line 341) | void fill_win32_filefunc (zlib_filefunc_def* pzlib_filefunc_def) function fill_win32_filefunc64 (line 353) | void fill_win32_filefunc64(zlib_filefunc64_def* pzlib_filefunc_def) function fill_win32_filefunc64A (line 366) | void fill_win32_filefunc64A(zlib_filefunc64_def* pzlib_filefunc_def) function fill_win32_filefunc64W (line 379) | void fill_win32_filefunc64W(zlib_filefunc64_def* pzlib_filefunc_def) FILE: external/minizip/miniunz.c function change_file_date (line 70) | void change_file_date(filename,dosdate,tmu_date) function mymkdir (line 111) | int mymkdir(dirname) function makedir (line 125) | int makedir (newdir) function do_banner (line 175) | void do_banner() function do_help (line 181) | void do_help() function Display64BitsSize (line 193) | void Display64BitsSize(ZPOS64_T n, int size_char) function do_list (line 221) | int do_list(uf) function do_extract_currentfile (line 299) | int do_extract_currentfile(uf,popt_extract_without_path,popt_overwrite,p... function do_extract (line 463) | int do_extract(uf,opt_extract_without_path,opt_overwrite,password) function do_extract_onefile (line 499) | int do_extract_onefile(uf,filename,opt_extract_without_path,opt_overwrit... function main (line 522) | int main(argc,argv) FILE: external/minizip/minizip.c function uLong (line 61) | uLong filetime(f, tmzip, dt) function uLong (line 85) | uLong filetime(f, tmzip, dt) function uLong (line 127) | uLong filetime(f, tmzip, dt) function check_exist_file (line 140) | int check_exist_file(filename) function do_banner (line 153) | void do_banner() function do_help (line 159) | void do_help() function getFileCrc (line 172) | int getFileCrc(const char* filenameinzip,void*buf,unsigned long size_buf... function isLargeFile (line 210) | int isLargeFile(const char* filename) function main (line 233) | int main(argc,argv) FILE: external/minizip/mztools.c function unzRepair (line 30) | extern int ZEXPORT unzRepair(file, fileOut, fileOutTmp, nRecovered, byte... FILE: external/minizip/unzip.c type unz_file_info64_internal (line 126) | typedef struct unz_file_info64_internal_s type file_in_zip64_read_info_s (line 134) | typedef struct type unz64_s (line 165) | typedef struct function local (line 212) | local int unz64local_getByte(const zlib_filefunc64_32_def* pzlib_filefun... function local (line 239) | local int unz64local_getShort (const zlib_filefunc64_32_def* pzlib_filef... function local (line 266) | local int unz64local_getLong (const zlib_filefunc64_32_def* pzlib_filefu... function local (line 302) | local int unz64local_getLong64 (const zlib_filefunc64_32_def* pzlib_file... function local (line 349) | local int strcmpcasenosensitive_internal (const char* fileName1, const c... function unzStringFileNameCompare (line 390) | extern int ZEXPORT unzStringFileNameCompare (const char* fileName1, function local (line 413) | local ZPOS64_T unz64local_SearchCentralDir(const zlib_filefunc64_32_def*... function local (line 478) | local ZPOS64_T unz64local_SearchCentralDir64(const zlib_filefunc64_32_de... function local (line 584) | local unzFile unzOpenInternal (const void *path, function unzFile (line 765) | extern unzFile ZEXPORT unzOpen2 (const char *path, function unzFile (line 778) | extern unzFile ZEXPORT unzOpen2_64 (const void *path, function unzFile (line 793) | extern unzFile ZEXPORT unzOpen (const char *path) function unzFile (line 798) | extern unzFile ZEXPORT unzOpen64 (const void *path) function unzClose (line 808) | extern int ZEXPORT unzClose (unzFile file) function unzGetGlobalInfo64 (line 828) | extern int ZEXPORT unzGetGlobalInfo64 (unzFile file, unz_global_info64* ... function unzGetGlobalInfo (line 838) | extern int ZEXPORT unzGetGlobalInfo (unzFile file, unz_global_info* pglo... function local (line 852) | local void unz64local_DosDateToTmuDate (ZPOS64_T ulDosDate, tm_unz* ptm) function local (line 879) | local int unz64local_GetCurrentFileInfoInternal (unzFile file, function unzGetCurrentFileInfo64 (line 1124) | extern int ZEXPORT unzGetCurrentFileInfo64 (unzFile file, function unzGetCurrentFileInfo (line 1136) | extern int ZEXPORT unzGetCurrentFileInfo (unzFile file, function unzGoToFirstFile (line 1178) | extern int ZEXPORT unzGoToFirstFile (unzFile file) function unzGoToNextFile (line 1199) | extern int ZEXPORT unzGoToNextFile (unzFile file) function unzLocateFile (line 1232) | extern int ZEXPORT unzLocateFile (unzFile file, const char *szFileName, ... function unzGetFilePos64 (line 1308) | extern int ZEXPORT unzGetFilePos64(unzFile file, unz64_file_pos* file_pos) function unzGetFilePos (line 1324) | extern int ZEXPORT unzGetFilePos( function unzGoToFilePos64 (line 1338) | extern int ZEXPORT unzGoToFilePos64(unzFile file, const unz64_file_pos* ... function unzGoToFilePos (line 1360) | extern int ZEXPORT unzGoToFilePos( function local (line 1385) | local int unz64local_CheckCurrentFileCoherencyHeader (unz64_s* s, uInt* ... function unzOpenCurrentFile3 (line 1472) | extern int ZEXPORT unzOpenCurrentFile3 (unzFile file, int* method, function unzOpenCurrentFile (line 1641) | extern int ZEXPORT unzOpenCurrentFile (unzFile file) function unzOpenCurrentFilePassword (line 1646) | extern int ZEXPORT unzOpenCurrentFilePassword (unzFile file, const char*... function unzOpenCurrentFile2 (line 1651) | extern int ZEXPORT unzOpenCurrentFile2 (unzFile file, int* method, int* ... function ZPOS64_T (line 1658) | extern ZPOS64_T ZEXPORT unzGetCurrentFileZStreamPos64( unzFile file) function unzReadCurrentFile (line 1684) | extern int ZEXPORT unzReadCurrentFile (unzFile file, voidp buf, unsigne... function z_off_t (line 1889) | extern z_off_t ZEXPORT unztell (unzFile file) function ZPOS64_T (line 1904) | extern ZPOS64_T ZEXPORT unztell64 (unzFile file) function ZEXPORT (line 1924) | extern int ZEXPORT unzeof (unzFile file) function unzGetLocalExtrafield (line 1956) | extern int ZEXPORT unzGetLocalExtrafield (unzFile file, voidp buf, unsig... function unzCloseCurrentFile (line 2004) | extern int ZEXPORT unzCloseCurrentFile (unzFile file) function unzGetGlobalComment (line 2051) | extern int ZEXPORT unzGetGlobalComment (unzFile file, char * szComment, ... function ZPOS64_T (line 2079) | extern ZPOS64_T ZEXPORT unzGetOffset64(unzFile file) function uLong (line 2094) | extern uLong ZEXPORT unzGetOffset (unzFile file) function unzSetOffset64 (line 2104) | extern int ZEXPORT unzSetOffset64(unzFile file, ZPOS64_T pos) function unzSetOffset (line 2122) | extern int ZEXPORT unzSetOffset (unzFile file, uLong pos) FILE: external/minizip/unzip.h type unzFile__ (line 67) | typedef struct TagunzFile__ { int unused; } unzFile__; type unzFile__ (line 68) | typedef unzFile__ *unzFile; type voidp (line 70) | typedef voidp unzFile; type tm_unz (line 84) | typedef struct tm_unz_s type unz_global_info64 (line 96) | typedef struct unz_global_info64_s type unz_global_info (line 103) | typedef struct unz_global_info_s type unz_file_info64 (line 111) | typedef struct unz_file_info64_s type unz_file_info (line 132) | typedef struct unz_file_info_s type unz_file_pos (line 258) | typedef struct unz_file_pos_s type unz64_file_pos (line 272) | typedef struct unz64_file_pos_s FILE: external/minizip/zip.c type linkedlist_datablock_internal (line 114) | typedef struct linkedlist_datablock_internal_s type linkedlist_data (line 123) | typedef struct linkedlist_data_s type curfile64_info (line 130) | typedef struct type zip64_internal (line 165) | typedef struct function local (line 189) | local linkedlist_datablock_internal* allocate_new_datablock() function local (line 203) | local void free_datablock(linkedlist_datablock_internal* ldi) function local (line 213) | local void init_linkedlist(linkedlist_data* ll) function local (line 218) | local void free_linkedlist(linkedlist_data* ll) function local (line 225) | local int add_data_in_datablock(linkedlist_data* ll, const void* buf, uL... function local (line 287) | local int zip64local_putValue (const zlib_filefunc64_32_def* pzlib_filef... function local (line 311) | local void zip64local_putValue_inmemory (void* dest, ZPOS64_T x, int nbB... function local (line 332) | local uLong zip64local_TmzDateToDosDate(const tm_zip* ptm) function local (line 349) | local int zip64local_getByte(const zlib_filefunc64_32_def* pzlib_filefun... function local (line 373) | local int zip64local_getShort (const zlib_filefunc64_32_def* pzlib_filef... function local (line 395) | local int zip64local_getLong (const zlib_filefunc64_32_def* pzlib_filefu... function local (line 426) | local int zip64local_getLong64 (const zlib_filefunc64_32_def* pzlib_file... function local (line 480) | local ZPOS64_T zip64local_SearchCentralDir(const zlib_filefunc64_32_def*... function local (line 542) | local ZPOS64_T zip64local_SearchCentralDir64(const zlib_filefunc64_32_de... function LoadCentralDirectoryRecord (line 640) | int LoadCentralDirectoryRecord(zip64_internal* pziinit) function zipFile (line 849) | extern zipFile ZEXPORT zipOpen3 (const void *pathname, int append, zipch... function zipFile (line 920) | extern zipFile ZEXPORT zipOpen2 (const char *pathname, int append, zipch... function zipFile (line 932) | extern zipFile ZEXPORT zipOpen2_64 (const void *pathname, int append, zi... function zipFile (line 948) | extern zipFile ZEXPORT zipOpen (const char* pathname, int append) function zipFile (line 953) | extern zipFile ZEXPORT zipOpen64 (const void* pathname, int append) function Write_LocalFileHeader (line 958) | int Write_LocalFileHeader(zip64_internal* zi, const char* filename, uInt... function zipOpenNewFileInZip4 (line 1264) | extern int ZEXPORT zipOpenNewFileInZip4 (zipFile file, const char* filen... function zipOpenNewFileInZip3 (line 1280) | extern int ZEXPORT zipOpenNewFileInZip3 (zipFile file, const char* filen... function zipOpenNewFileInZip3_64 (line 1295) | extern int ZEXPORT zipOpenNewFileInZip3_64(zipFile file, const char* fil... function zipOpenNewFileInZip2 (line 1310) | extern int ZEXPORT zipOpenNewFileInZip2(zipFile file, const char* filena... function zipOpenNewFileInZip2_64 (line 1323) | extern int ZEXPORT zipOpenNewFileInZip2_64(zipFile file, const char* fil... function zipOpenNewFileInZip64 (line 1336) | extern int ZEXPORT zipOpenNewFileInZip64 (zipFile file, const char* file... function zipOpenNewFileInZip (line 1349) | extern int ZEXPORT zipOpenNewFileInZip (zipFile file, const char* filena... function local (line 1362) | local int zip64FlushWriteBuffer(zip64_internal* zi) function zipWriteInFileInZip (line 1401) | extern int ZEXPORT zipWriteInFileInZip (zipFile file,const void* buf,uns... function zipCloseFileInZipRaw (line 1508) | extern int ZEXPORT zipCloseFileInZipRaw (zipFile file, uLong uncompresse... function zipCloseFileInZipRaw64 (line 1513) | extern int ZEXPORT zipCloseFileInZipRaw64 (zipFile file, ZPOS64_T uncomp... function zipCloseFileInZip (line 1747) | extern int ZEXPORT zipCloseFileInZip (zipFile file) function Write_Zip64EndOfCentralDirectoryLocator (line 1752) | int Write_Zip64EndOfCentralDirectoryLocator(zip64_internal* zi, ZPOS64_T... function Write_Zip64EndOfCentralDirectoryRecord (line 1774) | int Write_Zip64EndOfCentralDirectoryRecord(zip64_internal* zi, uLong siz... function Write_EndOfCentralDirectoryRecord (line 1813) | int Write_EndOfCentralDirectoryRecord(zip64_internal* zi, uLong size_cen... function Write_GlobalComment (line 1861) | int Write_GlobalComment(zip64_internal* zi, const char* global_comment) function zipClose (line 1879) | extern int ZEXPORT zipClose (zipFile file, const char* global_comment) function zipRemoveExtraInfoBlock (line 1948) | extern int ZEXPORT zipRemoveExtraInfoBlock (char* pData, int* dataLen, s... FILE: external/minizip/zip.h type zipFile__ (line 66) | typedef struct TagzipFile__ { int unused; } zipFile__; type zipFile__ (line 67) | typedef zipFile__ *zipFile; type voidp (line 69) | typedef voidp zipFile; type tm_zip (line 89) | typedef struct tm_zip_s type zip_fileinfo (line 99) | typedef struct FILE: external/tinyxml/tinystr.cpp function TiXmlString (line 49) | TiXmlString& TiXmlString::assign(const char* str, size_type len) function TiXmlString (line 68) | TiXmlString& TiXmlString::append(const char* str, size_type len) function TiXmlString (line 81) | TiXmlString operator + (const TiXmlString & a, const TiXmlString & b) function TiXmlString (line 90) | TiXmlString operator + (const TiXmlString & a, const char* b) function TiXmlString (line 100) | TiXmlString operator + (const char* a, const TiXmlString & b) FILE: external/tinyxml/tinystr.h function class (line 55) | class TiXmlString function at (line 147) | const char& at (size_type index) const function const (line 154) | char& operator [] (size_type index) const function size_type (line 161) | size_type find (char lookup) const function size_type (line 167) | size_type find (char tofind, size_type offset) const function clear (line 178) | void clear () function swap (line 197) | void swap (TiXmlString& other) function set_size (line 207) | void set_size(size_type sz) { rep_->str[ rep_->size = sz ] = '\0'; } type Rep (line 211) | struct Rep function init (line 217) | void init(size_type sz, size_type cap) function quit (line 239) | void quit() function operator (line 255) | inline bool operator == (const TiXmlString & a, const TiXmlString & b) function operator (line 260) | inline bool operator < (const TiXmlString & a, const TiXmlString & b) function operator (line 265) | inline bool operator != (const TiXmlString & a, const TiXmlString & b) {... function operator (line 266) | inline bool operator > (const TiXmlString & a, const TiXmlString & b) {... function operator (line 267) | inline bool operator <= (const TiXmlString & a, const TiXmlString & b) {... function operator (line 268) | inline bool operator >= (const TiXmlString & a, const TiXmlString & b) {... function operator (line 270) | inline bool operator == (const TiXmlString & a, const char* b) { return ... function operator (line 271) | inline bool operator == (const char* a, const TiXmlString & b) { return ... function operator (line 272) | inline bool operator != (const TiXmlString & a, const char* b) { return ... function operator (line 273) | inline bool operator != (const char* a, const TiXmlString & b) { return ... function class (line 284) | class TiXmlOutStream : public TiXmlString FILE: external/tinyxml/tinyxml.cpp function FILE (line 39) | FILE* TiXmlFOpen( const char* filename, const char* mode ) function TiXmlNode (line 186) | TiXmlNode* TiXmlNode::LinkEndChild( TiXmlNode* node ) function TiXmlNode (line 214) | TiXmlNode* TiXmlNode::InsertEndChild( const TiXmlNode& addThis ) function TiXmlNode (line 230) | TiXmlNode* TiXmlNode::InsertBeforeChild( TiXmlNode* beforeThis, const Ti... function TiXmlNode (line 263) | TiXmlNode* TiXmlNode::InsertAfterChild( TiXmlNode* afterThis, const TiXm... function TiXmlNode (line 296) | TiXmlNode* TiXmlNode::ReplaceChild( TiXmlNode* replaceThis, const TiXmlN... function TiXmlNode (line 361) | const TiXmlNode* TiXmlNode::FirstChild( const char * _value ) const function TiXmlNode (line 373) | const TiXmlNode* TiXmlNode::LastChild( const char * _value ) const function TiXmlNode (line 385) | const TiXmlNode* TiXmlNode::IterateChildren( const TiXmlNode* previous )... function TiXmlNode (line 399) | const TiXmlNode* TiXmlNode::IterateChildren( const char * val, const TiX... function TiXmlNode (line 413) | const TiXmlNode* TiXmlNode::NextSibling( const char * _value ) const function TiXmlNode (line 425) | const TiXmlNode* TiXmlNode::PreviousSibling( const char * _value ) const function TiXmlElement (line 452) | const TiXmlElement* TiXmlNode::FirstChildElement() const function TiXmlElement (line 467) | const TiXmlElement* TiXmlNode::FirstChildElement( const char * _value ) ... function TiXmlElement (line 482) | const TiXmlElement* TiXmlNode::NextSiblingElement() const function TiXmlElement (line 497) | const TiXmlElement* TiXmlNode::NextSiblingElement( const char * _value )... function TiXmlDocument (line 512) | const TiXmlDocument* TiXmlNode::GetDocument() const function TiXmlElement (line 551) | TiXmlElement& TiXmlElement::operator=( const TiXmlElement& base ) function TiXmlNode (line 889) | TiXmlNode* TiXmlElement::Clone() const function TiXmlDocument (line 946) | TiXmlDocument& TiXmlDocument::operator=( const TiXmlDocument& copy ) function TiXmlNode (line 1134) | TiXmlNode* TiXmlDocument::Clone() const function TiXmlAttribute (line 1170) | const TiXmlAttribute* TiXmlAttribute::Next() const function TiXmlAttribute (line 1190) | const TiXmlAttribute* TiXmlAttribute::Previous() const function TiXmlComment (line 1289) | TiXmlComment& TiXmlComment::operator=( const TiXmlComment& base ) function TiXmlNode (line 1320) | TiXmlNode* TiXmlComment::Clone() const function TiXmlNode (line 1366) | TiXmlNode* TiXmlText::Clone() const function TiXmlDeclaration (line 1410) | TiXmlDeclaration& TiXmlDeclaration::operator=( const TiXmlDeclaration& c... function TiXmlNode (line 1456) | TiXmlNode* TiXmlDeclaration::Clone() const function TiXmlNode (line 1488) | TiXmlNode* TiXmlUnknown::Clone() const function TiXmlAttribute (line 1549) | TiXmlAttribute* TiXmlAttributeSet::Find( const std::string& name ) const function TiXmlAttribute (line 1559) | TiXmlAttribute* TiXmlAttributeSet::FindOrCreate( const std::string& _name ) function TiXmlAttribute (line 1572) | TiXmlAttribute* TiXmlAttributeSet::Find( const char* name ) const function TiXmlAttribute (line 1583) | TiXmlAttribute* TiXmlAttributeSet::FindOrCreate( const char* _name ) function TiXmlHandle (line 1632) | TiXmlHandle TiXmlHandle::FirstChild() const function TiXmlHandle (line 1644) | TiXmlHandle TiXmlHandle::FirstChild( const char * value ) const function TiXmlHandle (line 1656) | TiXmlHandle TiXmlHandle::FirstChildElement() const function TiXmlHandle (line 1668) | TiXmlHandle TiXmlHandle::FirstChildElement( const char * value ) const function TiXmlHandle (line 1680) | TiXmlHandle TiXmlHandle::Child( int count ) const function TiXmlHandle (line 1699) | TiXmlHandle TiXmlHandle::Child( const char* value, int count ) const function TiXmlHandle (line 1718) | TiXmlHandle TiXmlHandle::ChildElement( int count ) const function TiXmlHandle (line 1737) | TiXmlHandle TiXmlHandle::ChildElement( const char* value, int count ) const FILE: external/tinyxml/tinyxml.h function Clear (line 99) | struct TiXmlCursor function class (line 128) | class TiXmlVisitor type TiXmlEncoding (line 163) | enum TiXmlEncoding function class (line 194) | class TiXmlBase function class (line 423) | class TiXmlNode : public TiXmlBase function class (line 779) | class TiXmlAttribute : public TiXmlBase function IntValue (line 816) | int IntValue() const; ///< Return the value of this attribute... function SetValue (line 836) | void SetValue( const char* _value ) { value = _value; } function SetName (line 843) | void SetName( const std::string& _name ) { name = _name; } function SetValue (line 845) | void SetValue( const std::string& _value ) { value = _value; } function TiXmlAttribute (line 850) | TiXmlAttribute* Next() { function TiXmlAttribute (line 856) | TiXmlAttribute* Previous() { function virtual (line 870) | virtual void Print( FILE* cfile, int depth ) const { function SetDocument (line 877) | void SetDocument( TiXmlDocument* doc ) { document = doc; } function class (line 903) | class TiXmlAttributeSet function class (line 940) | class TiXmlElement : public TiXmlNode function class (line 1162) | class TiXmlComment : public TiXmlNode function class (line 1285) | class TiXmlDeclaration : public TiXmlNode function virtual (line 1358) | virtual ~TiXmlUnknown() {} function TiXmlNode (line 1360) | TiXmlUnknown( const TiXmlUnknown& copy ) : TiXmlNode( TiXmlNode::TINYXML... function virtual (line 1370) | virtual const TiXmlUnknown* ToUnknown() const { return this; } function virtual (line 1371) | virtual TiXmlUnknown* ToUnknown() { return this; } function class (line 1393) | class TiXmlDocument : public TiXmlNode function class (line 1638) | class TiXmlHandle function class (line 1737) | class TiXmlPrinter : public TiXmlVisitor FILE: external/tinyxml/tinyxmlparser.cpp class TiXmlParsingData (line 171) | class TiXmlParsingData method TiXmlCursor (line 177) | const TiXmlCursor& Cursor() const { return cursor; } method TiXmlParsingData (line 181) | TiXmlParsingData( const char* start, int _tabsize, int row, int col ) function TiXmlNode (line 818) | TiXmlNode* TiXmlNode::Identify( const char* p, TiXmlEncoding encoding ) FILE: external/tinyxml/xmltest.cpp function XmlTest (line 30) | bool XmlTest (const char* testString, const char* expected, const char* ... function XmlTest (line 51) | bool XmlTest( const char* testString, int expected, int found, bool noEc... function NullLineEndings (line 72) | void NullLineEndings( char* p ) function main (line 90) | int main() FILE: external/verpatch/src/peExtras.cpp function BOOL (line 25) | BOOL getFileExtraData(LPCTSTR fname, PVOID *extraData, LPDWORD dwSize) function BOOL (line 71) | BOOL appendFileExtraData( PCTSTR fname, PVOID extraData, DWORD dwSize) FILE: external/verpatch/src/peutils.cpp function clearPdbPath (line 25) | bool clearPdbPath( PLOADED_IMAGE pim ) function BOOL (line 113) | BOOL updFileChecksum( LPCTSTR fname, bool fRemovePdbPath ) function BOOL (line 173) | BOOL function PSTR (line 200) | PSTR strFilePathDeUnicode( __in PCWSTR tstr) FILE: external/verpatch/src/relstamp.cpp type cmd_params (line 13) | struct cmd_params { type file_ver_data_s (line 26) | struct file_ver_data_s type ResDesc (line 31) | struct ResDesc method ResDesc (line 39) | ResDesc() : m_data(0), m_cbdata(0) {} method ResDesc (line 41) | ResDesc( void *data, unsigned cbData, ULONG_PTR typeId, function addUpdRes (line 52) | static function BOOL (line 67) | BOOL fillCompanyInfo( __out file_ver_data_s *fvd ) function BOOL (line 76) | BOOL fillProductInfo( __out file_ver_data_s *fvd ) class VerCallback1 (line 89) | class VerCallback1 : public IParseVerStrCallback method VerCallback1 (line 94) | VerCallback1(file_ver_data_s *fvd) : m_numcalled(0), m_vd(fvd) {} function BOOL (line 143) | BOOL fillFileInfo( __out file_ver_data_s *fvd, PCTSTR fpath ) function BOOL (line 226) | BOOL parseFileVer( __out file_ver_data_s *fvd, PCTSTR arg ) function BOOL (line 261) | BOOL parseProductVer( __out file_ver_data_s *fvd, PCTSTR arg ) function BOOL (line 297) | BOOL updFileResources( LPCTSTR fname, __in ResDesc *ard[] ) function parseFileSubType (line 346) | long parseFileSubType( PCTSTR ap ) function _tmain (line 363) | int _tmain(int argc, _TCHAR* argv[]) function LPCTSTR (line 472) | LPCTSTR aliasToStringKey( LPCTSTR key ) function LPWSTR (line 655) | LPWSTR stralloc( __in PCSTR s ) function LPWSTR (line 667) | LPWSTR stralloc( __in PCWSTR s ) function BOOL (line 676) | BOOL fileGetNameExtFromPath( __in PCTSTR path, __out PUINT pname, __out ... function BOOL (line 700) | BOOL fileReadVersionInfo( __in PCTSTR fname, __out PUCHAR buf, __in unsi... function PCWSTR (line 708) | PCWSTR strEscape( __in PCWSTR ws ) function PCWSTR (line 717) | PCWSTR strUnEscape( __in PCWSTR ws ) function argmatch (line 722) | bool argmatch(PCTSTR sw, PCTSTR cmp ) function addResourceFromFile (line 733) | bool addResourceFromFile( PCTSTR resfile, UINT32 id_flags ) function getResource (line 783) | bool getResource( HMODULE hm, DWORD rtype, DWORD rid, __out LPCVOID *p, ... function showUsage (line 817) | void showUsage() function showUsage (line 831) | void showUsage() FILE: external/verpatch/src/relstamp.h type f3state (line 59) | enum f3state { F3NOTSET, F3FALSE, F3TRUE } FILE: external/verpatch/src/vs_version.cpp function BOOL (line 9) | BOOL makeVersionResource( __in file_ver_data_s const * fvd, __out PUCHAR... function BOOL (line 165) | BOOL ParseBinaryVersionResource( FILE: external/verpatch/src/vs_version.h function class (line 8) | class yybuf function align4 (line 21) | void align4() { function cbwritten (line 27) | int cbwritten(void) { return m_curptr - m_startptr; } function pushw (line 34) | void pushw( WORD v ) { function pushd (line 39) | void pushd( DWORD v ) { function PUCHAR (line 56) | PUCHAR getptr() { return m_curptr;} function incptr (line 58) | void incptr( int n ) { checkspace(n); m_curptr += n; } function PWORD (line 60) | PWORD marksize() { return (PWORD)m_curptr; } function patchsize (line 62) | void patchsize ( PWORD mp ) { function pushTwostr (line 67) | void yybuf::pushTwostr( __in LPCWSTR name, __in LPCWSTR val ) function class (line 98) | class xybuf function align4 (line 111) | void align4() { function cbread (line 117) | int cbread(void) { return m_curptr - m_startptr; } function PUCHAR (line 124) | PUCHAR getptr() { return m_curptr;} function incptr (line 126) | void incptr( int n ) { checkspace(n); m_curptr += n; } function PWORD (line 128) | PWORD marksize() { PWORD p = (PWORD)m_curptr; m_curptr += sizeof(WORD); ... function chkword (line 140) | void chkword( WORD v ) { function chkdword (line 146) | void chkdword( DWORD v ) { function pullTwoStr (line 170) | void pullTwoStr( __out LPCWSTR *wsname, __out LPCWSTR *wsval ) function class (line 223) | class _xpwstr { function m_str (line 237) | m_str(NULL) { } type _xpwstr (line 241) | typedef _xpwstr ASTR; type CString (line 243) | typedef CString ASTR; function if (line 247) | struct file_ver_data_s { function PCWSTR (line 287) | PCWSTR getValStr( __in PCWSTR name ) function class (line 299) | class IParseVerStrCallback FILE: external/win32cpp/WCE samples/Dialog/DialogApp.cpp function BOOL (line 13) | BOOL CDialogApp::InitInstance() FILE: external/win32cpp/WCE samples/Dialog/DialogApp.h function class (line 13) | class CDialogApp : public CWinApp function CDialogApp (line 27) | inline CDialogApp& GetDlgApp() { return *((CDialogApp*)GetApp()); } FILE: external/win32cpp/WCE samples/Dialog/MyDialog.cpp function BOOL (line 17) | BOOL CMyDialog::OnInitDialog() function INT_PTR (line 35) | INT_PTR CMyDialog::DialogProc(UINT uMsg, WPARAM wParam, LPARAM lParam) FILE: external/win32cpp/WCE samples/Dialog/MyDialog.h function class (line 9) | class CMyDialog : public CDialog FILE: external/win32cpp/WCE samples/Dialog/main.cpp function INT (line 7) | INT WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR ... FILE: external/win32cpp/WCE samples/DialogDemo/DialogApp.cpp function BOOL (line 13) | BOOL CDialogApp::InitInstance() FILE: external/win32cpp/WCE samples/DialogDemo/DialogApp.h function class (line 13) | class CDialogApp : public CWinApp function CDialogApp (line 27) | inline CDialogApp& GetDlgApp() { return *((CDialogApp*)GetApp()); } FILE: external/win32cpp/WCE samples/DialogDemo/MyDialog.cpp function BOOL (line 110) | BOOL CMyDialog::OnInitDialog() function INT_PTR (line 128) | INT_PTR CMyDialog::DialogProc(UINT uMsg, WPARAM wParam, LPARAM lParam) FILE: external/win32cpp/WCE samples/DialogDemo/MyDialog.h function class (line 9) | class CMyDialog : public CDialog FILE: external/win32cpp/WCE samples/DialogDemo/main.cpp function INT (line 7) | INT WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR ... FILE: external/win32cpp/WCE samples/DlgSubclass/Button.cpp function LRESULT (line 7) | LRESULT CButton::WndProc(UINT uMsg, WPARAM wParam, LPARAM lParam) FILE: external/win32cpp/WCE samples/DlgSubclass/Button.h function class (line 11) | class CButton : public CWnd FILE: external/win32cpp/WCE samples/DlgSubclass/DlgSubclassApp.cpp function BOOL (line 13) | BOOL CDlgSubclassApp::InitInstance() FILE: external/win32cpp/WCE samples/DlgSubclass/DlgSubclassApp.h function class (line 11) | class CDlgSubclassApp : public CWinApp function CDlgSubclassApp (line 25) | inline CDlgSubclassApp& GetSubApp() { return *((CDlgSubclassApp*)GetApp(... FILE: external/win32cpp/WCE samples/DlgSubclass/Hyperlink.cpp function BOOL (line 22) | BOOL CHyperlink::AttachDlgItem(UINT nID, CWnd* pParent) function LRESULT (line 79) | LRESULT CHyperlink::OnMessageReflect(UINT uMsg, WPARAM wParam, LPARAM lP... function LRESULT (line 94) | LRESULT CHyperlink::WndProc(UINT uMsg, WPARAM wParam, LPARAM lParam) FILE: external/win32cpp/WCE samples/DlgSubclass/Hyperlink.h function class (line 13) | class CHyperlink : public CWnd FILE: external/win32cpp/WCE samples/DlgSubclass/MyDialog.cpp function INT_PTR (line 24) | INT_PTR CMyDialog::DialogProc(UINT uMsg, WPARAM wParam, LPARAM lParam) function BOOL (line 36) | BOOL CMyDialog::OnCommand(UINT nID) function BOOL (line 46) | BOOL CMyDialog::OnInitDialog() FILE: external/win32cpp/WCE samples/DlgSubclass/MyDialog.h function class (line 14) | class CMyDialog : public CDialog FILE: external/win32cpp/WCE samples/DlgSubclass/main.cpp function INT (line 7) | INT WINAPI WinMain(HINSTANCE hInstance, HINSTANCE, LPTSTR, int) FILE: external/win32cpp/WCE samples/PocketPCFrame/FrameApp.cpp function BOOL (line 7) | BOOL CWceFrameApp::InitInstance() FILE: external/win32cpp/WCE samples/PocketPCFrame/FrameApp.h function class (line 8) | class CWceFrameApp : public CWinApp function CWceFrameApp (line 22) | inline CWceFrameApp& GetFrameApp() { return *((CWceFrameApp*)GetApp()); } FILE: external/win32cpp/WCE samples/PocketPCFrame/MainFrm.cpp function BOOL (line 18) | BOOL CMainFrame::OnCommand(WPARAM wParam, LPARAM lParam) function LRESULT (line 77) | LRESULT CMainFrame::WndProc(UINT uMsg, WPARAM wParam, LPARAM lParam) FILE: external/win32cpp/WCE samples/PocketPCFrame/MainFrm.h function class (line 10) | class CMainFrame : public CWceFrame FILE: external/win32cpp/WCE samples/PocketPCFrame/main.cpp function WinMain (line 10) | int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR... FILE: external/win32cpp/WCE samples/Scribble/FrameApp.cpp function BOOL (line 7) | BOOL CWceFrameApp::InitInstance() FILE: external/win32cpp/WCE samples/Scribble/FrameApp.h function class (line 8) | class CWceFrameApp : public CWinApp function CWceFrameApp (line 22) | inline CWceFrameApp& GetFrameApp() { return *((CWceFrameApp*)GetApp()); } FILE: external/win32cpp/WCE samples/Scribble/MainFrm.cpp function BOOL (line 24) | BOOL CMainFrame::OnCommand(WPARAM wParam, LPARAM /*lParam*/) function LRESULT (line 138) | LRESULT CMainFrame::WndProc(UINT uMsg, WPARAM wParam, LPARAM lParam) FILE: external/win32cpp/WCE samples/Scribble/MainFrm.h function class (line 11) | class CMainFrame : public CWceFrame FILE: external/win32cpp/WCE samples/Scribble/main.cpp function WinMain (line 9) | int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR... FILE: external/win32cpp/WCE samples/Simple/SimpleApp.cpp function BOOL (line 7) | BOOL CSimpleApp::InitInstance() FILE: external/win32cpp/WCE samples/Simple/SimpleApp.h function class (line 8) | class CSimpleApp : public CWinApp function CSimpleApp (line 22) | inline CSimpleApp& GetSimpleApp() { return *((CSimpleApp*)GetApp()); } FILE: external/win32cpp/WCE samples/Simple/View.cpp function LRESULT (line 17) | LRESULT CView::WndProc(UINT uMsg, WPARAM wParam, LPARAM lParam) FILE: external/win32cpp/WCE samples/Simple/main.cpp function INT (line 8) | INT WINAPI WinMain(HINSTANCE hInstance, HINSTANCE, LPTSTR, int) FILE: external/win32cpp/WCE samples/Simple/view.h function class (line 7) | class CView : public CWnd FILE: external/win32cpp/WCE samples/Subclass/Button.cpp function LRESULT (line 23) | LRESULT CButton::WndProc(UINT uMsg, WPARAM wParam, LPARAM lParam) FILE: external/win32cpp/WCE samples/Subclass/Button.h function class (line 11) | class CButton : public CWnd FILE: external/win32cpp/WCE samples/Subclass/MainWin.cpp function LRESULT (line 17) | LRESULT CMainWin::WndProc(UINT uMsg, WPARAM wParam, LPARAM lParam) FILE: external/win32cpp/WCE samples/Subclass/MainWin.h function class (line 12) | class CMainWin : public CWnd FILE: external/win32cpp/WCE samples/Subclass/SubclassApp.cpp function BOOL (line 12) | BOOL CSubclassApp::InitInstance() FILE: external/win32cpp/WCE samples/Subclass/SubclassApp.h function class (line 11) | class CSubclassApp : public CWinApp function CSubclassApp (line 25) | inline CSubclassApp& GetSubApp() { return *((CSubclassApp*)GetApp()); } FILE: external/win32cpp/WCE samples/Subclass/main.cpp function INT (line 7) | INT WINAPI WinMain(HINSTANCE hInstance, HINSTANCE, LPTSTR, int) FILE: external/win32cpp/include/controls.h function class (line 52) | class CAnimation : public CWnd function class (line 70) | class CComboBox : public CWnd function class (line 121) | class CComboBoxEx : public CWnd function class (line 145) | class CProgressBar : public CWnd function class (line 165) | class CScrollBar : public CWnd function class (line 186) | class CSlider : public CWnd function virtual (line 232) | virtual ~CSpinButton() {} function DWORD (line 238) | DWORD GetRange() const; FILE: external/win32cpp/include/cstring.h function namespace (line 93) | namespace Win32xx function BOOL (line 239) | inline BOOL CString::operator == (LPCTSTR pszText) function BOOL (line 246) | inline BOOL CString::operator != (LPCTSTR pszText) function BOOL (line 253) | inline BOOL CString::operator < (LPCTSTR pszText) function BOOL (line 259) | inline BOOL CString::operator > (LPCTSTR pszText) function BOOL (line 265) | inline BOOL CString::operator <= (LPCTSTR pszText) function BOOL (line 271) | inline BOOL CString::operator >= (LPCTSTR pszText) function TCHAR (line 282) | inline TCHAR& CString::operator [] (int nIndex) function CString (line 289) | inline CString& CString::operator += (const CString& str) function BSTR (line 295) | inline BSTR CString::AllocSysString() const function AppendFormat (line 309) | inline void CString::AppendFormat(UINT nFormatID, ...) function Collate (line 322) | inline int CString::Collate(LPCTSTR pszText) const function CollateNoCase (line 329) | inline int CString::CollateNoCase(LPCTSTR pszText) const function Compare (line 337) | inline int CString::Compare(LPCTSTR pszText) const function CompareNoCase (line 344) | inline int CString::CompareNoCase(LPCTSTR pszText) const function Delete (line 351) | inline int CString::Delete(int nIndex, int nCount /* = 1 */) function Empty (line 361) | inline void CString::Empty() function Find (line 367) | inline int CString::Find(TCHAR ch, int nIndex /* = 0 */) const function Find (line 374) | inline int CString::Find(LPCTSTR pszText, int nIndex /* = 0 */) const function FindOneOf (line 382) | inline int CString::FindOneOf(LPCTSTR pszText) const function Format (line 389) | inline void CString::Format(LPCTSTR pszFormat,...) function Format (line 398) | inline void CString::Format(UINT nID, ...) function FormatV (line 407) | inline void CString::FormatV(LPCTSTR pszFormat, va_list args) function FormatMessage (line 427) | inline void CString::FormatMessage(LPCTSTR pszFormat,...) function FormatMessageV (line 436) | inline void CString::FormatMessageV(LPCTSTR pszFormat, va_list args) function TCHAR (line 452) | inline TCHAR CString::GetAt(int nIndex) const function LPTSTR (line 460) | inline LPTSTR CString::GetBuffer(int nMinBufLength) function BOOL (line 488) | inline BOOL CString::GetEnvironmentVariable(LPCTSTR pszVar) function GetErrorString (line 506) | inline void CString::GetErrorString(DWORD dwError) function Insert (line 521) | inline int CString::Insert(int nIndex, TCHAR ch) function Insert (line 531) | inline int CString::Insert(int nIndex, const CString& str) function CString (line 546) | inline CString CString::Left(int nCount) const function BOOL (line 556) | inline BOOL CString::LoadString(UINT nID) function MakeLower (line 584) | inline void CString::MakeLower() function MakeReverse (line 590) | inline void CString::MakeReverse() function MakeUpper (line 596) | inline void CString::MakeUpper() function CString (line 602) | inline CString CString::Mid(int nFirst) const function CString (line 608) | inline CString CString::Mid(int nFirst, int nCount) const function ReverseFind (line 619) | inline int CString::ReverseFind(LPCTSTR pszText, int nIndex /* = -1 */) ... function SetAt (line 626) | inline void CString::SetAt(int nIndex, TCHAR ch) function ReleaseBuffer (line 634) | inline void CString::ReleaseBuffer( int nNewLength /*= -1*/ ) function Remove (line 654) | inline int CString::Remove(LPCTSTR pszText) function Replace (line 669) | inline int CString::Replace(TCHAR chOld, TCHAR chNew) function Replace (line 686) | inline int CString::Replace(LPCTSTR pszOld, LPCTSTR pszNew) function CString (line 703) | inline CString CString::Right(int nCount) const function BSTR (line 713) | inline BSTR CString::SetSysString(BSTR* pBstr) const function CString (line 724) | inline CString CString::SpanExcluding(LPCTSTR pszText) const function CString (line 741) | inline CString CString::SpanIncluding(LPCTSTR pszText) const function CString (line 757) | inline CString CString::Tokenize(LPCTSTR pszTokens, int& iStart) const function Trim (line 777) | inline void CString::Trim() function TrimLeft (line 784) | inline void CString::TrimLeft() function TrimLeft (line 798) | inline void CString::TrimLeft(TCHAR chTarget) function TrimLeft (line 804) | inline void CString::TrimLeft(LPCTSTR pszTargets) function TrimRight (line 811) | inline void CString::TrimRight() function TrimRight (line 825) | inline void CString::TrimRight(TCHAR chTarget) function TrimRight (line 833) | inline void CString::TrimRight(LPCTSTR pszTargets) function Truncate (line 843) | inline void CString::Truncate(int nNewLength) function CString (line 859) | inline CString operator + (const CString& string1, const CString& string2) function CString (line 866) | inline CString operator + (const CString& string, LPCTSTR pszText) function CString (line 873) | inline CString operator + (const CString& string, TCHAR ch) function CString (line 880) | inline CString operator + (LPCTSTR pszText, const CString& string) function CString (line 887) | inline CString operator + (TCHAR ch, const CString& string) function CString (line 895) | inline CString LoadString(UINT nID) FILE: external/win32cpp/include/dialog.h function namespace (line 73) | namespace Win32xx function namespace (line 187) | namespace Win32xx function AttachItem (line 225) | inline void CDialog::AttachItem(int nID, CWnd& Wnd) function HWND (line 231) | inline HWND CDialog::Create(CWnd* pParent /* = NULL */) function INT_PTR (line 240) | inline INT_PTR CDialog::DialogProc(UINT uMsg, WPARAM wParam, LPARAM lParam) function INT_PTR (line 260) | inline INT_PTR CDialog::DialogProcDefault(UINT uMsg, WPARAM wParam, LPAR... function INT_PTR (line 381) | inline INT_PTR CDialog::DoModal() function HWND (line 449) | inline HWND CDialog::DoModeless() function EndDialog (line 496) | inline void CDialog::EndDialog(INT_PTR nResult) function OnCancel (line 508) | inline void CDialog::OnCancel() function BOOL (line 514) | inline BOOL CDialog::OnInitDialog() function OnOK (line 523) | inline void CDialog::OnOK() function BOOL (line 529) | inline BOOL CDialog::PreTranslateMessage(MSG* pMsg) function SetDlgParent (line 555) | inline void CDialog::SetDlgParent(CWnd* pParent) function AddChild (line 622) | void inline CResizer::AddChild(CWnd* pWnd, Alignment corner, DWORD dwStyle) function AddChild (line 643) | void inline CResizer::AddChild(HWND hWnd, Alignment corner, DWORD dwStyle) function HandleMessage (line 650) | inline void CResizer::HandleMessage(UINT uMsg, WPARAM wParam, LPARAM lPa... function Initialize (line 670) | void inline CResizer::Initialize(CWnd* pParent, RECT rcMin, RECT rcMax) function OnHScroll (line 687) | void inline CResizer::OnHScroll(WPARAM wParam, LPARAM /*lParam*/) function OnVScroll (line 736) | void inline CResizer::OnVScroll(WPARAM wParam, LPARAM /*lParam*/) function RecalcLayout (line 785) | void inline CResizer::RecalcLayout() FILE: external/win32cpp/include/docking.h function namespace (line 86) | namespace Win32xx function CDockContainer (line 158) | CDockContainer* GetActiveContainer() const {return GetContainerFromView(... function CDockContainer (line 161) | CDockContainer* GetContainerParent() const { return m_pContainerParent; } function CWnd (line 166) | CWnd* GetView() const { return GetViewPage().GetView(); } function SetDockCaption (line 168) | void SetDockCaption(LPCTSTR szCaption) { m_csCaption = szCaption; } function SetTabIcon (line 169) | void SetTabIcon(HICON hTabIcon) { m_hTabIcon = hTabIcon; } function SetTabIcon (line 171) | void SetTabIcon(int i, HICON hIcon) { CTab::SetTabIcon(i, hIcon); } function SetTabText (line 172) | void SetTabText(LPCTSTR szText) { m_tsTabText = szText; } type DRAGPOS (line 197) | struct DRAGPOS function class (line 210) | class CDocker : public CWnd function CDocker (line 440) | CDocker* GetDockParent() const {return m_pDockParent;} function CWnd (line 442) | CWnd* GetView() const {return GetDockClient().GetView();} function BOOL (line 447) | BOOL IsUndocked() const; function OnCreate (line 1406) | inline void CDocker::CTargetCentre::OnCreate() function BOOL (line 1419) | inline BOOL CDocker::CTargetCentre::CheckTarget(LPDRAGPOS pDragPos) function CDocker (line 1494) | inline CDocker::CTarget::~CTarget() function OnDraw (line 1498) | inline void CDocker::CTarget::OnDraw(CDC* pDC) function PreCreate (line 1510) | inline void CDocker::CTarget::PreCreate(CREATESTRUCT &cs) function BOOL (line 1521) | inline BOOL CDocker::CTargetLeft::CheckTarget(LPDRAGPOS pDragPos) function BOOL (line 1565) | inline BOOL CDocker::CTargetTop::CheckTarget(LPDRAGPOS pDragPos) function BOOL (line 1609) | inline BOOL CDocker::CTargetRight::CheckTarget(LPDRAGPOS pDragPos) function BOOL (line 1653) | inline BOOL CDocker::CTargetBottom::CheckTarget(LPDRAGPOS pDragPos) function CDocker (line 1696) | inline CDocker::CDocker() : m_pDockParent(NULL), m_pDockActive(NULL), m_... function CDocker (line 1719) | inline CDocker* CDocker::AddDockedChild(CDocker* pDocker, DWORD dwDockSt... function CDocker (line 1780) | inline CDocker* CDocker::AddUndockedChild(CDocker* pDocker, DWORD dwDock... function CheckAllTargets (line 1812) | inline void CDocker::CheckAllTargets(LPDRAGPOS pDragPos) function BOOL (line 1844) | inline BOOL CDocker::VerifyDockers() function Close (line 1907) | inline void CDocker::Close() function CloseAllDockers (line 1914) | inline void CDocker::CloseAllDockers() function CloseAllTargets (line 1934) | inline void CDocker::CloseAllTargets() function Dock (line 1943) | inline void CDocker::Dock(CDocker* pDocker, UINT DockStyle) function DockInContainer (line 1985) | inline void CDocker::DockInContainer(CDocker* pDock, DWORD dwDockStyle) function DockOuter (line 2028) | inline void CDocker::DockOuter(CDocker* pDocker, DWORD dwDockStyle) function DrawAllCaptions (line 2079) | inline void CDocker::DrawAllCaptions() function DrawHashBar (line 2089) | inline void CDocker::DrawHashBar(HWND hBar, POINT Pos) function CDockContainer (line 2118) | inline CDockContainer* CDocker::GetContainer() const function CDocker (line 2127) | inline CDocker* CDocker::GetActiveDocker() const function CDocker (line 2143) | inline CDocker* CDocker::GetDockAncestor() const function CDocker (line 2150) | inline CDocker* CDocker::GetDockFromPoint(POINT pt) const function CDocker (line 2204) | inline CDocker* CDocker::GetDockFromID(int n_DockID) const function CDocker (line 2220) | inline CDocker* CDocker::GetDockFromView(CWnd* pView) const function GetDockSize (line 2234) | inline int CDocker::GetDockSize() const function CTabbedMDI (line 2271) | inline CTabbedMDI* CDocker::GetTabbedMDI() const function GetTextHeight (line 2280) | inline int CDocker::GetTextHeight() function Hide (line 2293) | inline void CDocker::Hide() function BOOL (line 2316) | inline BOOL CDocker::IsChildOfDocker(CWnd* pWnd) const function BOOL (line 2334) | inline BOOL CDocker::IsDragAutoResize() function BOOL (line 2339) | inline BOOL CDocker::IsRelated(CWnd* pWnd) const function BOOL (line 2358) | inline BOOL CDocker::LoadRegistrySettings(tString tsRegistryKeyName) function MoveDockChildren (line 2498) | inline void CDocker::MoveDockChildren(CDocker* pDockTarget) function CDocker (line 2515) | inline CDocker* CDocker::NewDockerFromID(int nID) function OnActivate (line 2539) | inline void CDocker::OnActivate(WPARAM wParam, LPARAM lParam) function OnCaptionTimer (line 2558) | inline void CDocker::OnCaptionTimer(WPARAM wParam, LPARAM lParam) function OnCreate (line 2577) | inline void CDocker::OnCreate() function OnDestroy (line 2619) | inline void CDocker::OnDestroy(WPARAM wParam, LPARAM lParam) function OnDockDestroyed (line 2661) | inline void CDocker::OnDockDestroyed(WPARAM wParam, LPARAM lParam) function OnExitSizeMove (line 2679) | inline void CDocker::OnExitSizeMove(WPARAM wParam, LPARAM lParam) function LRESULT (line 2689) | inline LRESULT CDocker::OnNotify(WPARAM wParam, LPARAM lParam) function ResizeDockers (line 2818) | inline void CDocker::ResizeDockers(LPDRAGPOS pdp) function OnSetFocus (line 2867) | inline void CDocker::OnSetFocus(WPARAM wParam, LPARAM lParam) function OnSysColorChange (line 2890) | inline void CDocker::OnSysColorChange(WPARAM wParam, LPARAM lParam) function LRESULT (line 2916) | inline LRESULT CDocker::OnSysCommand(WPARAM wParam, LPARAM lParam) function LRESULT (line 2949) | inline LRESULT CDocker::OnWindowPosChanging(WPARAM wParam, LPARAM lParam) function OnWindowPosChanged (line 2962) | inline void CDocker::OnWindowPosChanged(WPARAM wParam, LPARAM lParam) function PreCreate (line 2988) | inline void CDocker::PreCreate(CREATESTRUCT &cs) function PreRegisterClass (line 2997) | inline void CDocker::PreRegisterClass(WNDCLASS &wc) function RecalcDockChildLayout (line 3003) | inline void CDocker::RecalcDockChildLayout(CRect rc) function RecalcDockLayout (line 3095) | inline void CDocker::RecalcDockLayout() function std (line 3106) | inline std::vector CDocker::SortDockers() function BOOL (line 3155) | inline BOOL CDocker::SaveRegistrySettings(tString tsRegistryKeyName) function SendNotify (line 3249) | inline void CDocker::SendNotify(UINT nMessageID) function SetDockStyle (line 3271) | inline void CDocker::SetDockStyle(DWORD dwDockStyle) function SetCaption (line 3298) | inline void CDocker::SetCaption(LPCTSTR szCaption) function SetCaptionColors (line 3307) | inline void CDocker::SetCaptionColors(COLORREF Foregnd1, COLORREF Backgn... function SetCaptionHeight (line 3312) | inline void CDocker::SetCaptionHeight(int nHeight) function SetDockSize (line 3320) | inline void CDocker::SetDockSize(int DockSize) function SetDragAutoResize (line 3355) | inline void CDocker::SetDragAutoResize(BOOL bAutoResize) function SetView (line 3360) | inline void CDocker::SetView(CWnd& wndView) function PromoteFirstChild (line 3372) | inline void CDocker::PromoteFirstChild() function ConvertToChild (line 3423) | inline void CDocker::ConvertToChild(HWND hWndParent) function ConvertToPopup (line 3431) | inline void CDocker::ConvertToPopup(RECT rc) function CDocker (line 3449) | inline CDocker* CDocker::SeparateFromDock() function SetUndockPosition (line 3468) | inline void CDocker::SetUndockPosition(CPoint pt) function Undock (line 3495) | inline void CDocker::Undock(CPoint pt, BOOL bShowUndocked) function UndockContainer (line 3516) | inline void CDocker::UndockContainer(CDockContainer* pContainer, CPoint ... function LRESULT (line 3630) | inline LRESULT CDocker::WndProcDefault(UINT uMsg, WPARAM wParam, LPARAM ... function CDockContainer (line 3679) | inline CDockContainer::CDockContainer() : m_iCurrentPage(0), m_hTabIcon(... function AddToolBarButton (line 3724) | inline void CDockContainer::AddToolBarButton(UINT nID, BOOL bEnabled /* ... function CDockContainer (line 3731) | inline CDockContainer* CDockContainer::GetContainerFromIndex(UINT nPage) function CWnd (line 3740) | inline CWnd* CDockContainer::GetActiveView() const function CDockContainer (line 3754) | inline CDockContainer* CDockContainer::GetContainerFromView(CWnd* pView)... function GetContainerIndex (line 3770) | inline int CDockContainer::GetContainerIndex(CDockContainer* pContainer) function SIZE (line 3784) | inline SIZE CDockContainer::GetMaxTabTextSize() function SetupToolBar (line 3807) | inline void CDockContainer::SetupToolBar() function OnCreate (line 3826) | inline void CDockContainer::OnCreate() function OnLButtonDown (line 3872) | inline void CDockContainer::OnLButtonDown(WPARAM wParam, LPARAM lParam) function OnLButtonUp (line 3884) | inline void CDockContainer::OnLButtonUp(WPARAM wParam, LPARAM lParam) function OnMouseLeave (line 3892) | inline void CDockContainer::OnMouseLeave(WPARAM wParam, LPARAM lParam) function LRESULT (line 3910) | inline LRESULT CDockContainer::OnNotifyReflect(WPARAM wParam, LPARAM lPa... function PreCreate (line 3928) | inline void CDockContainer::PreCreate(CREATESTRUCT &cs) function RecalcLayout (line 3935) | inline void CDockContainer::RecalcLayout() function RemoveContainer (line 3950) | inline void CDockContainer::RemoveContainer(CDockContainer* pWnd) function SelectPage (line 3988) | inline void CDockContainer::SelectPage(int nPage) function SetActiveContainer (line 4031) | inline void CDockContainer::SetActiveContainer(CDockContainer* pContainer) function SetTabIcon (line 4038) | inline void CDockContainer::SetTabIcon(UINT nID_Icon) function SetTabSize (line 4044) | inline void CDockContainer::SetTabSize() function SetTabText (line 4056) | inline void CDockContainer::SetTabText(UINT nTab, LPCTSTR szText) function SetView (line 4064) | inline void CDockContainer::SetView(CWnd& Wnd) function LRESULT (line 4069) | inline LRESULT CDockContainer::WndProcDefault(UINT uMsg, WPARAM wParam, ... function BOOL (line 4103) | inline BOOL CDockContainer::CViewPage::OnCommand(WPARAM wParam, LPARAM l... function OnCreate (line 4113) | inline void CDockContainer::CViewPage::OnCreate() function LRESULT (line 4119) | inline LRESULT CDockContainer::CViewPage::OnNotify(WPARAM wParam, LPARAM... function PreRegisterClass (line 4149) | inline void CDockContainer::CViewPage::PreRegisterClass(WNDCLASS &wc) function RecalcLayout (line 4155) | inline void CDockContainer::CViewPage::RecalcLayout() function SetView (line 4168) | inline void CDockContainer::CViewPage::SetView(CWnd& wndView) function LRESULT (line 4186) | inline LRESULT CDockContainer::CViewPage::WndProcDefault(UINT uMsg, WPAR... FILE: external/win32cpp/include/file.h function namespace (line 44) | namespace Win32xx FILE: external/win32cpp/include/frame.h function namespace (line 88) | namespace Win32xx function CWnd (line 236) | CWnd* GetView() const { return m_pView; } type Constants (line 294) | enum Constants function namespace (line 346) | namespace Win32xx function OnMenuChar (line 662) | inline void CMenuBar::OnMenuChar(WPARAM wParam, LPARAM lParam) function OnCreate (line 670) | inline void CMenuBar::OnCreate() function LRESULT (line 679) | inline LRESULT CMenuBar::OnCustomDraw(NMHDR* pNMHDR) function OnKeyDown (line 776) | inline void CMenuBar::OnKeyDown(WPARAM wParam, LPARAM lParam) function OnLButtonDown (line 827) | inline void CMenuBar::OnLButtonDown(WPARAM wParam, LPARAM lParam) function OnLButtonUp (line 866) | inline void CMenuBar::OnLButtonUp(WPARAM wParam, LPARAM lParam) function BOOL (line 907) | inline BOOL CMenuBar::OnMenuInput(UINT uMsg, WPARAM wParam, LPARAM lParam) function OnMouseLeave (line 1036) | inline void CMenuBar::OnMouseLeave() function OnMouseMove (line 1051) | inline void CMenuBar::OnMouseMove(WPARAM wParam, LPARAM lParam) function LRESULT (line 1102) | inline LRESULT CMenuBar::OnNotifyReflect(WPARAM wParam, LPARAM lParam) function OnWindowPosChanged (line 1156) | inline void CMenuBar::OnWindowPosChanged() function PreCreate (line 1167) | inline void CMenuBar::PreCreate(CREATESTRUCT &cs) function PreRegisterClass (line 1172) | inline void CMenuBar::PreRegisterClass(WNDCLASS &wc) function ReleaseFocus (line 1178) | inline void CMenuBar::ReleaseFocus() function SetHotItem (line 1187) | inline void CMenuBar::SetHotItem(int nHot) function SetMenu (line 1193) | inline void CMenuBar::SetMenu(HMENU hMenu) function SetMenuBarTheme (line 1240) | inline void CMenuBar::SetMenuBarTheme(MenuTheme& Theme) function OnSysCommand (line 1273) | inline void CMenuBar::OnSysCommand(WPARAM wParam, LPARAM lParam) function LRESULT (line 1291) | inline LRESULT CMenuBar::WndProcDefault(UINT uMsg, WPARAM wParam, LPARAM... function CFrame (line 1368) | inline CFrame::CFrame() : m_tsStatusText(_T("Ready")), m_bShowIndicatorS... function BOOL (line 1392) | inline BOOL CFrame::AddMenuIcon(int nID_MenuItem, HICON hIcon, int cx /*... function UINT (line 1422) | inline UINT CFrame::AddMenuIcons(const std::vector& MenuData, COLO... function AddMenuBarBand (line 1511) | inline void CFrame::AddMenuBarBand() function AddMRUEntry (line 1542) | inline void CFrame::AddMRUEntry(LPCTSTR szMRUEntry) function AddToolBarBand (line 1557) | inline void CFrame::AddToolBarBand(CToolBar& TB, DWORD dwStyle, UINT nID) function AddToolBarButton (line 1582) | inline void CFrame::AddToolBarButton(UINT nID, BOOL bEnabled /* = TRUE*/... function AdjustFrameRect (line 1594) | inline void CFrame::AdjustFrameRect(RECT rcView) const function CreateToolBar (line 1617) | inline void CFrame::CreateToolBar() function DrawCheckmark (line 1652) | inline void CFrame::DrawCheckmark(LPDRAWITEMSTRUCT pdis, CDC& DrawDC) function DrawMenuIcon (line 1717) | inline void CFrame::DrawMenuIcon(LPDRAWITEMSTRUCT pdis, CDC& DrawDC, BOO... function DrawMenuText (line 1751) | inline void CFrame::DrawMenuText(CDC& DrawDC, LPCTSTR ItemText, CRect& r... function GetMenuItemPos (line 1773) | inline int CFrame::GetMenuItemPos(HMENU hMenu, LPCTSTR szItem) function tString (line 1814) | inline tString CFrame::GetMRUEntry(UINT nIndex) function CRect (line 1827) | inline CRect CFrame::GetViewRect() const function BOOL (line 1902) | inline BOOL CFrame::LoadRegistryMRUSettings(UINT nMaxMRU /*= 0*/) function BOOL (line 1958) | inline BOOL CFrame::LoadRegistrySettings(LPCTSTR szKeyName) function OnActivate (line 2011) | inline void CFrame::OnActivate(WPARAM wParam, LPARAM lParam) function OnClose (line 2047) | inline void CFrame::OnClose() function OnCreate (line 2060) | inline void CFrame::OnCreate() function OnDestroy (line 2126) | inline void CFrame::OnDestroy() function LRESULT (line 2133) | inline LRESULT CFrame::OnDrawItem(WPARAM wParam, LPARAM lParam) function OnExitMenuLoop (line 2230) | inline void CFrame::OnExitMenuLoop() function OnHelp (line 2252) | inline void CFrame::OnHelp() function OnInitMenuPopup (line 2269) | inline void CFrame::OnInitMenuPopup(WPARAM wParam, LPARAM lParam) function LRESULT (line 2316) | inline LRESULT CFrame::OnMeasureItem(WPARAM wParam, LPARAM lParam) function LRESULT (line 2375) | inline LRESULT CFrame::OnMenuChar(WPARAM wParam, LPARAM lParam) function OnMenuSelect (line 2386) | inline void CFrame::OnMenuSelect(WPARAM wParam, LPARAM lParam) function LRESULT (line 2404) | inline LRESULT CFrame::OnNotify(WPARAM wParam, LPARAM lParam) function OnSetFocus (line 2465) | inline void CFrame::OnSetFocus() function OnSysColorChange (line 2470) | inline void CFrame::OnSysColorChange() function LRESULT (line 2497) | inline LRESULT CFrame::OnSysCommand(WPARAM wParam, LPARAM lParam) function OnTimer (line 2511) | inline void CFrame::OnTimer(WPARAM wParam) function OnViewStatusBar (line 2571) | inline void CFrame::OnViewStatusBar() function OnViewToolBar (line 2577) | inline void CFrame::OnViewToolBar() function PreCreate (line 2583) | inline void CFrame::PreCreate(CREATESTRUCT& cs) function PreRegisterClass (line 2595) | inline void CFrame::PreRegisterClass(WNDCLASS &wc) function RecalcLayout (line 2601) | inline void CFrame::RecalcLayout() function RemoveMRUEntry (line 2647) | inline void CFrame::RemoveMRUEntry(LPCTSTR szMRUEntry) function BOOL (line 2662) | inline BOOL CFrame::SaveRegistrySettings() function SetFrameMenu (line 2770) | inline void CFrame::SetFrameMenu(INT ID_MENU) function SetFrameMenu (line 2785) | inline void CFrame::SetFrameMenu(HMENU hMenu) function UINT (line 2800) | inline UINT CFrame::SetMenuIcons(const std::vector& MenuData, COLO... function SetMenuBarBandSize (line 2816) | inline void CFrame::SetMenuBarBandSize() function SetMenuTheme (line 2842) | inline void CFrame::SetMenuTheme(MenuTheme& Theme) function SetStatusIndicators (line 2855) | inline void CFrame::SetStatusIndicators() function SetStatusText (line 2874) | inline void CFrame::SetStatusText() function SetTheme (line 2904) | inline void CFrame::SetTheme() function SetToolBarImages (line 3029) | inline void CFrame::SetToolBarImages(COLORREF crMask, UINT ToolBarID, UI... function SetupToolBar (line 3041) | inline void CFrame::SetupToolBar() function SetView (line 3060) | inline void CFrame::SetView(CWnd& wndView) function ShowMenu (line 3081) | inline void CFrame::ShowMenu(BOOL bShow) function ShowStatusBar (line 3110) | inline void CFrame::ShowStatusBar(BOOL bShow) function ShowToolBar (line 3127) | inline void CFrame::ShowToolBar(BOOL bShow) function UpdateMRUMenu (line 3156) | inline void CFrame::UpdateMRUMenu() function LRESULT (line 3231) | inline LRESULT CFrame::WndProcDefault(UINT uMsg, WPARAM wParam, LPARAM l... FILE: external/win32cpp/include/gdi.h function namespace (line 140) | namespace Win32xx FILE: external/win32cpp/include/listview.h function class (line 48) | class CListView : public CWnd FILE: external/win32cpp/include/mdi.h type Shared_Ptr (line 77) | typedef Shared_Ptr MDIChildPtr; function CWnd (line 96) | CWnd* GetView() const {return m_pView;} function MDIActivate (line 98) | void MDIActivate() const; function BOOL (line 156) | BOOL IsMDIChildMaxed() const; FILE: external/win32cpp/include/menu.h function class (line 109) | class CMenu FILE: external/win32cpp/include/propertysheet.h function namespace (line 68) | namespace Win32xx function RemovePage (line 851) | inline void CPropertySheet::RemovePage(CPropertyPage* pPage) function BOOL (line 864) | inline BOOL CPropertySheet::PreTranslateMessage(MSG* pMsg) function BOOL (line 883) | inline BOOL CPropertySheet::SetActivePage(int nPage) function BOOL (line 889) | inline BOOL CPropertySheet::SetActivePage(CPropertyPage* pPage) function SetIcon (line 899) | inline void CPropertySheet::SetIcon(UINT idIcon) function SetTitle (line 905) | inline void CPropertySheet::SetTitle(LPCTSTR szTitle) function SetWizardMode (line 915) | inline void CPropertySheet::SetWizardMode(BOOL bWizard) function LRESULT (line 923) | inline LRESULT CPropertySheet::WndProcDefault(UINT uMsg, WPARAM wParam, ... FILE: external/win32cpp/include/rebar.h type ReBarTheme (line 48) | struct ReBarTheme function GetBandCount (line 91) | int GetBandCount() const; function UINT (line 98) | UINT GetRowCount() const; FILE: external/win32cpp/include/ribbon.h function namespace (line 55) | namespace Win32xx function namespace (line 146) | namespace Win32xx FILE: external/win32cpp/include/shared_ptr.h function namespace (line 97) | namespace Win32xx FILE: external/win32cpp/include/socket.h function namespace (line 120) | namespace Win32xx function namespace (line 197) | namespace Win32xx FILE: external/win32cpp/include/statusbar.h function namespace (line 43) | namespace Win32xx function namespace (line 83) | namespace Win32xx FILE: external/win32cpp/include/stdcontrols.h function virtual (line 61) | virtual ~CButton() {} function virtual (line 87) | virtual ~CEdit() {} function virtual (line 145) | virtual ~CListBox() {} function virtual (line 204) | virtual ~CStatic() {} function HBITMAP (line 207) | HBITMAP GetBitmap() const; FILE: external/win32cpp/include/tab.h function namespace (line 50) | namespace Win32xx function CWnd (line 1501) | inline CWnd* CTabbedMDI::NewMDIChildFromID(int /*idMDIChild*/) function OnCreate (line 1521) | inline void CTabbedMDI::OnCreate() function OnDestroy (line 1528) | inline void CTabbedMDI::OnDestroy(WPARAM /*wParam*/, LPARAM /*lParam*/ ) function LRESULT (line 1533) | inline LRESULT CTabbedMDI::OnNotify(WPARAM /*wParam*/, LPARAM lParam) function OnWindowPosChanged (line 1542) | inline void CTabbedMDI::OnWindowPosChanged(WPARAM /*wParam*/, LPARAM /*l... function RecalcLayout (line 1547) | inline void CTabbedMDI::RecalcLayout() function BOOL (line 1566) | inline BOOL CTabbedMDI::SaveRegistrySettings(tString tsRegistryKeyName) function SetActiveMDIChild (line 1625) | inline void CTabbedMDI::SetActiveMDIChild(CWnd* pWnd) function SetActiveMDITab (line 1633) | inline void CTabbedMDI::SetActiveMDITab(int iTab) function LRESULT (line 1640) | inline LRESULT CTabbedMDI::WndProcDefault(UINT uMsg, WPARAM wParam, LPAR... FILE: external/win32cpp/include/taskdialog.h function class (line 61) | class CTaskDialog : public CWnd FILE: external/win32cpp/include/thread.h function class (line 99) | class CThread FILE: external/win32cpp/include/toolbar.h function namespace (line 46) | namespace Win32xx function BOOL (line 514) | inline BOOL CToolBar::HideButton(int idButton, BOOL fShow) const function HitTest (line 521) | inline int CToolBar::HitTest() const function BOOL (line 544) | inline BOOL CToolBar::Indeterminate(int idButton, BOOL fIndeterminate) c... function BOOL (line 551) | inline BOOL CToolBar::InsertButton(int iButton, LPTBBUTTON lpButton) const function BOOL (line 558) | inline BOOL CToolBar::IsButtonHidden(int idButton) const function BOOL (line 565) | inline BOOL CToolBar::IsButtonHighlighted(int idButton) const function BOOL (line 572) | inline BOOL CToolBar::IsButtonIndeterminate(int idButton) const function BOOL (line 579) | inline BOOL CToolBar::IsButtonPressed(int idButton) const function MapAccelerator (line 586) | inline int CToolBar::MapAccelerator(TCHAR chAccel) const function BOOL (line 600) | inline BOOL CToolBar::MarkButton(int idButton) const function BOOL (line 607) | inline BOOL CToolBar::MoveButton(UINT uOldPos, UINT uNewPos) const function OnCreate (line 615) | inline void CToolBar::OnCreate() function LRESULT (line 643) | inline LRESULT CToolBar::OnCustomDraw(NMHDR* pNMHDR) function OnDestroy (line 828) | inline void CToolBar::OnDestroy() function LRESULT (line 838) | inline LRESULT CToolBar::OnNotifyReflect(WPARAM wParam, LPARAM lParam) function OnWindowPosChanging (line 864) | inline void CToolBar::OnWindowPosChanging(WPARAM wParam, LPARAM lParam) function PreCreate (line 882) | inline void CToolBar::PreCreate(CREATESTRUCT &cs) function PreRegisterClass (line 888) | inline void CToolBar::PreRegisterClass(WNDCLASS &wc) function BOOL (line 894) | inline BOOL CToolBar::PressButton(int idButton, BOOL fPress) const function BOOL (line 901) | inline BOOL CToolBar::ReplaceBitmap(UINT NewToolBarID) function SaveRestore (line 928) | inline void CToolBar::SaveRestore(BOOL fSave, TBSAVEPARAMS* ptbsp) const function BOOL (line 935) | inline BOOL CToolBar::SetBitmap(UINT nID) function BOOL (line 964) | inline BOOL CToolBar::SetBitmapSize(int cx, int cy) const function SetButtons (line 974) | inline int CToolBar::SetButtons(const std::vector& vToolBarData) c... function BOOL (line 1022) | inline BOOL CToolBar::SetButtonSize(int cx, int cy) const function BOOL (line 1030) | inline BOOL CToolBar::SetButtonState(int idButton, UINT State) const function BOOL (line 1046) | inline BOOL CToolBar::SetButtonStyle(int idButton, BYTE Style) const function BOOL (line 1069) | inline BOOL CToolBar::SetButtonText(int idButton, LPCTSTR szText) function BOOL (line 1143) | inline BOOL CToolBar::SetButtonWidth(int idButton, int nWidth) const function BOOL (line 1164) | inline BOOL CToolBar::SetCommandID(int iIndex, int idButton) const function HIMAGELIST (line 1171) | inline HIMAGELIST CToolBar::SetDisableImageList(HIMAGELIST himlNewDisabl... function DWORD (line 1178) | inline DWORD CToolBar::SetDrawTextFlags(DWORD dwMask, DWORD dwDTFlags) c... function DWORD (line 1185) | inline DWORD CToolBar::SetExtendedStyle(DWORD dwExStyle) const function HIMAGELIST (line 1193) | inline HIMAGELIST CToolBar::SetHotImageList(HIMAGELIST himlNewHot) const function SetHotItem (line 1200) | inline int CToolBar::SetHotItem(int iHot) const function HIMAGELIST (line 1207) | inline HIMAGELIST CToolBar::SetImageList(HIMAGELIST himlNew) const function BOOL (line 1214) | inline BOOL CToolBar::SetImages(COLORREF crMask, UINT ToolBarID, UINT To... function BOOL (line 1297) | inline BOOL CToolBar::SetIndent(int iIndent) const function BOOL (line 1304) | inline BOOL CToolBar::SetMaxTextRows(int iMaxRows) const function BOOL (line 1311) | inline BOOL CToolBar::SetPadding(int cx, int cy) const function SetToolBarTheme (line 1318) | inline void CToolBar::SetToolBarTheme(ToolBarTheme& Theme) function SetToolTips (line 1331) | inline void CToolBar::SetToolTips(HWND hwndToolTip) const function LRESULT (line 1338) | inline LRESULT CToolBar::WndProcDefault(UINT uMsg, WPARAM wParam, LPARAM... FILE: external/win32cpp/include/treeview.h function class (line 53) | class CTreeView : public CWnd FILE: external/win32cpp/include/wceframe.h function class (line 82) | class CCmdBar : public CWnd FILE: external/win32cpp/include/webbrowser.h function namespace (line 44) | namespace Win32xx function class (line 138) | class CWebBrowser : public CWnd function virtual (line 145) | virtual IWebBrowser2* GetIWebBrowser2() const { return m_pIWebBrowser2; } function namespace (line 162) | namespace Win32xx function Navigate (line 714) | inline void CWebBrowser::Navigate(LPCTSTR pTChar) function OnCreate (line 731) | inline void CWebBrowser::OnCreate() function OnSize (line 736) | inline void CWebBrowser::OnSize(int width, int height) function LRESULT (line 742) | inline LRESULT CWebBrowser::WndProcDefault(UINT uMsg, WPARAM wParam, LPA... FILE: external/win32cpp/include/wincore.h function namespace (line 175) | namespace Win32xx {} function namespace (line 189) | namespace Win32xx function Lock (line 281) | void Lock() { ::EnterCriticalSection(&m_cs); } function Release (line 282) | void Release() { ::LeaveCriticalSection(&m_cs); } function class (line 297) | class CWinException : public std::exception function namespace (line 404) | namespace Win32xx function namespace (line 617) | namespace Win32xx function AddTmpDC (line 733) | inline void CWinApp::AddTmpDC(CDC* pDC) function AddTmpGDI (line 744) | inline void CWinApp::AddTmpGDI(CGDIObject* pObject) function CMenu (line 755) | inline CMenu* CWinApp::AddTmpMenu(HMENU hMenu) function CWnd (line 776) | inline CWnd* CWinApp::AddTmpWnd(HWND hWnd) function CleanupTemps (line 794) | inline void CWinApp::CleanupTemps() function CDC (line 811) | inline CDC* CWinApp::GetCDCFromMap(HDC hDC) function CGDIObject (line 828) | inline CGDIObject* CWinApp::GetCGDIObjectFromMap(HGDIOBJ hObject) function CMenu (line 845) | inline CMenu* CWinApp::GetCMenuFromMap(HMENU hMenu) function CWnd (line 861) | inline CWnd* CWinApp::GetCWndFromMap(HWND hWnd) function BOOL (line 878) | inline BOOL CWinApp::InitInstance() function MessageLoop (line 887) | inline int CWinApp::MessageLoop() function BOOL (line 918) | inline BOOL CWinApp::OnIdle(LONG lCount) function BOOL (line 926) | inline BOOL CWinApp::PreTranslateMessage(MSG Msg) function Run (line 960) | inline int CWinApp::Run() function SetAccelerators (line 976) | inline void CWinApp::SetAccelerators(HACCEL hAccel, CWnd* pWndAccel) function SetCallback (line 987) | inline void CWinApp::SetCallback() function CWinApp (line 1012) | inline CWinApp* CWinApp::SetnGetThis(CWinApp* pThis /*= 0*/) function SetResourceHandle (line 1028) | inline void CWinApp::SetResourceHandle(HINSTANCE hResource) function TLSData (line 1040) | inline TLSData* CWinApp::SetTlsIndex() function CWnd (line 1061) | inline CWnd::CWnd() : m_hWnd(NULL), m_PrevWindowProc(NULL), m_IsTmpWnd(F... function AddToMap (line 1076) | inline void CWnd::AddToMap() function BOOL (line 1089) | inline BOOL CWnd::Attach(HWND hWnd) function BOOL (line 1112) | inline BOOL CWnd::AttachDlgItem(UINT nID, CWnd* pParent) type MONITORINFO (line 1134) | typedef struct tagMONITORINFO function Cleanup (line 1198) | inline void CWnd::Cleanup() function HWND (line 1207) | inline HWND CWnd::Create(CWnd* pParent /* = NULL */) function HWND (line 1260) | inline HWND CWnd::CreateEx(DWORD dwExStyle, LPCTSTR lpszClassName, LPCTS... function HWND (line 1270) | inline HWND CWnd::CreateEx(DWORD dwExStyle, LPCTSTR lpszClassName, LPCTS... function Destroy (line 1352) | inline void CWnd::Destroy() function HWND (line 1365) | inline HWND CWnd::Detach() function LRESULT (line 1378) | inline LRESULT CWnd::FinalWindowProc(UINT uMsg, WPARAM wParam, LPARAM lP... function CWnd (line 1385) | inline CWnd* CWnd::GetAncestor(UINT gaFlags /*= GA_ROOTOWNER*/) const function CString (line 1409) | inline CString CWnd::GetClassName() const function OnDraw (line 1472) | inline void CWnd::OnDraw(CDC* pDC) function BOOL (line 1480) | inline BOOL CWnd::OnEraseBkgnd(CDC* pDC) function OnInitialUpdate (line 1494) | inline void CWnd::OnInitialUpdate() function LRESULT (line 1501) | inline LRESULT CWnd::MessageReflect(HWND hWndParent, UINT uMsg, WPARAM w... function LRESULT (line 1548) | inline LRESULT CWnd::OnMessageReflect(UINT uMsg, WPARAM wParam, LPARAM l... function LRESULT (line 1568) | inline LRESULT CWnd::OnNotify(WPARAM wParam, LPARAM lParam) function LRESULT (line 1592) | inline LRESULT CWnd::OnNotifyReflect(WPARAM wParam, LPARAM lParam) function OnMenuUpdate (line 1612) | inline void CWnd::OnMenuUpdate(UINT nID) function PreCreate (line 1621) | inline void CWnd::PreCreate(CREATESTRUCT& cs) function PreRegisterClass (line 1646) | inline void CWnd::PreRegisterClass(WNDCLASS& wc) function BOOL (line 1680) | inline BOOL CWnd::PreTranslateMessage(MSG* pMsg) function BOOL (line 1692) | inline BOOL CWnd::RegisterClass(WNDCLASS& wc) function BOOL (line 1725) | inline BOOL CWnd::RemoveFromMap() function HICON (line 1757) | inline HICON CWnd::SetIconLarge(int nIcon) function HICON (line 1774) | inline HICON CWnd::SetIconSmall(int nIcon) function Subclass (line 1820) | inline void CWnd::Subclass(HWND hWnd) function LRESULT (line 1829) | inline LRESULT CWnd::WndProc(UINT uMsg, WPARAM wParam, LPARAM lParam) function LRESULT (line 1849) | inline LRESULT CWnd::WndProcDefault(UINT uMsg, WPARAM wParam, LPARAM lPa... function CDC (line 1982) | inline CDC* CWnd::BeginPaint(PAINTSTRUCT& ps) const function BOOL (line 1990) | inline BOOL CWnd::BringWindowToTop() const function CWnd (line 2019) | inline CWnd* CWnd::ChildWindowFromPoint(POINT pt) const function BOOL (line 2028) | inline BOOL CWnd::ClientToScreen(POINT& pt) const function BOOL (line 2035) | inline BOOL CWnd::ClientToScreen(RECT& rc) const function HDWP (line 2042) | inline HDWP CWnd::DeferWindowPos(HDWP hWinPosInfo, HWND hWndInsertAfter,... function HDWP (line 2049) | inline HDWP CWnd::DeferWindowPos(HDWP hWinPosInfo, HWND hWndInsertAfter,... function LRESULT (line 2056) | inline LRESULT CWnd::DefWindowProc(UINT uMsg, WPARAM wParam, LPARAM lPar... function BOOL (line 2063) | inline BOOL CWnd::DrawMenuBar() const function BOOL (line 2079) | inline BOOL CWnd::EndPaint(PAINTSTRUCT& ps) const function CWnd (line 2087) | inline CWnd* CWnd::GetActiveWindow() const function CWnd (line 2094) | inline CWnd* CWnd::GetCapture() const function ULONG_PTR (line 2100) | inline ULONG_PTR CWnd::GetClassLongPtr(int nIndex) const function CRect (line 2108) | inline CRect CWnd::GetClientRect() const function CDC (line 2128) | inline CDC* CWnd::GetDCEx(HRGN hrgnClip, DWORD flags) const function CWnd (line 2136) | inline CWnd* CWnd::GetDesktopWindow() const function CWnd (line 2142) | inline CWnd* CWnd::GetDlgItem(int nIDDlgItem) const function UINT (line 2149) | inline UINT CWnd::GetDlgItemInt(int nIDDlgItem, BOOL* lpTranslated, BOOL... function CWnd (line 2156) | inline CWnd* CWnd::GetFocus() const function CFont (line 2163) | inline CFont* CWnd::GetFont() const function HICON (line 2170) | inline HICON CWnd::GetIcon(BOOL bBigIcon) const function CWnd (line 2177) | inline CWnd* CWnd::GetNextDlgGroupItem(CWnd* pCtl, BOOL bPrevious) const function CWnd (line 2186) | inline CWnd* CWnd::GetNextDlgTabItem(CWnd* pCtl, BOOL bPrevious) const function CWnd (line 2195) | inline CWnd* CWnd::GetParent() const function LONG_PTR (line 2202) | inline LONG_PTR CWnd::GetWindowLongPtr(int nIndex) const function BOOL (line 2209) | inline BOOL CWnd::GetScrollInfo(int fnBar, SCROLLINFO& si) const function CRect (line 2218) | inline CRect CWnd::GetUpdateRect(BOOL bErase) const function GetUpdateRgn (line 2228) | inline int CWnd::GetUpdateRgn(CRgn* pRgn, BOOL bErase) const function CWnd (line 2237) | inline CWnd* CWnd::GetWindow(UINT uCmd) const function CDC (line 2247) | inline CDC* CWnd::GetWindowDC() const function CRect (line 2255) | inline CRect CWnd::GetWindowRect() const function Invalidate (line 2274) | inline void CWnd::Invalidate(BOOL bErase /*= TRUE*/) const function BOOL (line 2282) | inline BOOL CWnd::InvalidateRect(LPCRECT lpRect, BOOL bErase /*= TRUE*/)... function BOOL (line 2290) | inline BOOL CWnd::InvalidateRgn(CRgn* pRgn, BOOL bErase /*= TRUE*/) const function BOOL (line 2301) | inline BOOL CWnd::IsChild(CWnd* pChild) const function BOOL (line 2309) | inline BOOL CWnd::IsDialogMessage(LPMSG lpMsg) const function UINT (line 2317) | inline UINT CWnd::IsDlgButtonChecked(int nIDButton) const function BOOL (line 2325) | inline BOOL CWnd::IsWindowEnabled() const function MapWindowPoints (line 2346) | inline void CWnd::MapWindowPoints(CWnd* pWndTo, POINT& pt) const function MapWindowPoints (line 2360) | inline void CWnd::MapWindowPoints(CWnd* pWndTo, RECT& rc) const function MapWindowPoints (line 2374) | inline void CWnd::MapWindowPoints(CWnd* pWndTo, LPPOINT ptArray, UINT nC... function MessageBox (line 2388) | inline int CWnd::MessageBox(LPCTSTR lpText, LPCTSTR lpCaption, UINT uTyp... function BOOL (line 2397) | inline BOOL CWnd::MoveWindow(int x, int y, int nWidth, int nHeight, BOOL... function BOOL (line 2404) | inline BOOL CWnd::MoveWindow(const RECT& rc, BOOL bRepaint /* = TRUE*/) ... function BOOL (line 2411) | inline BOOL CWnd::PostMessage(UINT uMsg, WPARAM wParam /*= 0L*/, LPARAM ... function BOOL (line 2420) | inline BOOL CWnd::PostMessage(HWND hWnd, UINT uMsg, WPARAM wParam, LPARA... function BOOL (line 2427) | inline BOOL CWnd::RedrawWindow(LPCRECT lpRectUpdate, CRgn* pRgn, UINT fl... function ReleaseDC (line 2435) | inline int CWnd::ReleaseDC(CDC* pDC) const function BOOL (line 2444) | inline BOOL CWnd::ScreenToClient(POINT& Point) const function BOOL (line 2451) | inline BOOL CWnd::ScreenToClient(RECT& rc) const function LRESULT (line 2458) | inline LRESULT CWnd::SendDlgItemMessage(int nIDDlgItem, UINT Msg, WPARAM... function LRESULT (line 2465) | inline LRESULT CWnd::SendMessage(UINT uMsg, WPARAM wParam /*= 0L*/, LPAR... function LRESULT (line 2474) | inline LRESULT CWnd::SendMessage(HWND hWnd, UINT uMsg, WPARAM wParam, LP... function BOOL (line 2481) | inline BOOL CWnd::SendNotifyMessage(UINT Msg, WPARAM wParam, LPARAM lPar... function CWnd (line 2491) | inline CWnd* CWnd::SetActiveWindow() const function CWnd (line 2499) | inline CWnd* CWnd::SetCapture() const function ULONG_PTR (line 2509) | inline ULONG_PTR CWnd::SetClassLongPtr(int nIndex, LONG_PTR dwNewLong) c... function CWnd (line 2517) | inline CWnd* CWnd::SetFocus() const function SetFont (line 2524) | inline void CWnd::SetFont(CFont* pFont, BOOL bRedraw /* = TRUE*/) const function HICON (line 2532) | inline HICON CWnd::SetIcon(HICON hIcon, BOOL bBigIcon) const function BOOL (line 2539) | inline BOOL CWnd::SetForegroundWindow() const function BOOL (line 2560) | inline BOOL CWnd::SetRedraw(BOOL bRedraw /*= TRUE*/) const function LONG_PTR (line 2568) | inline LONG_PTR CWnd::SetWindowLongPtr(int nIndex, LONG_PTR dwNewLong) c... function BOOL (line 2575) | inline BOOL CWnd::SetWindowPos(HWND hWndInsertAfter, int x, int y, int c... function BOOL (line 2584) | inline BOOL CWnd::SetWindowPos(HWND hWndInsertAfter, const RECT& rc, UIN... function SetWindowRgn (line 2593) | inline int CWnd::SetWindowRgn(CRgn* pRgn, BOOL bRedraw /*= TRUE*/) const function BOOL (line 2605) | inline BOOL CWnd::SetDlgItemInt(int nIDDlgItem, UINT uValue, BOOL bSigne... function BOOL (line 2612) | inline BOOL CWnd::SetDlgItemText(int nIDDlgItem, LPCTSTR lpString) const function UINT_PTR (line 2619) | inline UINT_PTR CWnd::SetTimer(UINT_PTR nIDEvent, UINT uElapse, TIMERPRO... function BOOL (line 2626) | inline BOOL CWnd::SetWindowText(LPCTSTR lpString) const function HRESULT (line 2633) | inline HRESULT CWnd::SetWindowTheme(LPCWSTR pszSubAppName, LPCWSTR pszSu... function BOOL (line 2659) | inline BOOL CWnd::ShowWindow(int nCmdShow /*= SW_SHOWNORMAL*/) const function BOOL (line 2666) | inline BOOL CWnd::UpdateWindow() const function BOOL (line 2683) | inline BOOL CWnd::ValidateRgn(CRgn* pRgn) const function CWnd (line 2692) | inline CWnd* CWnd::WindowFromPoint(POINT pt) function BOOL (line 2702) | inline BOOL CWnd::CloseWindow() const function DlgDirListComboBox (line 2718) | inline int CWnd::DlgDirListComboBox(LPTSTR lpPathSpec, int nIDComboBox, ... function BOOL (line 2726) | inline BOOL CWnd::DlgDirSelectEx(LPTSTR lpString, int nCount, int nIDLis... function BOOL (line 2734) | inline BOOL CWnd::DlgDirSelectComboBoxEx(LPTSTR lpString, int nCount, in... function DragAcceptFiles (line 2743) | inline void CWnd::DragAcceptFiles(BOOL fAccept) const function BOOL (line 2751) | inline BOOL CWnd::DrawAnimatedRects(int idAni, RECT& rcFrom, RECT& rcTo)... function BOOL (line 2759) | inline BOOL CWnd::DrawCaption(CDC* pDC, RECT& rc, UINT uFlags) const function BOOL (line 2767) | inline BOOL CWnd::EnableScrollBar(UINT uSBflags, UINT uArrows) const function CWnd (line 2774) | inline CWnd* CWnd::GetLastActivePopup() const function CMenu (line 2781) | inline CMenu* CWnd::GetMenu() const function GetScrollPos (line 2788) | inline int CWnd::GetScrollPos(int nBar) const function BOOL (line 2796) | inline BOOL CWnd::GetScrollRange(int nBar, int& MinPos, int& MaxPos) const function CMenu (line 2804) | inline CMenu* CWnd::GetSystemMenu(BOOL bRevert) const function CWnd (line 2812) | inline CWnd* CWnd::GetTopWindow() const function BOOL (line 2820) | inline BOOL CWnd::GetWindowPlacement(WINDOWPLACEMENT& wndpl) const function BOOL (line 2828) | inline BOOL CWnd::HiliteMenuItem(CMenu* pMenu, UINT uItemHilite, UINT uH... function BOOL (line 2836) | inline BOOL CWnd::IsIconic() const function BOOL (line 2865) | inline BOOL CWnd::OpenIcon() const function SetScrollInfo (line 2903) | inline int CWnd::SetScrollInfo(int fnBar, const SCROLLINFO& si, BOOL fRe... function SetScrollPos (line 2912) | inline int CWnd::SetScrollPos(int nBar, int nPos, BOOL bRedraw) const function BOOL (line 2920) | inline BOOL CWnd::SetScrollRange(int nBar, int nMinPos, int nMaxPos, BOO... function BOOL (line 2927) | inline BOOL CWnd::SetWindowPlacement(const WINDOWPLACEMENT& wndpl) const function BOOL (line 2935) | inline BOOL CWnd::ShowOwnedPopups(BOOL fShow) const function BOOL (line 2942) | inline BOOL CWnd::ShowScrollBar(int nBar, BOOL bShow) const function BOOL (line 2949) | inline BOOL CWnd::ShowWindowAsync(int nCmdShow) const function BOOL (line 2956) | inline BOOL CWnd::UnLockWindowUpdate() const FILE: external/win32cpp/include/winutils.h function namespace (line 56) | namespace Win32xx function SetSize (line 76) | void SetSize(int CX, int CY) { cx = CX; cy = CY; } function operator (line 79) | operator LPSIZE() { return this; } function BOOL (line 80) | BOOL operator == (SIZE sz) const { return (cx == sz.cx && cy == sz.cy); } function BOOL (line 81) | BOOL operator != (SIZE sz) const { return (cx != sz.cx || cy != sz.cy); } function operator (line 82) | void operator += (SIZE sz) { cx += sz.cx; cy += sz.cy; } function operator (line 83) | void operator -= (SIZE sz) { cx -= sz.cx; cy -= sz.cy; } function CSize (line 87) | CSize operator + (SIZE sz) const { return CSize (cx + sz.cx, cy + sz.cy); } function CSize (line 88) | CSize operator - (SIZE sz) const { return CSize (cx - sz.cx, cy - sz.cy); } function class (line 103) | class CPoint : public POINT function Offset (line 113) | void Offset(int dx, int dy) { x += dx; y += dy; } function Offset (line 114) | void Offset(POINT pt) { x += pt.x; y += pt.y; } function Offset (line 115) | void Offset(SIZE sz) { x += sz.cx; y += sz.cy; } function SetPoint (line 116) | void SetPoint(int X, int Y) { x = X; y = Y; } function operator (line 119) | operator LPPOINT() { return this; } function BOOL (line 120) | BOOL operator == (POINT pt) const { return ((x == pt.x) && (y == pt.y)); } function BOOL (line 121) | BOOL operator != (POINT pt) const { return ((x != pt.x) || (y != pt.y)); } function operator (line 122) | void operator += (SIZE sz) { x += sz.cx; y += sz.cy; } function operator (line 123) | void operator -= (SIZE sz) { x -= sz.cx; y -= sz.cy; } function operator (line 124) | void operator += (POINT pt) { x += pt.x; y += pt.y; } function operator (line 125) | void operator -= (POINT pt) { x -= pt.x; y -= pt.y; } function CPoint (line 129) | CPoint operator + (SIZE sz) const { return CPoint(x + sz.cx, y + sz.cy); } function CPoint (line 130) | CPoint operator - (SIZE sz) const { return CPoint(x - sz.cx, y - sz.cy); } function CPoint (line 131) | CPoint operator + (POINT pt) const { return CPoint(x + pt.x, y + pt.y); } function CPoint (line 132) | CPoint operator - (POINT pt) const { return CPoint(x - pt.x, y - pt.y); } function class (line 143) | class CRect : public RECT function BOOL (line 152) | BOOL CopyRect(RECT rc) { return ::CopyRect(this, &rc); } function BOOL (line 153) | BOOL DeflateRect(int x, int y) { return ::InflateRect(this, -x, -y); } function BOOL (line 154) | BOOL DeflateRect(SIZE size) { return ::InflateRect(this, -size.cx, -... function BOOL (line 155) | BOOL DeflateRect(RECT rc) { return ::InflateRect(this, rc.left - rc.... function BOOL (line 156) | BOOL DeflateRect(int l, int t, int r, int b){ return ::InflateRect(this,... function BOOL (line 157) | BOOL EqualRect(RECT rc) const { return ::EqualRect(&rc, this); } function BOOL (line 158) | BOOL InflateRect(int dx, int dy) { return ::InflateRect(this, dx, dy); } function BOOL (line 159) | BOOL InflateRect(SIZE sz) { return ::InflateRect(this, sz.cx, sz.cy); } function BOOL (line 160) | BOOL InflateRect(RECT rc) { return ::InflateRect(this, rc.right - rc... function BOOL (line 161) | BOOL InflateRect(int l, int t, int r, int b){ return ::InflateRect(this,... function BOOL (line 162) | BOOL IntersectRect(RECT rc1, RECT rc2) { return ::IntersectRect(this, &... function BOOL (line 163) | BOOL IsRectEmpty() const { return ::IsRectEmpty(this);} function CRect (line 165) | CRect MulDiv(int nMult, int nDiv) const { return CRect ((left * nMult) ... function NormalizeRect (line 167) | void NormalizeRect() { int nTemp; if (left > right) { nTemp = left;... function BOOL (line 169) | BOOL OffsetRect(int dx, int dy) { return ::OffsetRect(this, dx, dy); } function BOOL (line 170) | BOOL OffsetRect(POINT pt) { return ::OffsetRect(this, pt.x, pt.y); } function BOOL (line 171) | BOOL OffsetRect(SIZE size) { return ::OffsetRect(this, size.cx, size... function BOOL (line 172) | BOOL PtInRect(POINT pt) const { return ::PtInRect(this, pt); } function BOOL (line 173) | BOOL SetRect(int l, int t, int r, int b) { return ::SetRect(this, l, t, ... function BOOL (line 174) | BOOL SetRect(POINT TopLeft, POINT BtmRight) { return ::SetRect(this, Top... function BOOL (line 175) | BOOL SetRectEmpty() { return ::SetRectEmpty(this); } function BOOL (line 176) | BOOL SubtractRect(RECT rc1, RECT rc2) { return ::SubtractRect(this, &rc... function BOOL (line 177) | BOOL UnionRect(RECT rc1, RECT rc2) { return ::UnionRect(this, &rc1, &r... function MoveToX (line 180) | void MoveToX (int x) { right = Width() + x; left = x; } function MoveToY (line 181) | void MoveToY (int y) { bottom = Height() + y; top = y; } function MoveToXY (line 182) | void MoveToXY (int x, int y) { MoveToX(x); MoveToY(y); } function MoveToXY (line 183) | void MoveToXY (POINT pt) { MoveToX (pt.x); MoveToY (pt.y); } function operator (line 194) | operator LPRECT() { return this; } function BOOL (line 195) | BOOL operator == (RECT rc) const { return ::EqualRect(this, &rc); } function BOOL (line 196) | BOOL operator != (RECT rc) const { return !::EqualRect(this, &rc); } function operator (line 197) | void operator += (POINT pt) { ::OffsetRect(this, pt.x, pt.y); } function operator (line 198) | void operator += (SIZE size) { ::OffsetRect(this, size.cx, size.cy); } function operator (line 199) | void operator += (RECT rc) { ::InflateRect(this, rc.right - rc.left,... function operator (line 200) | void operator -= (RECT rc) { ::InflateRect(this, rc.left - rc.right,... function operator (line 201) | void operator -= (POINT pt) { ::OffsetRect(this, -pt.x, -pt.y); } function operator (line 202) | void operator -= (SIZE sz) { ::OffsetRect(this, -sz.cx, -sz.cy); } function operator (line 203) | void operator &= (RECT rc) { ::IntersectRect(this, this, &rc); } function operator (line 204) | void operator |= (RECT rc) { ::UnionRect(this, this, &rc); } function CRect (line 207) | CRect operator + (POINT pt) const { CRect rc(*this); ::OffsetRect(&rc,... function CRect (line 208) | CRect operator - (POINT pt) const { CRect rc(*this); ::OffsetRect(&rc,... function CRect (line 209) | CRect operator + (SIZE sz) const { CRect rc(*this); ::OffsetRect(&rc, ... function CRect (line 210) | CRect operator - (SIZE sz) const { CRect rc(*this); ::OffsetRect(&rc, ... function CRect (line 211) | CRect operator + (RECT rc) const { CRect rc1(*this); rc1.InflateRect(r... function CRect (line 212) | CRect operator - (RECT rc) const { CRect rc1(*this); rc1.DeflateRect(r... function CRect (line 213) | CRect operator & (RECT rc) const { CRect rc1; ::IntersectRect(&rc1, th... function CRect (line 214) | CRect operator | (RECT rc) const { CRect rc1; ::UnionRect(&rc1, this, ... function CPoint (line 218) | inline CPoint CSize::operator + (POINT pt) const { return CPoint(pt) + *... function CPoint (line 219) | inline CPoint CSize::operator - (POINT pt) const { return CPoint(pt) - *... function CRect (line 220) | inline CRect CSize::operator + (RECT rc) const { return CRect(rc) + *th... function CRect (line 221) | inline CRect CSize::operator - (RECT rc) const { return CRect(rc) - *th... function CRect (line 224) | inline CRect CPoint::operator + (RECT rc) const { return CRect(rc) + *t... function CRect (line 225) | inline CRect CPoint::operator - (RECT rc) const { return CRect(rc) - *t... type CA2W (line 266) | typedef CA2W A2W; type CW2A (line 267) | typedef CW2A W2A; type CW2BSTR (line 268) | typedef CW2BSTR W2BSTR; type CA2BSTR (line 269) | typedef CA2BSTR A2BSTR; type CW2A (line 270) | typedef CW2A BSTR2A; type CW2W (line 271) | typedef CW2W BSTR2W; type CA2W (line 274) | typedef CA2W A2T; type CW2A (line 275) | typedef CW2A T2A; type CW2W (line 276) | typedef CW2W T2W; type CW2W (line 277) | typedef CW2W W2T; type CW2BSTR (line 278) | typedef CW2BSTR T2BSTR; type BSTR2W (line 279) | typedef BSTR2W BSTR2T; type CA2A (line 281) | typedef CA2A A2T; type CA2A (line 282) | typedef CA2A T2A; type CA2W (line 283) | typedef CA2W T2W; type CW2A (line 284) | typedef CW2A W2T; type CA2BSTR (line 285) | typedef CA2BSTR T2BSTR; type BSTR2A (line 286) | typedef BSTR2A BSTR2T; type A2W (line 289) | typedef A2W A2OLE; type T2W (line 290) | typedef T2W T2OLE; type CW2W (line 291) | typedef CW2W W2OLE; type W2A (line 292) | typedef W2A OLE2A; type W2T (line 293) | typedef W2T OLE2T; type CW2W (line 294) | typedef CW2W OLE2W; function class (line 296) | class CA2W function class (line 323) | class CW2A function class (line 346) | class CW2W function class (line 360) | class CA2A function class (line 373) | class CW2BSTR function operator (line 378) | operator BSTR() { return m_bstrString;} function class (line 386) | class CA2BSTR function operator (line 391) | operator BSTR() { return m_bstrString;} function CWnd (line 404) | inline CWnd* FromHandle(HWND hWnd) function CWinApp (line 420) | inline CWinApp* GetApp() function CPoint (line 426) | inline CPoint GetCursorPos() function HBITMAP (line 433) | inline HBITMAP LoadBitmap (LPCTSTR lpszName) function HBITMAP (line 441) | inline HBITMAP LoadBitmap (int nID) function TRACE (line 447) | inline void TRACE(LPCTSTR str) function GetWinVersion (line 459) | inline int GetWinVersion() function GetComCtlVersion (line 482) | inline int GetComCtlVersion() function UINT (line 535) | inline UINT GetSizeofMenuItemInfo() function UINT (line 545) | inline UINT GetSizeofNonClientMetrics() function BOOL (line 561) | inline BOOL IsLeftButtonDown() function BOOL (line 575) | inline BOOL IsAeroThemed() function BOOL (line 602) | inline BOOL IsXPThemed() function LPTSTR (line 635) | inline LPTSTR lstrcpyn(LPTSTR lpstrDest, LPCTSTR lpstrSrc, int nLength) FILE: external/win32cpp/tutorials/Tutorial1/main.cpp function WinMain (line 12) | int APIENTRY WinMain(HINSTANCE, HINSTANCE, LPSTR, int) FILE: external/win32cpp/tutorials/Tutorial2/main.cpp class CView (line 8) | class CView : public CWnd method CView (line 11) | CView() {} class CSimpleApp (line 16) | class CSimpleApp : public CWinApp method CSimpleApp (line 19) | CSimpleApp() {} function BOOL (line 27) | BOOL CSimpleApp::InitInstance() function WinMain (line 37) | int APIENTRY WinMain(HINSTANCE, HINSTANCE, LPSTR, int) FILE: external/win32cpp/tutorials/Tutorial3/ScribbleApp.cpp function BOOL (line 10) | BOOL CScribbleApp::InitInstance() FILE: external/win32cpp/tutorials/Tutorial3/ScribbleApp.h function class (line 8) | class CScribbleApp : public CWinApp FILE: external/win32cpp/tutorials/Tutorial3/View.cpp function LRESULT (line 47) | LRESULT CView::WndProc(UINT uMsg, WPARAM wParam, LPARAM lParam) FILE: external/win32cpp/tutorials/Tutorial3/View.h function class (line 14) | class CView : public CWnd FILE: external/win32cpp/tutorials/Tutorial3/main.cpp function WinMain (line 8) | int APIENTRY WinMain(HINSTANCE, HINSTANCE, LPSTR, int) FILE: external/win32cpp/tutorials/Tutorial4/ScribbleApp.cpp function BOOL (line 10) | BOOL CScribbleApp::InitInstance() FILE: external/win32cpp/tutorials/Tutorial4/ScribbleApp.h function class (line 8) | class CScribbleApp : public CWinApp FILE: external/win32cpp/tutorials/Tutorial4/View.cpp function LRESULT (line 72) | LRESULT CView::WndProc(UINT uMsg, WPARAM wParam, LPARAM lParam) FILE: external/win32cpp/tutorials/Tutorial4/View.h function class (line 14) | class CView : public CWnd FILE: external/win32cpp/tutorials/Tutorial4/main.cpp function WinMain (line 8) | int APIENTRY WinMain(HINSTANCE, HINSTANCE, LPSTR, int) FILE: external/win32cpp/tutorials/Tutorial5/Mainfrm.cpp function BOOL (line 17) | BOOL CMainFrame::OnCommand(WPARAM wParam, LPARAM lParam) function LRESULT (line 69) | LRESULT CMainFrame::WndProc(UINT uMsg, WPARAM wParam, LPARAM lParam) FILE: external/win32cpp/tutorials/Tutorial5/Mainfrm.h function class (line 12) | class CMainFrame : public CFrame FILE: external/win32cpp/tutorials/Tutorial5/ScribbleApp.cpp function BOOL (line 10) | BOOL CScribbleApp::InitInstance() FILE: external/win32cpp/tutorials/Tutorial5/ScribbleApp.h function class (line 12) | class CScribbleApp : public CWinApp FILE: external/win32cpp/tutorials/Tutorial5/View.cpp function LRESULT (line 73) | LRESULT CView::WndProc(UINT uMsg, WPARAM wParam, LPARAM lParam) FILE: external/win32cpp/tutorials/Tutorial5/View.h function class (line 14) | class CView : public CWnd FILE: external/win32cpp/tutorials/Tutorial5/main.cpp function WinMain (line 9) | int APIENTRY WinMain(HINSTANCE, HINSTANCE, LPSTR, int) FILE: external/win32cpp/tutorials/Tutorial6/Mainfrm.cpp function BOOL (line 18) | BOOL CMainFrame::OnCommand(WPARAM wParam, LPARAM lParam) function LRESULT (line 70) | LRESULT CMainFrame::WndProc(UINT uMsg, WPARAM wParam, LPARAM lParam) FILE: external/win32cpp/tutorials/Tutorial6/Mainfrm.h function class (line 13) | class CMainFrame : public CFrame FILE: external/win32cpp/tutorials/Tutorial6/ScribbleApp.cpp function BOOL (line 10) | BOOL CScribbleApp::InitInstance() FILE: external/win32cpp/tutorials/Tutorial6/ScribbleApp.h function class (line 13) | class CScribbleApp : public CWinApp FILE: external/win32cpp/tutorials/Tutorial6/View.cpp function LRESULT (line 92) | LRESULT CView::WndProc(UINT uMsg, WPARAM wParam, LPARAM lParam) FILE: external/win32cpp/tutorials/Tutorial6/View.h function class (line 16) | class CView : public CWnd FILE: external/win32cpp/tutorials/Tutorial6/main.cpp function WinMain (line 9) | int APIENTRY WinMain(HINSTANCE, HINSTANCE, LPSTR, int) FILE: external/win32cpp/tutorials/Tutorial7/Mainfrm.cpp function BOOL (line 18) | BOOL CMainFrame::OnCommand(WPARAM wParam, LPARAM lParam) function LRESULT (line 86) | LRESULT CMainFrame::WndProc(UINT uMsg, WPARAM wParam, LPARAM lParam) FILE: external/win32cpp/tutorials/Tutorial7/Mainfrm.h function class (line 12) | class CMainFrame : public CFrame FILE: external/win32cpp/tutorials/Tutorial7/ScribbleApp.cpp function BOOL (line 10) | BOOL CScribbleApp::InitInstance() FILE: external/win32cpp/tutorials/Tutorial7/ScribbleApp.h function class (line 12) | class CScribbleApp : public CWinApp FILE: external/win32cpp/tutorials/Tutorial7/View.cpp function LRESULT (line 102) | LRESULT CView::WndProc(UINT uMsg, WPARAM wParam, LPARAM lParam) FILE: external/win32cpp/tutorials/Tutorial7/View.h function class (line 15) | class CView : public CWnd FILE: external/win32cpp/tutorials/Tutorial7/main.cpp function WinMain (line 9) | int APIENTRY WinMain(HINSTANCE, HINSTANCE, LPSTR, int) FILE: external/win32cpp/tutorials/Tutorial8/Mainfrm.cpp function BOOL (line 18) | BOOL CMainFrame::OnCommand(WPARAM wParam, LPARAM lParam) function LRESULT (line 128) | LRESULT CMainFrame::WndProc(UINT uMsg, WPARAM wParam, LPARAM lParam) FILE: external/win32cpp/tutorials/Tutorial8/Mainfrm.h function class (line 17) | class CMainFrame : public CFrame FILE: external/win32cpp/tutorials/Tutorial8/ScribbleApp.cpp function BOOL (line 10) | BOOL CScribbleApp::InitInstance() FILE: external/win32cpp/tutorials/Tutorial8/ScribbleApp.h function class (line 12) | class CScribbleApp : public CWinApp FILE: external/win32cpp/tutorials/Tutorial8/View.cpp function BOOL (line 67) | BOOL CView::FileOpen(LPCTSTR szFilename) function BOOL (line 108) | BOOL CView::FileSave(LPCTSTR szFilename) function LRESULT (line 186) | LRESULT CView::WndProc(UINT uMsg, WPARAM wParam, LPARAM lParam) FILE: external/win32cpp/tutorials/Tutorial8/View.h function class (line 14) | class CView : public CWnd FILE: external/win32cpp/tutorials/Tutorial8/main.cpp function WinMain (line 9) | int APIENTRY WinMain(HINSTANCE, HINSTANCE, LPSTR, int) FILE: external/win32cpp/tutorials/Tutorial9/Mainfrm.cpp function BOOL (line 18) | BOOL CMainFrame::OnCommand(WPARAM wParam, LPARAM lParam) function LRESULT (line 222) | LRESULT CMainFrame::WndProc(UINT uMsg, WPARAM wParam, LPARAM lParam) FILE: external/win32cpp/tutorials/Tutorial9/Mainfrm.h function class (line 17) | class CMainFrame : public CFrame FILE: external/win32cpp/tutorials/Tutorial9/ScribbleApp.cpp function BOOL (line 10) | BOOL CScribbleApp::InitInstance() FILE: external/win32cpp/tutorials/Tutorial9/ScribbleApp.h function class (line 12) | class CScribbleApp : public CWinApp FILE: external/win32cpp/tutorials/Tutorial9/View.cpp function BOOL (line 67) | BOOL CView::FileOpen(LPCTSTR szFilename) function BOOL (line 108) | BOOL CView::FileSave(LPCTSTR szFilename) function LRESULT (line 186) | LRESULT CView::WndProc(UINT uMsg, WPARAM wParam, LPARAM lParam) FILE: external/win32cpp/tutorials/Tutorial9/View.h function class (line 15) | class CView : public CWnd FILE: external/win32cpp/tutorials/Tutorial9/main.cpp function WinMain (line 9) | int APIENTRY WinMain(HINSTANCE, HINSTANCE, LPSTR, int) FILE: external/zlib/adler32.c function uLong (line 60) | uLong ZEXPORT adler32(adler, buf, len) function local (line 131) | local uLong adler32_combine_(adler1, adler2, len2) function uLong (line 155) | uLong ZEXPORT adler32_combine(adler1, adler2, len2) function uLong (line 163) | uLong ZEXPORT adler32_combine64(adler1, adler2, len2) FILE: external/zlib/compress.c function compress2 (line 22) | int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) function compress (line 62) | int ZEXPORT compress (dest, destLen, source, sourceLen) function uLong (line 75) | uLong ZEXPORT compressBound (sourceLen) FILE: external/zlib/contrib/blast/blast.c type state (line 35) | struct state { function local (line 66) | local int bits(struct state *s, int need) type huffman (line 97) | struct huffman { function local (line 123) | local int decode(struct state *s, struct huffman *h) function local (line 185) | local int construct(struct huffman *h, const unsigned char *rep, int n) function local (line 276) | local int decomp(struct state *s) function blast (line 377) | int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow) function inf (line 414) | local unsigned inf(void *how, unsigned char **buf) function local (line 422) | local int outf(void *how, unsigned char *buf, unsigned len) function main (line 428) | int main(void) FILE: external/zlib/contrib/dotzlib/DotZLib/ChecksumImpl.cs class ChecksumGeneratorBase (line 20) | public abstract class ChecksumGeneratorBase : ChecksumGenerator method ChecksumGeneratorBase (line 31) | public ChecksumGeneratorBase() method ChecksumGeneratorBase (line 40) | public ChecksumGeneratorBase(uint initialValue) method Reset (line 48) | public void Reset() { _current = 0; } method Update (line 66) | public abstract void Update(byte[] data, int offset, int count); method Update (line 72) | public void Update(byte[] data) method Update (line 82) | public void Update(string data) method Update (line 92) | public void Update(string data, Encoding encoding) class CRC32Checksum (line 104) | public sealed class CRC32Checksum : ChecksumGeneratorBase method crc32 (line 108) | [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)] method CRC32Checksum (line 116) | public CRC32Checksum() : base() {} method CRC32Checksum (line 122) | public CRC32Checksum(uint initialValue) : base(initialValue) {} method Update (line 133) | public override void Update(byte[] data, int offset, int count) class AdlerChecksum (line 155) | public sealed class AdlerChecksum : ChecksumGeneratorBase method adler32 (line 159) | [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)] method AdlerChecksum (line 167) | public AdlerChecksum() : base() {} method AdlerChecksum (line 173) | public AdlerChecksum(uint initialValue) : base(initialValue) {} method Update (line 184) | public override void Update(byte[] data, int offset, int count) FILE: external/zlib/contrib/dotzlib/DotZLib/CircularBuffer.cs class CircularBuffer (line 17) | internal class CircularBuffer method CircularBuffer (line 27) | public CircularBuffer(int capacity) method Put (line 39) | public int Put(byte[] source, int offset, int count) method Put (line 51) | public bool Put(byte b) method Get (line 61) | public int Get(byte[] destination, int offset, int count) method Get (line 72) | public int Get() FILE: external/zlib/contrib/dotzlib/DotZLib/CodecBase.cs class CodecBase (line 16) | public abstract class CodecBase : Codec, IDisposable method CodecBase (line 50) | public CodecBase() method OnDataAvailable (line 75) | protected void OnDataAvailable() method Add (line 90) | public void Add(byte[] data) method Add (line 103) | public abstract void Add(byte[] data, int offset, int count); method Finish (line 109) | public abstract void Finish(); method Dispose (line 131) | public void Dispose() method CleanUp (line 140) | protected abstract void CleanUp(); method CleanUp (line 143) | private void CleanUp(bool isDisposing) method copyInput (line 168) | protected void copyInput(byte[] data, int startIndex, int count) method resetOutput (line 180) | protected void resetOutput() method setChecksum (line 191) | protected void setChecksum(uint newSum) FILE: external/zlib/contrib/dotzlib/DotZLib/Deflater.cs class Deflater (line 18) | public sealed class Deflater : CodecBase method deflateInit_ (line 21) | [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl, Cha... method deflate (line 24) | [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)] method deflateReset (line 27) | [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)] method deflateEnd (line 30) | [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)] method Deflater (line 38) | public Deflater(CompressLevel level) : base() method Add (line 54) | public override void Add(byte[] data, int offset, int count) method Finish (line 86) | public override void Finish() method CleanUp (line 103) | protected override void CleanUp() { deflateEnd(ref _ztream); } FILE: external/zlib/contrib/dotzlib/DotZLib/DotZLib.cs type FlushTypes (line 22) | internal enum FlushTypes type ZStream (line 29) | [StructLayoutAttribute(LayoutKind.Sequential, Pack=4, Size=0, CharSet=Ch... type CompressLevel (line 61) | public enum CompressLevel : int class ZLibException (line 86) | public class ZLibException : ApplicationException method ZLibException (line 94) | public ZLibException(int errorCode, string msg) : base(String.Format("... method ZLibException (line 103) | public ZLibException(int errorCode) : base(String.Format("ZLib error {... type ChecksumGenerator (line 114) | public interface ChecksumGenerator method Reset (line 124) | void Reset(); method Update (line 130) | void Update(byte[] data); method Update (line 141) | void Update(byte[] data, int offset, int count); method Update (line 148) | void Update(string data); method Update (line 155) | void Update(string data, Encoding encoding); type Codec (line 174) | public interface Codec method Add (line 186) | void Add(byte[] data); method Add (line 195) | void Add(byte[] data, int offset, int count); method Finish (line 200) | void Finish(); class Info (line 216) | public class Info method zlibCompileFlags (line 219) | [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)] method zlibVersion (line 222) | [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)] method bitSize (line 230) | private static int bitSize(uint bits) method Info (line 245) | public Info() FILE: external/zlib/contrib/dotzlib/DotZLib/GZipStream.cs class GZipStream (line 17) | public class GZipStream : Stream, IDisposable method gzopen (line 20) | [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl, Cha... method gzclose (line 23) | [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)] method gzwrite (line 26) | [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)] method gzread (line 29) | [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)] method gzgetc (line 32) | [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)] method gzputc (line 35) | [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)] method GZipStream (line 53) | public GZipStream(string fileName, CompressLevel level) method GZipStream (line 66) | public GZipStream(string fileName) method Dispose (line 125) | public void Dispose() method cleanUp (line 131) | private void cleanUp(bool isDisposing) method Read (line 154) | public override int Read(byte[] buffer, int offset, int count) method ReadByte (line 181) | public override int ReadByte() method Write (line 199) | public override void Write(byte[] buffer, int offset, int count) method WriteByte (line 226) | public override void WriteByte(byte value) method SetLength (line 243) | public override void SetLength(long value) method Seek (line 255) | public override long Seek(long offset, SeekOrigin origin) method Flush (line 265) | public override void Flush() FILE: external/zlib/contrib/dotzlib/DotZLib/Inflater.cs class Inflater (line 18) | public class Inflater : CodecBase method inflateInit_ (line 21) | [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl, Cha... method inflate (line 24) | [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)] method inflateReset (line 27) | [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)] method inflateEnd (line 30) | [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)] method Inflater (line 37) | public Inflater() : base() method Add (line 54) | public override void Add(byte[] data, int offset, int count) method Finish (line 84) | public override void Finish() method CleanUp (line 101) | protected override void CleanUp() { inflateEnd(ref _ztream); } FILE: external/zlib/contrib/dotzlib/DotZLib/UnitTests.cs class Utils (line 28) | internal class Utils method byteArrEqual (line 30) | public static bool byteArrEqual( byte[] lhs, byte[] rhs ) class CircBufferTests (line 43) | [TestFixture] method SinglePutGet (line 47) | [Test] method BlockPutGet (line 61) | [Test] class ChecksumTests (line 80) | [TestFixture] method CRC32_Null (line 84) | [Test] method CRC32_Data (line 97) | [Test] method Adler_Null (line 118) | [Test] method Adler_Data (line 131) | [Test] class InfoTests (line 151) | [TestFixture] method Info_Version (line 155) | [Test] class DeflateInflateTests (line 168) | [TestFixture] method Deflate_Init (line 172) | [Test] method CDataAvail (line 186) | public void CDataAvail(byte[] data, int startIndex, int count) method Deflate_Compress (line 192) | [Test] method Inflate_Init (line 212) | [Test] method DDataAvail (line 220) | private void DDataAvail(byte[] data, int startIndex, int count) method Inflate_Expand (line 226) | [Test] class GZipStreamTests (line 243) | [TestFixture] method GZipStream_WriteRead (line 247) | [Test] FILE: external/zlib/contrib/infback9/infback9.c function inflateBack9Init_ (line 19) | int ZEXPORT inflateBack9Init_(strm, window, version, stream_size) function makefixed9 (line 54) | void makefixed9(void) function inflateBack9 (line 217) | int ZEXPORT inflateBack9(strm, in, in_desc, out, out_desc) function inflateBack9End (line 608) | int ZEXPORT inflateBack9End(strm) FILE: external/zlib/contrib/infback9/inflate9.h type inflate_mode (line 12) | typedef enum { type inflate_state (line 35) | struct inflate_state { FILE: external/zlib/contrib/infback9/inftree9.c function inflate_table9 (line 32) | int inflate_table9(type, lens, codes, table, bits, work) FILE: external/zlib/contrib/infback9/inftree9.h type code (line 24) | typedef struct { type codetype (line 53) | typedef enum { FILE: external/zlib/contrib/inflate86/inffas86.c function inflate_fast (line 71) | void inflate_fast(strm, start) FILE: external/zlib/contrib/iostream/test.cpp function main (line 4) | int main() { FILE: external/zlib/contrib/iostream/zfstream.cpp function gzfilebuf (line 18) | gzfilebuf *gzfilebuf::open( const char *name, function gzfilebuf (line 60) | gzfilebuf *gzfilebuf::attach( int file_descriptor, function gzfilebuf (line 102) | gzfilebuf *gzfilebuf::close() { function streampos (line 129) | streampos gzfilebuf::seekoff( streamoff off, ios::seek_dir dir, int whic... function gzfilebuf (line 286) | gzfilebuf *gzfilestream_common::rdbuf() FILE: external/zlib/contrib/iostream/zfstream.h function class (line 8) | class gzfilebuf : public streambuf { function class (line 44) | class gzfilestream_common : virtual public ios { function gzomanip (line 118) | inline gzomanip setcompressionlevel(int l) function gzomanip (line 123) | inline gzomanip setcompressionstrategy(int l) FILE: external/zlib/contrib/iostream2/zstream.h function class (line 40) | class zstringlen { function class (line 51) | class izstream function m_fp (line 56) | izstream(const char* name) : m_fp(0) { open(name); } function open (line 65) | void open(const char* name) { function open (line 70) | void open(FILE* fp) { function close (line 80) | int close() { function read (line 87) | int read(void* buf, size_t len) { function gzFile (line 101) | gzFile fp() { return m_fp; } function zstringlen (line 129) | inline zstringlen::zstringlen(izstream& zs) { function class (line 155) | class ozstream function open (line 177) | void open(const char* name, int level = Z_DEFAULT_COMPRESSION) { function open (line 186) | void open(FILE* fp, int level = Z_DEFAULT_COMPRESSION) { function close (line 198) | int close() { function write (line 208) | int write(const void* buf, size_t len) { function flush (line 219) | int flush(int _flush) { function gzFile (line 234) | gzFile fp() { return m_fp; } function os_flush (line 241) | void os_flush() { function zstringlen (line 277) | inline zstringlen::zstringlen(ozstream& zs, const char* x) { FILE: external/zlib/contrib/iostream2/zstream_test.cpp function main (line 6) | void main() { FILE: external/zlib/contrib/iostream3/test.cc function main (line 11) | int main() { FILE: external/zlib/contrib/iostream3/zfstream.cc function gzfilebuf (line 50) | gzfilebuf* function gzfilebuf (line 78) | gzfilebuf* function gzfilebuf (line 106) | gzfilebuf* FILE: external/zlib/contrib/iostream3/zfstream.h function class (line 27) | class gzfilebuf : public std::streambuf function class (line 234) | class gzifstream : public std::istream function class (line 323) | class gzofstream : public std::ostream function gzomanip2 (line 462) | inline gzomanip2 FILE: external/zlib/contrib/masmx64/inffas8664.c type type_ar (line 81) | typedef struct inffast_ar { function inflate_fast (line 106) | void inflate_fast(strm, start) FILE: external/zlib/contrib/minizip/crypt.h function decrypt_byte (line 35) | static int decrypt_byte(unsigned long* pkeys, const unsigned long* pcrc_... function update_keys (line 48) | static int update_keys(unsigned long* pkeys,const unsigned long* pcrc_32... function init_keys (line 65) | static void init_keys(const char* passwd,unsigned long* pkeys,const unsi... function crypthead (line 90) | static int crypthead(const char* passwd, /* password string */ FILE: external/zlib/contrib/minizip/ioapi.c function voidpf (line 19) | voidpf call_zopen64 (const zlib_filefunc64_32_def* pfilefunc,const void*... function call_zseek64 (line 29) | long call_zseek64 (const zlib_filefunc64_32_def* pfilefunc,voidpf filest... function ZPOS64_T (line 43) | ZPOS64_T call_ztell64 (const zlib_filefunc64_32_def* pfilefunc,voidpf fi... function fill_zlib_filefunc64_32_def_from_filefunc32 (line 57) | void fill_zlib_filefunc64_32_def_from_filefunc32(zlib_filefunc64_32_def*... function voidpf (line 83) | static voidpf ZCALLBACK fopen_file_func (voidpf opaque, const char* file... function voidpf (line 101) | static voidpf ZCALLBACK fopen64_file_func (voidpf opaque, const void* fi... function uLong (line 120) | static uLong ZCALLBACK fread_file_func (voidpf opaque, voidpf stream, vo... function uLong (line 127) | static uLong ZCALLBACK fwrite_file_func (voidpf opaque, voidpf stream, c... function ftell_file_func (line 134) | static long ZCALLBACK ftell_file_func (voidpf opaque, voidpf stream) function ZPOS64_T (line 142) | static ZPOS64_T ZCALLBACK ftell64_file_func (voidpf opaque, voidpf stream) function fseek_file_func (line 149) | static long ZCALLBACK fseek_file_func (voidpf opaque, voidpf stream, uL... function fseek64_file_func (line 172) | static long ZCALLBACK fseek64_file_func (voidpf opaque, voidpf stream, ... function fclose_file_func (line 198) | static int ZCALLBACK fclose_file_func (voidpf opaque, voidpf stream) function ferror_file_func (line 205) | static int ZCALLBACK ferror_file_func (voidpf opaque, voidpf stream) function fill_fopen_filefunc (line 212) | void fill_fopen_filefunc (pzlib_filefunc_def) function fill_fopen64_filefunc (line 225) | void fill_fopen64_filefunc (zlib_filefunc64_def* pzlib_filefunc_def) FILE: external/zlib/contrib/minizip/ioapi.h type IT_INT_CUSTOM_TYPE (line 81) | typedef 64BIT_INT_CUSTOM_TYPE ZPOS64_T; type ZPOS64_T (line 85) | typedef uint64_t ZPOS64_T; type ZPOS64_T (line 90) | typedef unsigned __int64 ZPOS64_T; type ZPOS64_T (line 92) | typedef unsigned long long int ZPOS64_T; type zlib_filefunc_def (line 138) | typedef struct zlib_filefunc_def_s type zlib_filefunc64_def (line 154) | typedef struct zlib_filefunc64_def_s type zlib_filefunc64_32_def (line 170) | typedef struct zlib_filefunc64_32_def_s FILE: external/zlib/contrib/minizip/iowin32.c type WIN32FILE_IOWIN (line 36) | typedef struct function win32_translate_open_mode (line 43) | static void win32_translate_open_mode(int mode, function voidpf (line 69) | static voidpf win32_build_iowin(HANDLE hFile) function voidpf (line 88) | voidpf ZCALLBACK win32_open64_file_func (voidpf opaque,const void* filen... function voidpf (line 103) | voidpf ZCALLBACK win32_open64_file_funcA (voidpf opaque,const void* file... function voidpf (line 118) | voidpf ZCALLBACK win32_open64_file_funcW (voidpf opaque,const void* file... function voidpf (line 133) | voidpf ZCALLBACK win32_open_file_func (voidpf opaque,const char* filenam... function uLong (line 148) | uLong ZCALLBACK win32_read_file_func (voidpf opaque, voidpf stream, void... function uLong (line 170) | uLong ZCALLBACK win32_write_file_func (voidpf opaque,voidpf stream,const... function win32_tell_file_func (line 191) | long ZCALLBACK win32_tell_file_func (voidpf opaque,voidpf stream) function ZPOS64_T (line 212) | ZPOS64_T ZCALLBACK win32_tell64_file_func (voidpf opaque, voidpf stream) function win32_seek_file_func (line 237) | long ZCALLBACK win32_seek_file_func (voidpf opaque,voidpf stream,uLong o... function win32_seek64_file_func (line 274) | long ZCALLBACK win32_seek64_file_func (voidpf opaque, voidpf stream,ZPOS... function win32_close_file_func (line 313) | int ZCALLBACK win32_close_file_func (voidpf opaque, voidpf stream) function win32_error_file_func (line 331) | int ZCALLBACK win32_error_file_func (voidpf opaque,voidpf stream) function fill_win32_filefunc (line 341) | void fill_win32_filefunc (zlib_filefunc_def* pzlib_filefunc_def) function fill_win32_filefunc64 (line 353) | void fill_win32_filefunc64(zlib_filefunc64_def* pzlib_filefunc_def) function fill_win32_filefunc64A (line 366) | void fill_win32_filefunc64A(zlib_filefunc64_def* pzlib_filefunc_def) function fill_win32_filefunc64W (line 379) | void fill_win32_filefunc64W(zlib_filefunc64_def* pzlib_filefunc_def) FILE: external/zlib/contrib/minizip/miniunz.c function change_file_date (line 70) | void change_file_date(filename,dosdate,tmu_date) function mymkdir (line 111) | int mymkdir(dirname) function makedir (line 125) | int makedir (newdir) function do_banner (line 175) | void do_banner() function do_help (line 181) | void do_help() function Display64BitsSize (line 193) | void Display64BitsSize(ZPOS64_T n, int size_char) function do_list (line 221) | int do_list(uf) function do_extract_currentfile (line 299) | int do_extract_currentfile(uf,popt_extract_without_path,popt_overwrite,p... function do_extract (line 463) | int do_extract(uf,opt_extract_without_path,opt_overwrite,password) function do_extract_onefile (line 499) | int do_extract_onefile(uf,filename,opt_extract_without_path,opt_overwrit... function main (line 522) | int main(argc,argv) FILE: external/zlib/contrib/minizip/minizip.c function uLong (line 61) | uLong filetime(f, tmzip, dt) function uLong (line 85) | uLong filetime(f, tmzip, dt) function uLong (line 127) | uLong filetime(f, tmzip, dt) function check_exist_file (line 140) | int check_exist_file(filename) function do_banner (line 153) | void do_banner() function do_help (line 159) | void do_help() function getFileCrc (line 172) | int getFileCrc(const char* filenameinzip,void*buf,unsigned long size_buf... function isLargeFile (line 210) | int isLargeFile(const char* filename) function main (line 233) | int main(argc,argv) FILE: external/zlib/contrib/minizip/mztools.c function unzRepair (line 30) | extern int ZEXPORT unzRepair(file, fileOut, fileOutTmp, nRecovered, byte... FILE: external/zlib/contrib/minizip/unzip.c type unz_file_info64_internal (line 126) | typedef struct unz_file_info64_internal_s type file_in_zip64_read_info_s (line 134) | typedef struct type unz64_s (line 165) | typedef struct function local (line 212) | local int unz64local_getByte(const zlib_filefunc64_32_def* pzlib_filefun... function local (line 239) | local int unz64local_getShort (const zlib_filefunc64_32_def* pzlib_filef... function local (line 266) | local int unz64local_getLong (const zlib_filefunc64_32_def* pzlib_filefu... function local (line 302) | local int unz64local_getLong64 (const zlib_filefunc64_32_def* pzlib_file... function local (line 349) | local int strcmpcasenosensitive_internal (const char* fileName1, const c... function unzStringFileNameCompare (line 390) | extern int ZEXPORT unzStringFileNameCompare (const char* fileName1, function local (line 413) | local ZPOS64_T unz64local_SearchCentralDir(const zlib_filefunc64_32_def*... function local (line 478) | local ZPOS64_T unz64local_SearchCentralDir64(const zlib_filefunc64_32_de... function local (line 584) | local unzFile unzOpenInternal (const void *path, function unzFile (line 765) | extern unzFile ZEXPORT unzOpen2 (const char *path, function unzFile (line 778) | extern unzFile ZEXPORT unzOpen2_64 (const void *path, function unzFile (line 793) | extern unzFile ZEXPORT unzOpen (const char *path) function unzFile (line 798) | extern unzFile ZEXPORT unzOpen64 (const void *path) function unzClose (line 808) | extern int ZEXPORT unzClose (unzFile file) function unzGetGlobalInfo64 (line 828) | extern int ZEXPORT unzGetGlobalInfo64 (unzFile file, unz_global_info64* ... function unzGetGlobalInfo (line 838) | extern int ZEXPORT unzGetGlobalInfo (unzFile file, unz_global_info* pglo... function local (line 852) | local void unz64local_DosDateToTmuDate (ZPOS64_T ulDosDate, tm_unz* ptm) function local (line 879) | local int unz64local_GetCurrentFileInfoInternal (unzFile file, function unzGetCurrentFileInfo64 (line 1124) | extern int ZEXPORT unzGetCurrentFileInfo64 (unzFile file, function unzGetCurrentFileInfo (line 1136) | extern int ZEXPORT unzGetCurrentFileInfo (unzFile file, function unzGoToFirstFile (line 1178) | extern int ZEXPORT unzGoToFirstFile (unzFile file) function unzGoToNextFile (line 1199) | extern int ZEXPORT unzGoToNextFile (unzFile file) function unzLocateFile (line 1232) | extern int ZEXPORT unzLocateFile (unzFile file, const char *szFileName, ... function unzGetFilePos64 (line 1308) | extern int ZEXPORT unzGetFilePos64(unzFile file, unz64_file_pos* file_pos) function unzGetFilePos (line 1324) | extern int ZEXPORT unzGetFilePos( function unzGoToFilePos64 (line 1338) | extern int ZEXPORT unzGoToFilePos64(unzFile file, const unz64_file_pos* ... function unzGoToFilePos (line 1360) | extern int ZEXPORT unzGoToFilePos( function local (line 1385) | local int unz64local_CheckCurrentFileCoherencyHeader (unz64_s* s, uInt* ... function unzOpenCurrentFile3 (line 1472) | extern int ZEXPORT unzOpenCurrentFile3 (unzFile file, int* method, function unzOpenCurrentFile (line 1641) | extern int ZEXPORT unzOpenCurrentFile (unzFile file) function unzOpenCurrentFilePassword (line 1646) | extern int ZEXPORT unzOpenCurrentFilePassword (unzFile file, const char*... function unzOpenCurrentFile2 (line 1651) | extern int ZEXPORT unzOpenCurrentFile2 (unzFile file, int* method, int* ... function ZPOS64_T (line 1658) | extern ZPOS64_T ZEXPORT unzGetCurrentFileZStreamPos64( unzFile file) function unzReadCurrentFile (line 1684) | extern int ZEXPORT unzReadCurrentFile (unzFile file, voidp buf, unsigne... function z_off_t (line 1889) | extern z_off_t ZEXPORT unztell (unzFile file) function ZPOS64_T (line 1904) | extern ZPOS64_T ZEXPORT unztell64 (unzFile file) function ZEXPORT (line 1924) | extern int ZEXPORT unzeof (unzFile file) function unzGetLocalExtrafield (line 1956) | extern int ZEXPORT unzGetLocalExtrafield (unzFile file, voidp buf, unsig... function unzCloseCurrentFile (line 2004) | extern int ZEXPORT unzCloseCurrentFile (unzFile file) function unzGetGlobalComment (line 2051) | extern int ZEXPORT unzGetGlobalComment (unzFile file, char * szComment, ... function ZPOS64_T (line 2079) | extern ZPOS64_T ZEXPORT unzGetOffset64(unzFile file) function uLong (line 2094) | extern uLong ZEXPORT unzGetOffset (unzFile file) function unzSetOffset64 (line 2104) | extern int ZEXPORT unzSetOffset64(unzFile file, ZPOS64_T pos) function unzSetOffset (line 2122) | extern int ZEXPORT unzSetOffset (unzFile file, uLong pos) FILE: external/zlib/contrib/minizip/unzip.h type unzFile__ (line 67) | typedef struct TagunzFile__ { int unused; } unzFile__; type unzFile__ (line 68) | typedef unzFile__ *unzFile; type voidp (line 70) | typedef voidp unzFile; type tm_unz (line 84) | typedef struct tm_unz_s type unz_global_info64 (line 96) | typedef struct unz_global_info64_s type unz_global_info (line 103) | typedef struct unz_global_info_s type unz_file_info64 (line 111) | typedef struct unz_file_info64_s type unz_file_info (line 132) | typedef struct unz_file_info_s type unz_file_pos (line 258) | typedef struct unz_file_pos_s type unz64_file_pos (line 272) | typedef struct unz64_file_pos_s FILE: external/zlib/contrib/minizip/zip.c type linkedlist_datablock_internal (line 114) | typedef struct linkedlist_datablock_internal_s type linkedlist_data (line 123) | typedef struct linkedlist_data_s type curfile64_info (line 130) | typedef struct type zip64_internal (line 165) | typedef struct function local (line 189) | local linkedlist_datablock_internal* allocate_new_datablock() function local (line 203) | local void free_datablock(linkedlist_datablock_internal* ldi) function local (line 213) | local void init_linkedlist(linkedlist_data* ll) function local (line 218) | local void free_linkedlist(linkedlist_data* ll) function local (line 225) | local int add_data_in_datablock(linkedlist_data* ll, const void* buf, uL... function local (line 287) | local int zip64local_putValue (const zlib_filefunc64_32_def* pzlib_filef... function local (line 311) | local void zip64local_putValue_inmemory (void* dest, ZPOS64_T x, int nbB... function local (line 332) | local uLong zip64local_TmzDateToDosDate(const tm_zip* ptm) function local (line 349) | local int zip64local_getByte(const zlib_filefunc64_32_def* pzlib_filefun... function local (line 373) | local int zip64local_getShort (const zlib_filefunc64_32_def* pzlib_filef... function local (line 395) | local int zip64local_getLong (const zlib_filefunc64_32_def* pzlib_filefu... function local (line 426) | local int zip64local_getLong64 (const zlib_filefunc64_32_def* pzlib_file... function local (line 480) | local ZPOS64_T zip64local_SearchCentralDir(const zlib_filefunc64_32_def*... function local (line 542) | local ZPOS64_T zip64local_SearchCentralDir64(const zlib_filefunc64_32_de... function LoadCentralDirectoryRecord (line 640) | int LoadCentralDirectoryRecord(zip64_internal* pziinit) function zipFile (line 849) | extern zipFile ZEXPORT zipOpen3 (const void *pathname, int append, zipch... function zipFile (line 920) | extern zipFile ZEXPORT zipOpen2 (const char *pathname, int append, zipch... function zipFile (line 932) | extern zipFile ZEXPORT zipOpen2_64 (const void *pathname, int append, zi... function zipFile (line 948) | extern zipFile ZEXPORT zipOpen (const char* pathname, int append) function zipFile (line 953) | extern zipFile ZEXPORT zipOpen64 (const void* pathname, int append) function Write_LocalFileHeader (line 958) | int Write_LocalFileHeader(zip64_internal* zi, const char* filename, uInt... function zipOpenNewFileInZip4 (line 1264) | extern int ZEXPORT zipOpenNewFileInZip4 (zipFile file, const char* filen... function zipOpenNewFileInZip3 (line 1280) | extern int ZEXPORT zipOpenNewFileInZip3 (zipFile file, const char* filen... function zipOpenNewFileInZip3_64 (line 1295) | extern int ZEXPORT zipOpenNewFileInZip3_64(zipFile file, const char* fil... function zipOpenNewFileInZip2 (line 1310) | extern int ZEXPORT zipOpenNewFileInZip2(zipFile file, const char* filena... function zipOpenNewFileInZip2_64 (line 1323) | extern int ZEXPORT zipOpenNewFileInZip2_64(zipFile file, const char* fil... function zipOpenNewFileInZip64 (line 1336) | extern int ZEXPORT zipOpenNewFileInZip64 (zipFile file, const char* file... function zipOpenNewFileInZip (line 1349) | extern int ZEXPORT zipOpenNewFileInZip (zipFile file, const char* filena... function local (line 1362) | local int zip64FlushWriteBuffer(zip64_internal* zi) function zipWriteInFileInZip (line 1401) | extern int ZEXPORT zipWriteInFileInZip (zipFile file,const void* buf,uns... function zipCloseFileInZipRaw (line 1508) | extern int ZEXPORT zipCloseFileInZipRaw (zipFile file, uLong uncompresse... function zipCloseFileInZipRaw64 (line 1513) | extern int ZEXPORT zipCloseFileInZipRaw64 (zipFile file, ZPOS64_T uncomp... function zipCloseFileInZip (line 1747) | extern int ZEXPORT zipCloseFileInZip (zipFile file) function Write_Zip64EndOfCentralDirectoryLocator (line 1752) | int Write_Zip64EndOfCentralDirectoryLocator(zip64_internal* zi, ZPOS64_T... function Write_Zip64EndOfCentralDirectoryRecord (line 1774) | int Write_Zip64EndOfCentralDirectoryRecord(zip64_internal* zi, uLong siz... function Write_EndOfCentralDirectoryRecord (line 1813) | int Write_EndOfCentralDirectoryRecord(zip64_internal* zi, uLong size_cen... function Write_GlobalComment (line 1861) | int Write_GlobalComment(zip64_internal* zi, const char* global_comment) function zipClose (line 1879) | extern int ZEXPORT zipClose (zipFile file, const char* global_comment) function zipRemoveExtraInfoBlock (line 1948) | extern int ZEXPORT zipRemoveExtraInfoBlock (char* pData, int* dataLen, s... FILE: external/zlib/contrib/minizip/zip.h type zipFile__ (line 66) | typedef struct TagzipFile__ { int unused; } zipFile__; type zipFile__ (line 67) | typedef zipFile__ *zipFile; type voidp (line 69) | typedef voidp zipFile; type tm_zip (line 89) | typedef struct tm_zip_s type zip_fileinfo (line 99) | typedef struct FILE: external/zlib/contrib/puff/puff.c type state (line 91) | struct state { function local (line 119) | local int bits(struct state *s, int need) function local (line 156) | local int stored(struct state *s) type huffman (line 196) | struct huffman { function local (line 225) | local int decode(struct state *s, struct huffman *h) function local (line 253) | local int decode(struct state *s, struct huffman *h) function local (line 327) | local int construct(struct huffman *h, short *length, int n) function local (line 422) | local int codes(struct state *s, function local (line 516) | local int fixed(struct state *s) function local (line 645) | local int dynamic(struct state *s) function puff (line 769) | int puff(unsigned char *dest, /* pointer to destination pointe... function local (line 831) | local size_t bythirds(size_t size) function local (line 854) | local void *load(char *name, size_t *len) function main (line 882) | int main(int argc, char **argv) FILE: external/zlib/contrib/testzlib/testzlib.c function MyDoMinus64 (line 8) | void MyDoMinus64(LARGE_INTEGER *R,LARGE_INTEGER A,LARGE_INTEGER B) function BeginCountRdtsc (line 23) | void BeginCountRdtsc(LARGE_INTEGER * pbeginTime64) function LARGE_INTEGER (line 29) | LARGE_INTEGER GetResRdtsc(LARGE_INTEGER beginTime64,BOOL fComputeTimeQue... function BeginCountRdtsc (line 52) | void BeginCountRdtsc(LARGE_INTEGER * pbeginTime64) function LARGE_INTEGER (line 57) | LARGE_INTEGER GetResRdtsc(LARGE_INTEGER beginTime64,BOOL fComputeTimeQue... function myGetRDTSC32 (line 67) | void myGetRDTSC32(LARGE_INTEGER * pbeginTime64) function BeginCountRdtsc (line 71) | void BeginCountRdtsc(LARGE_INTEGER * pbeginTime64) function LARGE_INTEGER (line 75) | LARGE_INTEGER GetResRdtsc(LARGE_INTEGER beginTime64,BOOL fComputeTimeQue... function BeginCountPerfCounter (line 84) | void BeginCountPerfCounter(LARGE_INTEGER * pbeginTime64,BOOL fComputeTim... function DWORD (line 93) | DWORD GetMsecSincePerfCounter(LARGE_INTEGER beginTime64,BOOL fComputeTim... function ReadFileMemory (line 119) | int ReadFileMemory(const char* filename,long* plFileSize,void** pFilePtr) function main (line 145) | int main(int argc, char *argv[]) FILE: external/zlib/contrib/untgz/untgz.c type tar_header (line 68) | struct tar_header type tar_header (line 92) | struct tar_header type attr_item (line 95) | struct attr_item type attr_item (line 111) | struct attr_item type attr_item (line 112) | struct attr_item function TGZnotfound (line 152) | void TGZnotfound (const char *arcname) function getoct (line 168) | int getoct (char *p,int width) type tm (line 193) | struct tm function setfiletime (line 206) | int setfiletime (char *fname,time_t ftime) function push_attr (line 253) | void push_attr(struct attr_item **list,char *fname,int mode,time_t time) function restore_attr (line 270) | void restore_attr(struct attr_item **list) function ExprMatch (line 290) | int ExprMatch (char *string,char *expr) function makedir (line 328) | int makedir (char *newdir) function matchname (line 371) | int matchname (int arg,int argc,char **argv,char *fname) function tar (line 386) | int tar (gzFile in,int action,int arg,int argc,char **argv) function help (line 581) | void help(int exitval) function error (line 593) | void error(const char *msg) function main (line 606) | int main(int argc,char **argv) FILE: external/zlib/crc32.c type u4 (line 39) | typedef unsigned int u4; type u4 (line 42) | typedef unsigned long u4; type u4 (line 45) | typedef unsigned short u4; function local (line 108) | local void make_crc_table() function local (line 185) | local void write_table(out, table) function crc32 (line 221) | unsigned long ZEXPORT crc32(crc, buf, len) function crc32_little (line 264) | local unsigned long crc32_little(crc, buf, len) function crc32_big (line 304) | local unsigned long crc32_big(crc, buf, len) function gf2_matrix_times (line 344) | local unsigned long gf2_matrix_times(mat, vec) function local (line 361) | local void gf2_matrix_square(square, mat) function local (line 372) | local uLong crc32_combine_(crc1, crc2, len2) function uLong (line 428) | uLong ZEXPORT crc32_combine(crc1, crc2, len2) function uLong (line 436) | uLong ZEXPORT crc32_combine64(crc1, crc2, len2) FILE: external/zlib/deflate.c type block_state (line 66) | typedef enum { type block_state (line 73) | typedef block_state (*compress_func) type config (line 117) | typedef struct config_s { type static_tree_desc_s (line 155) | struct static_tree_desc_s {int dummy;} function deflateInit_ (line 198) | int ZEXPORT deflateInit_(strm, level, version, stream_size) function deflateInit2_ (line 210) | int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, str... function deflateSetDictionary (line 311) | int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) function deflateReset (line 353) | int ZEXPORT deflateReset (strm) function deflateSetHeader (line 389) | int ZEXPORT deflateSetHeader (strm, head) function deflatePrime (line 400) | int ZEXPORT deflatePrime (strm, bits, value) function deflateParams (line 412) | int ZEXPORT deflateParams(strm, level, strategy) function deflateTune (line 451) | int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_ch... function uLong (line 486) | uLong ZEXPORT deflateBound(strm, sourceLen) function local (line 548) | local void putShortMSB (s, b) function local (line 562) | local void flush_pending(strm) function deflate (line 582) | int ZEXPORT deflate (strm, flush) function deflateEnd (line 895) | int ZEXPORT deflateEnd (strm) function deflateCopy (line 930) | int ZEXPORT deflateCopy (dest, source) function local (line 992) | local int read_buf(strm, buf, size) function local (line 1022) | local void lm_init (s) function local (line 1063) | local uInt longest_match(s, cur_match) function local (line 1212) | local uInt longest_match(s, cur_match) function local (line 1271) | local void check_match(s, start, match, length) function local (line 1305) | local void fill_window(s) function local (line 1462) | local block_state deflate_stored(s, flush) function local (line 1520) | local block_state deflate_fast(s, flush) function local (line 1616) | local block_state deflate_slow(s, flush) function local (line 1741) | local block_state deflate_rle(s, flush) function local (line 1807) | local block_state deflate_huff(s, flush) FILE: external/zlib/deflate.h type ct_data (line 62) | typedef struct ct_data_s { type static_tree_desc (line 78) | typedef struct static_tree_desc_s static_tree_desc; type tree_desc (line 80) | typedef struct tree_desc_s { type ush (line 86) | typedef ush Pos; type Pos (line 87) | typedef Pos FAR Posf; type IPos (line 88) | typedef unsigned IPos; type deflate_state (line 94) | typedef struct internal_state { FILE: external/zlib/example.c function test_compress (line 59) | void test_compress(compr, comprLen, uncompr, uncomprLen) function test_gzio (line 85) | void test_gzio(fname, uncompr, uncomprLen) function test_deflate (line 169) | void test_deflate(compr, comprLen) function test_inflate (line 207) | void test_inflate(compr, comprLen, uncompr, uncomprLen) function test_large_deflate (line 248) | void test_large_deflate(compr, comprLen, uncompr, uncomprLen) function test_large_inflate (line 303) | void test_large_inflate(compr, comprLen, uncompr, uncomprLen) function test_flush (line 344) | void test_flush(compr, comprLen) function test_sync (line 382) | void test_sync(compr, comprLen, uncompr, uncomprLen) function test_dict_deflate (line 426) | void test_dict_deflate(compr, comprLen) function test_dict_inflate (line 463) | void test_dict_inflate(compr, comprLen, uncompr, uncomprLen) function main (line 514) | int main(argc, argv) FILE: external/zlib/examples/enough.c type big_t (line 107) | typedef unsigned long long big_t; type code_t (line 108) | typedef unsigned long long code_t; type tab (line 109) | struct tab { /* type for been here check */ function local (line 179) | local void cleanup(void) function local (line 200) | local big_t count(int syms, int len, int left) function local (line 255) | local int beenhere(int syms, int len, int left, int mem, int rem) function local (line 319) | local void examine(int syms, int len, int left, int mem, int rem) function local (line 400) | local void enough(int syms) function main (line 455) | int main(int argc, char **argv) FILE: external/zlib/examples/fitblk.c function local (line 62) | local void quit(char *why) function local (line 73) | local int partcompress(FILE *in, z_streamp def) function local (line 96) | local int recompress(z_streamp inf, z_streamp def) function main (line 127) | int main(int argc, char **argv) FILE: external/zlib/examples/gun.c type ind (line 80) | struct ind { function in (line 88) | local unsigned in(void *in_desc, unsigned char **buf) type outd (line 118) | struct outd { function local (line 130) | local int out(void *out_desc, unsigned char *buf, unsigned len) function local (line 199) | local int lunpipe(unsigned have, unsigned char *next, struct ind *indp, function local (line 382) | local int gunpipe(z_stream *strm, int infile, int outfile) function local (line 516) | local void copymeta(char *from, char *to) function local (line 547) | local int gunzip(z_stream *strm, char *inname, char *outname, int test) function main (line 630) | int main(int argc, char **argv) FILE: external/zlib/examples/gzappend.c function local (line 91) | local void bye(char *msg1, char *msg2) function gcd (line 100) | local unsigned gcd(unsigned a, unsigned b) function local (line 121) | local void rotate(unsigned char *list, unsigned len, unsigned rot) type file (line 168) | typedef struct { function local (line 178) | local int readin(file *in) function local (line 190) | local int readmore(file *in) function local (line 200) | local void skip(file *in, unsigned n) function read4 (line 221) | unsigned long read4(file *in) function local (line 233) | local void gzheader(file *in) function local (line 257) | local int gzscan(char *name, z_stream *strm, int level) function local (line 386) | local void gztack(char *name, int gd, z_stream *strm, int last) function main (line 464) | int main(int argc, char **argv) FILE: external/zlib/examples/gzjoin.c function local (line 65) | local int bail(char *why1, char *why2) type bin (line 77) | typedef struct { function local (line 86) | local void bclose(bin *in) function local (line 99) | local bin *bopen(char *name) function local (line 120) | local int bload(bin *in) function bget4 (line 144) | local unsigned long bget4(bin *in) function local (line 156) | local void bskip(bin *in, unsigned skip) function local (line 203) | local void gzhead(bin *in) function local (line 244) | local void put4(unsigned long val, FILE *out) function local (line 253) | local void zpull(z_streamp strm, bin *in) function local (line 264) | local void gzinit(unsigned long *crc, unsigned long *tot, FILE *out) function local (line 278) | local void gzcopy(char *name, int clr, unsigned long *crc, unsigned long... function main (line 426) | int main(int argc, char **argv) FILE: external/zlib/examples/gzlog.c type uint (line 242) | typedef unsigned int uint; type ulong (line 243) | typedef unsigned long ulong; type log (line 289) | struct log { function local (line 348) | local int log_lock(struct log *log) function local (line 372) | local void log_touch(struct log *log) function local (line 384) | local int log_check(struct log *log) function local (line 396) | local void log_unlock(struct log *log) function local (line 410) | local int log_head(struct log *log) function local (line 437) | local int log_mark(struct log *log, int op) function local (line 462) | local int log_last(struct log *log, int last) function local (line 501) | local int log_append(struct log *log, unsigned char *data, size_t len) function local (line 571) | local int log_replace(struct log *log) function local (line 608) | local int log_compress(struct log *log, unsigned char *data, size_t len) function local (line 718) | local void log_log(struct log *log, int op, char *record) function local (line 738) | local int log_recover(struct log *log, int op) function local (line 795) | local void log_close(struct log *log) function local (line 812) | local int log_open(struct log *log) function gzlog (line 864) | gzlog *gzlog_open(char *path) function gzlog_compress (line 907) | int gzlog_compress(gzlog *logd) function gzlog_write (line 994) | int gzlog_write(gzlog *logd, void *data, size_t len) function gzlog_close (line 1041) | int gzlog_close(gzlog *logd) FILE: external/zlib/examples/gzlog.h type gzlog (line 50) | typedef void gzlog; FILE: external/zlib/examples/zpipe.c function def (line 36) | int def(FILE *source, FILE *dest, int level) function inf (line 92) | int inf(FILE *source, FILE *dest) function zerr (line 151) | void zerr(int ret) function main (line 176) | int main(int argc, char **argv) FILE: external/zlib/examples/zran.c type point (line 62) | struct point { type access (line 70) | struct access { function local (line 77) | local void free_index(struct access *index) function access (line 87) | access *addpoint(struct access *index, int bits, function local (line 139) | local int build_index(FILE *in, off_t span, struct access **built) function local (line 244) | local int extract(FILE *in, struct access *index, off_t offset, function main (line 349) | int main(int argc, char **argv) FILE: external/zlib/gzclose.c function gzclose (line 11) | int ZEXPORT gzclose(file) FILE: external/zlib/gzguts.h type gz_state (line 86) | typedef struct { type gz_state (line 116) | typedef gz_state FAR *gz_statep; FILE: external/zlib/gzlib.c function local (line 71) | local void gz_reset(state) function local (line 87) | local gzFile gz_open(path, fd, mode) function gzFile (line 196) | gzFile ZEXPORT gzopen(path, mode) function gzFile (line 204) | gzFile ZEXPORT gzopen64(path, mode) function gzFile (line 212) | gzFile ZEXPORT gzdopen(fd, mode) function gzbuffer (line 228) | int ZEXPORT gzbuffer(file, size) function gzrewind (line 253) | int ZEXPORT gzrewind(file) function z_off64_t (line 275) | z_off64_t ZEXPORT gzseek64(file, offset, whence) function z_off_t (line 351) | z_off_t ZEXPORT gzseek(file, offset, whence) function z_off64_t (line 363) | z_off64_t ZEXPORT gztell64(file) function z_off_t (line 380) | z_off_t ZEXPORT gztell(file) function z_off64_t (line 390) | z_off64_t ZEXPORT gzoffset64(file) function z_off_t (line 413) | z_off_t ZEXPORT gzoffset(file) function gzeof (line 423) | int ZEXPORT gzeof(file) function gzclearerr (line 461) | void ZEXPORT gzclearerr(file) function gz_error (line 485) | void ZLIB_INTERNAL gz_error(state, err, msg) function gz_intmax (line 525) | unsigned ZLIB_INTERNAL gz_intmax() FILE: external/zlib/gzread.c function local (line 21) | local int gz_load(state, buf, len, have) function local (line 50) | local int gz_avail(state) function local (line 73) | local int gz_next4(state, ret) function local (line 104) | local int gz_head(state) function local (line 233) | local int gz_decomp(state) function local (line 304) | local int gz_make(state) function local (line 330) | local int gz_skip(state, len) function gzread (line 362) | int ZEXPORT gzread(file, buf, len) function gzgetc (line 453) | int ZEXPORT gzgetc(file) function gzungetc (line 482) | int ZEXPORT gzungetc(c, file) function gzdirect (line 603) | int ZEXPORT gzdirect(file) function gzclose_r (line 627) | int ZEXPORT gzclose_r(file) FILE: external/zlib/gzwrite.c function local (line 15) | local int gz_init(state) function local (line 59) | local int gz_comp(state, flush) function local (line 111) | local int gz_zero(state, len) function gzwrite (line 143) | int ZEXPORT gzwrite(file, buf, len) function gzputc (line 221) | int ZEXPORT gzputc(file, c) function gzputs (line 264) | int ZEXPORT gzputs(file, str) function ZEXPORTVA (line 281) | int ZEXPORTVA gzprintf (gzFile file, const char *format, ...) function ZEXPORTVA (line 352) | int ZEXPORTVA gzprintf (file, format, a1, a2, a3, a4, a5, a6, a7, a8, a9... function gzflush (line 426) | int ZEXPORT gzflush(file, flush) function gzsetparams (line 458) | int ZEXPORT gzsetparams(file, level, strategy) function gzclose_w (line 500) | int ZEXPORT gzclose_w(file) FILE: external/zlib/infback.c type inflate_state (line 19) | struct inflate_state function inflateBackInit_ (line 28) | int ZEXPORT inflateBackInit_(strm, windowBits, window, version, stream_s... function local (line 73) | local void fixedtables(state) function inflateBack (line 241) | int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) function inflateBackEnd (line 623) | int ZEXPORT inflateBackEnd(strm) FILE: external/zlib/inffast.c function inflate_fast (line 67) | void ZLIB_INTERNAL inflate_fast(strm, start) FILE: external/zlib/inflate.c type inflate_state (line 95) | struct inflate_state function inflateReset (line 103) | int ZEXPORT inflateReset(strm) function inflateReset2 (line 130) | int ZEXPORT inflateReset2(strm, windowBits) function inflateInit2_ (line 168) | int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size) function inflateInit_ (line 201) | int ZEXPORT inflateInit_(strm, version, stream_size) function inflatePrime (line 209) | int ZEXPORT inflatePrime(strm, bits, value) function local (line 240) | local void fixedtables(state) function makefixed (line 304) | void makefixed() function local (line 358) | local int updatewindow(strm, out) type inflate_state (line 593) | struct inflate_state type inflate_state (line 616) | struct inflate_state type inflate_state (line 1241) | struct inflate_state type inflate_state (line 1244) | struct inflate_state type inflate_state (line 1257) | struct inflate_state type inflate_state (line 1262) | struct inflate_state type inflate_state (line 1298) | struct inflate_state type inflate_state (line 1302) | struct inflate_state type inflate_state (line 1351) | struct inflate_state type inflate_state (line 1355) | struct inflate_state type inflate_state (line 1399) | struct inflate_state type inflate_state (line 1402) | struct inflate_state type inflate_state (line 1410) | struct inflate_state type inflate_state (line 1411) | struct inflate_state type inflate_state (line 1419) | struct inflate_state type inflate_state (line 1422) | struct inflate_state type inflate_state (line 1423) | struct inflate_state type inflate_state (line 1437) | struct inflate_state type internal_state (line 1449) | struct internal_state type inflate_state (line 1457) | struct inflate_state type inflate_state (line 1460) | struct inflate_state type inflate_state (line 1473) | struct inflate_state type inflate_state (line 1476) | struct inflate_state FILE: external/zlib/inflate.h type inflate_mode (line 20) | typedef enum { type inflate_state (line 81) | struct inflate_state { FILE: external/zlib/inftrees.c function inflate_table (line 32) | int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) FILE: external/zlib/inftrees.h type code (line 24) | typedef struct { type codetype (line 54) | typedef enum { FILE: external/zlib/minigzip.c function pwinerror (line 115) | static void pwinerror (s) function error (line 156) | void error(msg) function gz_compress (line 167) | void gz_compress(in, out) function gz_compress_mmap (line 200) | int gz_compress_mmap(in, out) function gz_uncompress (line 235) | void gz_uncompress(in, out) function file_compress (line 262) | void file_compress(file, mode) function file_uncompress (line 297) | void file_uncompress(file) function main (line 349) | int main(argc, argv) FILE: external/zlib/trees.c type static_tree_desc_s (line 122) | struct static_tree_desc_s { function local (line 193) | local void send_bits(s, value, length) function local (line 239) | local void tr_static_init() function gen_trees_header (line 333) | void gen_trees_header() function _tr_init (line 386) | void ZLIB_INTERNAL _tr_init(s) function local (line 415) | local void init_block(s) function local (line 459) | local void pqdownheap(s, tree, k) function local (line 494) | local void gen_bitlen(s, desc) function local (line 581) | local void gen_codes (tree, max_code, bl_count) function local (line 623) | local void build_tree(s, desc) function local (line 711) | local void scan_tree (s, tree, max_code) function local (line 756) | local void send_tree (s, tree, max_code) function local (line 807) | local int build_bl_tree(s) function local (line 842) | local void send_all_trees(s, lcodes, dcodes, blcodes) function _tr_stored_block (line 871) | void ZLIB_INTERNAL _tr_stored_block(s, buf, stored_len, last) function _tr_align (line 896) | void ZLIB_INTERNAL _tr_align(s) function ZLIB_INTERNAL (line 1026) | int ZLIB_INTERNAL _tr_tally (s, dist, lc) function local (line 1076) | local void compress_block(s, ltree, dtree) function local (line 1137) | local int detect_data_type(s) function bi_reverse (line 1171) | local unsigned bi_reverse(code, len) function local (line 1186) | local void bi_flush(s) function local (line 1203) | local void bi_windup(s) function local (line 1222) | local void copy_block(s, buf, len, header) FILE: external/zlib/uncompr.c function uncompress (line 24) | int ZEXPORT uncompress (dest, destLen, source, sourceLen) FILE: external/zlib/zconf.h type Byte (line 333) | typedef unsigned char Byte; type uInt (line 335) | typedef unsigned int uInt; type uLong (line 336) | typedef unsigned long uLong; type Byte (line 342) | typedef Byte FAR Bytef; type charf (line 344) | typedef char FAR charf; type intf (line 345) | typedef int FAR intf; type uInt (line 346) | typedef uInt FAR uIntf; type uLong (line 347) | typedef uLong FAR uLongf; type Byte (line 354) | typedef Byte const *voidpc; type Byte (line 355) | typedef Byte FAR *voidpf; type Byte (line 356) | typedef Byte *voidp; FILE: external/zlib/zlib.h type voidpf (line 80) | typedef voidpf (*alloc_func) type internal_state (line 83) | struct internal_state type z_stream (line 85) | typedef struct z_stream_s { type z_stream (line 106) | typedef z_stream FAR *z_streamp; type gz_header (line 112) | typedef struct gz_header_s { type gz_header (line 129) | typedef gz_header FAR *gz_headerp; type voidp (line 1165) | typedef voidp gzFile; type internal_state (line 1600) | struct internal_state {int dummy;} FILE: external/zlib/zutil.c type internal_state (line 11) | struct internal_state {int dummy;} function uLong (line 32) | uLong ZEXPORT zlibCompileFlags() function ZLIB_INTERNAL (line 122) | void ZLIB_INTERNAL z_error (m) function zmemcpy (line 149) | void ZLIB_INTERNAL zmemcpy(dest, source, len) function zmemcmp (line 160) | int ZLIB_INTERNAL zmemcmp(s1, s2, len) function zmemzero (line 173) | void ZLIB_INTERNAL zmemzero(dest, len) type ptr_table (line 203) | typedef struct ptr_table_s { function voidpf (line 216) | voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) function ZLIB_INTERNAL (line 240) | void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) function voidpf (line 275) | voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) function ZLIB_INTERNAL (line 281) | void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) function voidpf (line 300) | voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) function ZLIB_INTERNAL (line 310) | void ZLIB_INTERNAL zcfree (opaque, ptr) FILE: external/zlib/zutil.h type uch (line 37) | typedef unsigned char uch; type uch (line 38) | typedef uch FAR uchf; type ush (line 39) | typedef unsigned short ush; type ush (line 40) | typedef ush FAR ushf; type ulg (line 41) | typedef unsigned long ulg; FILE: src/AppInfo.h function class (line 9) | class AppInfo FILE: src/DirIterator.h function class (line 14) | class DirIterator FILE: src/FileUtils.cpp type stat (line 83) | struct stat type stat (line 109) | struct stat function startsWithDriveLetter (line 498) | bool startsWithDriveLetter(const char* path) FILE: src/FileUtils.h function class (line 16) | class FileUtils FILE: src/Log.cpp function Log (line 12) | Log* Log::instance() FILE: src/Log.h function class (line 8) | class Log function write (line 37) | inline void Log::write(Type type, const std::string& text) FILE: src/MacBundle.h function class (line 6) | class MacBundle FILE: src/ProcessUtils.cpp function PLATFORM_PID (line 30) | PLATFORM_PID ProcessUtils::currentProcessId() function quoteArgs (line 328) | std::string quoteArgs(const std::list& arguments) function PLATFORM_PID (line 384) | PLATFORM_PID ProcessUtils::runAsyncUnix(const std::string& executable, FILE: src/ProcessUtils.h function class (line 11) | class ProcessUtils FILE: src/StandardDirs.cpp type passwd (line 28) | struct passwd FILE: src/StandardDirs.h function class (line 7) | class StandardDirs FILE: src/StringUtils.h function strToBool (line 16) | inline bool strToBool(const std::string& str) function endsWith (line 36) | inline bool endsWith(const std::string& str, const char* text) function startsWith (line 42) | inline bool startsWith(const std::string& str, const char* text) FILE: src/UpdateDialog.h function class (line 8) | class UpdateDialog : public UpdateObserver FILE: src/UpdateDialogAscii.h function class (line 14) | class UpdateDialogAscii : public UpdateDialog FILE: src/UpdateDialogCocoa.h function class (line 8) | class UpdateDialogCocoa : public UpdateDialog FILE: src/UpdateDialogGtk.cpp function UpdateDialogGtk (line 9) | UpdateDialogGtk* update_dialog_gtk_new() function gboolean (line 86) | gboolean UpdateDialogGtk::notify(void* _message) FILE: src/UpdateDialogGtk.h function class (line 9) | class UpdateDialogGtk : public UpdateDialog FILE: src/UpdateDialogGtkFactory.cpp class UpdateDialogGtk (line 15) | class UpdateDialogGtk function extractFileFromBinary (line 36) | bool extractFileFromBinary(int fd, const void* buffer, size_t length) function UpdateDialog (line 42) | UpdateDialog* UpdateDialogGtkFactory::createDialog() FILE: src/UpdateDialogGtkFactory.h function class (line 8) | class UpdateDialogGtkFactory FILE: src/UpdateDialogWin32.cpp function setDefaultFont (line 19) | void setDefaultFont(HWND window) function LRESULT (line 24) | LRESULT WINAPI updateDialogWindowProc(HWND window, UINT message, WPARAM ... function registerWindowClass (line 37) | void registerWindowClass() function LRESULT (line 152) | LRESULT WINAPI UpdateDialogWin32::windowProc(HWND window, UINT message, ... FILE: src/UpdateDialogWin32.h function class (line 11) | class UpdateDialogWin32 : public UpdateDialog FILE: src/UpdateInstaller.h function class (line 18) | class UpdateInstaller FILE: src/UpdateMessage.h function class (line 9) | class UpdateMessage FILE: src/UpdateObserver.h function class (line 8) | class UpdateObserver FILE: src/UpdateScript.cpp function elementText (line 8) | std::string elementText(const TiXmlElement* element) function UpdateScriptFile (line 107) | UpdateScriptFile UpdateScript::parseFile(const TiXmlElement* element) function UpdateScriptPackage (line 121) | UpdateScriptPackage UpdateScript::parsePackage(const TiXmlElement* element) FILE: src/UpdateScript.h function class (line 11) | class UpdateScriptPackage function class (line 33) | class UpdateScriptFile function class (line 65) | class UpdateScript FILE: src/UpdaterOptions.cpp function atoll (line 14) | long long atoll(const char* string) function stringToMode (line 29) | UpdateInstaller::Mode stringToMode(const std::string& modeStr) FILE: src/UpdaterOptions.h function class (line 6) | class UpdaterOptions FILE: src/main.cpp function runUpdaterThread (line 33) | void runUpdaterThread(void* arg) function unpackBundle (line 63) | bool unpackBundle(int argc, char** argv) function setupConsole (line 90) | void setupConsole() function main (line 101) | int main(int argc, char** argv) function UpdateDialog (line 173) | UpdateDialog* createUpdateDialog() function WinMain (line 191) | int CALLBACK WinMain(HINSTANCE hInstance, FILE: src/tests/TestFileUtils.cpp function main (line 61) | int main(int,char**) FILE: src/tests/TestFileUtils.h function class (line 3) | class TestFileUtils FILE: src/tests/TestUpdateScript.cpp function main (line 43) | int main(int,char**) FILE: src/tests/TestUpdateScript.h function class (line 3) | class TestUpdateScript FILE: src/tests/TestUpdaterOptions.cpp function main (line 62) | int main(int,char**) FILE: src/tests/TestUpdaterOptions.h function class (line 3) | class TestUpdaterOptions FILE: src/tests/TestUtils.h function runTest (line 22) | void runTest(T* testInstance, int i) function class (line 31) | class TestUtils FILE: src/tests/new_app.cpp function main (line 3) | int main(int,char**) FILE: src/tests/old_app.cpp function main (line 3) | int main(int,char**) FILE: src/tests/test-update.rb function replace_vars (line 35) | def replace_vars(src_file,dest_file,vars) function compare_files (line 47) | def compare_files(src_file, dest_file) function compare_dirs (line 71) | def compare_dirs(src_dir, dest_dir) function create_test_file (line 101) | def create_test_file(name, content) function copy_file (line 122) | def copy_file(src, dest) FILE: src/zip-tool.cpp function scanDir (line 18) | void scanDir(std::vector& filesFound, const std::string& path) function main (line 38) | int main(int argc, char** argv) FILE: tools/create-packages.rb class UpdateScriptPackage (line 35) | class UpdateScriptPackage class UpdateScriptFile (line 44) | class UpdateScriptFile function hash_to_xml (line 63) | def hash_to_xml(root,map) function strip_prefix (line 78) | def strip_prefix(string,prefix) function file_sha1 (line 85) | def file_sha1(path) class UpdateScriptGenerator (line 89) | class UpdateScriptGenerator method initialize (line 100) | def initialize(target_version, method to_xml (line 159) | def to_xml() method deps_to_xml (line 182) | def deps_to_xml() method packages_to_xml (line 191) | def packages_to_xml() method install_to_xml (line 205) | def install_to_xml() method file_mode_string (line 230) | def file_mode_string(mode) class PackageConfig (line 236) | class PackageConfig method initialize (line 239) | def initialize(map_file) method is_updater (line 253) | def is_updater(file) method package_for_file (line 257) | def package_for_file(file)