SYMBOL INDEX (109 symbols across 20 files) FILE: AePubReader/Classes/AePubReaderAppDelegate.h function interface (line 14) | interface AePubReaderAppDelegate : NSObject { FILE: AePubReader/Classes/ChapterListViewController.h function interface (line 12) | interface ChapterListViewController : UITableViewController { FILE: AePubReader/Classes/EPub.h function interface (line 13) | interface EPub : NSObject { FILE: AePubReader/Classes/GTMDefines.h type NSInteger (line 258) | typedef long NSInteger; type NSUInteger (line 259) | typedef unsigned long NSUInteger; type NSInteger (line 261) | typedef int NSInteger; type NSUInteger (line 262) | typedef unsigned int NSUInteger; type CGFloat (line 273) | typedef double CGFloat; type CGFloat (line 278) | typedef float CGFloat; FILE: AePubReader/Classes/SearchResult.h function interface (line 12) | interface SearchResult : NSObject { FILE: AePubReader/Classes/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(passwd, buf, bufSize, pkeys, pcrc_32_tab, crcForCry... FILE: AePubReader/Classes/minizip/ioapi.c function voidpf (line 68) | voidpf ZCALLBACK fopen_file_func (opaque, filename, mode) function uLong (line 90) | uLong ZCALLBACK fread_file_func (opaque, stream, buf, size) function uLong (line 102) | uLong ZCALLBACK fwrite_file_func (opaque, stream, buf, size) function ftell_file_func (line 113) | long ZCALLBACK ftell_file_func (opaque, stream) function fseek_file_func (line 122) | long ZCALLBACK fseek_file_func (opaque, stream, offset, origin) function fclose_file_func (line 148) | int ZCALLBACK fclose_file_func (opaque, stream) function ferror_file_func (line 157) | int ZCALLBACK ferror_file_func (opaque, stream) function fill_fopen_filefunc (line 166) | void fill_fopen_filefunc (pzlib_filefunc_def) FILE: AePubReader/Classes/minizip/ioapi.h type zlib_filefunc_def (line 46) | typedef struct zlib_filefunc_def_s FILE: AePubReader/Classes/minizip/mztools.c function unzRepair (line 30) | extern int ZEXPORT unzRepair(file, fileOut, fileOutTmp, nRecovered, byte... FILE: AePubReader/Classes/minizip/unzip.c type unz_file_info_internal (line 94) | typedef struct unz_file_info_internal_s type file_in_zip_read_info_s (line 102) | typedef struct type unz_s (line 128) | typedef struct function local (line 171) | local int unzlocal_getByte(pzlib_filefunc_def,filestream,pi) function local (line 201) | local int unzlocal_getShort (pzlib_filefunc_def,filestream,pX) function local (line 229) | local int unzlocal_getLong (pzlib_filefunc_def,filestream,pX) function local (line 262) | local int strcmpcasenosensitive_internal (fileName1,fileName2) function unzStringFileNameCompare (line 305) | extern int ZEXPORT unzStringFileNameCompare (fileName1,fileName2,iCaseSe... function local (line 331) | local uLong unzlocal_SearchCentralDir(pzlib_filefunc_def,filestream) function unzFile (line 397) | extern unzFile ZEXPORT unzOpen2 (path, pzlib_filefunc_def) function unzFile (line 500) | extern unzFile ZEXPORT unzOpen (path) function unzClose (line 511) | extern int ZEXPORT unzClose (file) function unzGetGlobalInfo (line 532) | extern int ZEXPORT unzGetGlobalInfo (file,pglobal_info) function local (line 548) | local void unzlocal_DosDateToTmuDate (ulDosDate, ptm) function local (line 577) | local int unzlocal_GetCurrentFileInfoInternal (file, function unzGetCurrentFileInfo (line 744) | extern int ZEXPORT unzGetCurrentFileInfo (file, function unzGoToFirstFile (line 768) | extern int ZEXPORT unzGoToFirstFile (file) function unzGoToNextFile (line 790) | extern int ZEXPORT unzGoToNextFile (file) function unzLocateFile (line 824) | extern int ZEXPORT unzLocateFile (file, szFileName, iCaseSensitivity) function unzGetFilePos (line 903) | extern int ZEXPORT unzGetFilePos(file, file_pos) function unzGoToFilePos (line 921) | extern int ZEXPORT unzGoToFilePos(file, file_pos) function local (line 957) | local int unzlocal_CheckCurrentFileCoherencyHeader (s,piSizeVar, function unzOpenCurrentFile3 (line 1047) | extern int ZEXPORT unzOpenCurrentFile3 (file, method, level, raw, password) function unzOpenCurrentFile (line 1192) | extern int ZEXPORT unzOpenCurrentFile (file) function unzOpenCurrentFilePassword (line 1198) | extern int ZEXPORT unzOpenCurrentFilePassword (file, password) function unzOpenCurrentFile2 (line 1205) | extern int ZEXPORT unzOpenCurrentFile2 (file,method,level,raw) function unzReadCurrentFile (line 1224) | extern int ZEXPORT unzReadCurrentFile (file, buf, len) function z_off_t (line 1385) | extern z_off_t ZEXPORT unztell (file) function ZEXPORT (line 1405) | extern int ZEXPORT unzeof (file) function unzGetLocalExtrafield (line 1438) | extern int ZEXPORT unzGetLocalExtrafield (file,buf,len) function unzCloseCurrentFile (line 1489) | extern int ZEXPORT unzCloseCurrentFile (file) function unzGetGlobalComment (line 1532) | extern int ZEXPORT unzGetGlobalComment (file, szComment, uSizeBuf) function uLong (line 1564) | extern uLong ZEXPORT unzGetOffset (file) function unzSetOffset (line 1580) | extern int ZEXPORT unzSetOffset (file, pos) FILE: AePubReader/Classes/minizip/unzip.h type unzFile__ (line 63) | typedef struct TagunzFile__ { int unused; } unzFile__; type unzFile__ (line 64) | typedef unzFile__ *unzFile; type voidp (line 66) | typedef voidp unzFile; type tm_unz (line 80) | typedef struct tm_unz_s type unz_global_info (line 92) | typedef struct unz_global_info_s type unz_file_info (line 101) | typedef struct unz_file_info_s type unz_file_pos (line 210) | typedef struct unz_file_pos_s FILE: AePubReader/Classes/minizip/zip.c type linkedlist_datablock_internal (line 97) | typedef struct linkedlist_datablock_internal_s type linkedlist_data (line 106) | typedef struct linkedlist_data_s type curfile_info (line 113) | typedef struct type zip_internal (line 138) | typedef struct function local (line 161) | local linkedlist_datablock_internal* allocate_new_datablock() function local (line 175) | local void free_datablock(ldi) function local (line 186) | local void init_linkedlist(ll) function local (line 192) | local void free_linkedlist(ll) function local (line 200) | local int add_data_in_datablock(ll,buf,len) function local (line 266) | local int ziplocal_putValue (pzlib_filefunc_def, filestream, x, nbByte) function local (line 294) | local void ziplocal_putValue_inmemory (dest, x, nbByte) function local (line 318) | local uLong ziplocal_TmzDateToDosDate(ptm,dosDate) function local (line 340) | local int ziplocal_getByte(pzlib_filefunc_def,filestream,pi) function local (line 370) | local int ziplocal_getShort (pzlib_filefunc_def,filestream,pX) function local (line 398) | local int ziplocal_getLong (pzlib_filefunc_def,filestream,pX) function local (line 440) | local uLong ziplocal_SearchCentralDir(pzlib_filefunc_def,filestream) function zipFile (line 499) | extern zipFile ZEXPORT zipOpen2 (pathname, append, globalcomment, pzlib_... function zipFile (line 683) | extern zipFile ZEXPORT zipOpen (pathname, append) function zipOpenNewFileInZip3 (line 690) | extern int ZEXPORT zipOpenNewFileInZip3 (file, filename, zipfi, function zipOpenNewFileInZip2 (line 899) | extern int ZEXPORT zipOpenNewFileInZip2(file, filename, zipfi, function zipOpenNewFileInZip (line 923) | extern int ZEXPORT zipOpenNewFileInZip (file, filename, zipfi, function local (line 944) | local int zipFlushWriteBuffer(zi) function zipWriteInFileInZip (line 966) | extern int ZEXPORT zipWriteInFileInZip (file, buf, len) function zipCloseFileInZipRaw (line 1031) | extern int ZEXPORT zipCloseFileInZipRaw (file, uncompressed_size, crc32) function zipCloseFileInZip (line 1127) | extern int ZEXPORT zipCloseFileInZip (file) function zipClose (line 1133) | extern int ZEXPORT zipClose (file, global_comment) FILE: AePubReader/Classes/minizip/zip.h type zipFile__ (line 64) | typedef struct TagzipFile__ { int unused; } zipFile__; type zipFile__ (line 65) | typedef zipFile__ *zipFile; type voidp (line 67) | typedef voidp zipFile; type tm_zip (line 87) | typedef struct tm_zip_s type zip_fileinfo (line 97) | typedef struct FILE: AePubReader/SearchWebView.js function MyApp_HighlightAllOccurencesOfStringForElement (line 10) | function MyApp_HighlightAllOccurencesOfStringForElement(element,keyword) { function getPos (line 54) | function getPos(el) { function MyApp_HighlightAllOccurencesOfString (line 61) | function MyApp_HighlightAllOccurencesOfString(keyword) { function MyApp_RemoveAllHighlightsForElement (line 67) | function MyApp_RemoveAllHighlightsForElement(element) { function MyApp_RemoveAllHighlights (line 92) | function MyApp_RemoveAllHighlights() { FILE: AePubReader/Source/CXHTMLDocument.h function interface (line 33) | interface CXHTMLDocument : CXMLDocument { FILE: AePubReader/Source/CXMLDocument.h function interface (line 39) | interface CXMLDocument : CXMLNode { FILE: AePubReader/Source/CXMLElement.h function interface (line 33) | interface CXMLElement : CXMLNode { FILE: AePubReader/Source/CXMLNamespaceNode.h function interface (line 10) | interface CXMLNamespaceNode : CXMLNode { FILE: AePubReader/Source/CXMLNode.h type CXMLNodeKind (line 34) | typedef enum { function interface (line 52) | interface CXMLNode : NSObject { FILE: AePubReader/Source/Tidy/CTidy.h type CTidyFormat (line 37) | typedef enum { function interface (line 43) | interface CTidy : NSObject {