SYMBOL INDEX (798 symbols across 132 files) FILE: Bundles/Echoware/AES.h function class (line 7) | class CAES FILE: Bundles/Echoware/APISocket/APISocket.h function namespace (line 18) | namespace APISocket FILE: Bundles/Echoware/APISocket/Socket.cpp type sockaddr_in (line 118) | struct sockaddr_in type sockaddr (line 128) | struct sockaddr type sockaddr_in (line 144) | struct sockaddr_in type sockaddr (line 156) | struct sockaddr type sockaddr_in (line 172) | struct sockaddr_in type in_addr (line 184) | struct in_addr type sockaddr (line 187) | struct sockaddr type timeval (line 295) | struct timeval type sockaddr_in (line 323) | struct sockaddr_in type sockaddr (line 328) | struct sockaddr type sockaddr_in (line 338) | struct sockaddr_in type sockaddr (line 343) | struct sockaddr type sockaddr_in (line 353) | struct sockaddr_in type sockaddr (line 358) | struct sockaddr FILE: Bundles/Echoware/CritSection.h function class (line 11) | class CCritSection FILE: Bundles/Echoware/DataChannel.h function class (line 18) | class CDataChannel FILE: Bundles/Echoware/DataChannelSocket.cpp function CDataChannelSocket (line 53) | CDataChannelSocket* CDataChannelSocket::GetPairChannel() FILE: Bundles/Echoware/DataChannels.h function class (line 16) | class CDataChannels FILE: Bundles/Echoware/DirService.cpp function NSDictionary (line 50) | NSDictionary* CDirService::attributeDataForNodeOfType(const char* type, function tDirStatus (line 254) | tDirStatus CDirService::OpenSearchNode(tDirReference inDSRef, tDirNodeRe... function tDirStatus (line 309) | tDirStatus CDirService::DoPasswordAuth(tDirReference inDSRef, tDirNodeRe... function tDirStatus (line 395) | tDirStatus CDirService::AppendStringToBuffer(tDataBufferPtr inBuffer, co... FILE: Bundles/Echoware/DirService.h function class (line 13) | class CDirService FILE: Bundles/Echoware/DllProxyInfo.h function class (line 15) | class CDllProxyInfo : public IDllProxyInfo FILE: Bundles/Echoware/EchoController.h function interface (line 9) | interface EchoController : NSObject FILE: Bundles/Echoware/EchoSrvDataChannel.h function class (line 13) | class CEchoSrvDataChannel : FILE: Bundles/Echoware/EchoToOSX.cpp function DWORD (line 18) | DWORD GetTickCount() function PostThreadMessage (line 44) | bool PostThreadMessage(unsigned long , int, void *, int) function PeekMessage (line 49) | bool PeekMessage(void *, int,int,int, int) function ShutdownThread (line 54) | bool ShutdownThread(void *shutdownThread, unsigned long waitTimeout, boo... FILE: Bundles/Echoware/Echoware.cpp function BOOL (line 10) | BOOL DllMain( HANDLE hModule, DWORD ul_reason_for_call, LPVOID lpReserv... function ECHOWARE_API (line 36) | ECHOWARE_API char* GetDllVersion() function ECHOWARE_API (line 41) | ECHOWARE_API bool InitializeProxyDll() function ECHOWARE_API (line 60) | ECHOWARE_API void SetLoggingOptions(bool bEnablelogging, char *szLogPath) function ECHOWARE_API (line 66) | ECHOWARE_API void EnableLogging(bool bEnablelogging) function ECHOWARE_API (line 71) | ECHOWARE_API bool SetPortForOffLoadingData(int DataOffLoadingPort) function ECHOWARE_API (line 80) | ECHOWARE_API void* CreateProxyInfoClassObject() function ECHOWARE_API (line 94) | ECHOWARE_API void DeleteProxyInfoClassObject (void* pProxyInfo) function ECHOWARE_API (line 105) | ECHOWARE_API void AutoConnect() function ECHOWARE_API (line 116) | ECHOWARE_API int ConnectProxy(void* pProxyInfo) function ECHOWARE_API (line 127) | ECHOWARE_API bool DisconnectProxy(void* pProxyInfo) function ECHOWARE_API (line 138) | ECHOWARE_API bool DisconnectAllProxies() function ECHOWARE_API (line 149) | ECHOWARE_API void StopConnecting(void* pProxyInfo) function ECHOWARE_API (line 160) | ECHOWARE_API int EstablishNewDataChannel(void* pProxyInfo , char* IDOfPa... function ECHOWARE_API (line 171) | ECHOWARE_API void SetEncryptionLevel(int level, void* pProxyInfo) function ECHOWARE_API (line 184) | ECHOWARE_API void SetLocalProxyInfo(char* ip, char* port, char* username... function ECHOWARE_API (line 195) | ECHOWARE_API bool CheckServer(char* ip, unsigned short port) FILE: Bundles/Echoware/Globals.h function class (line 27) | class CGlobals function class (line 67) | class CBuffer function virtual (line 78) | virtual ~CBuffer() function Write (line 83) | void Write(void* buff, unsigned int write_size) function Read (line 110) | unsigned int Read(void* buff, unsigned int read_size) function Peak (line 132) | unsigned int Peak(void* buff, unsigned int read_size) function Size (line 146) | unsigned int Size() function Drop (line 151) | void Drop(unsigned int drop_size) function Empty (line 170) | void Empty() FILE: Bundles/Echoware/InterfaceDllProxyInfo.h function class (line 34) | class IDllProxyInfo FILE: Bundles/Echoware/LocalDataChannel.cpp function crypt_data (line 18) | void crypt_data(const unsigned char *in, unsigned char *out, int length,... FILE: Bundles/Echoware/LocalDataChannel.h function class (line 15) | class CLocalDataChannel : FILE: Bundles/Echoware/LocalProxyConnection.h function class (line 10) | class CLocalProxyConnection : public CProxyConnection FILE: Bundles/Echoware/Logger.h function class (line 12) | class CLogger FILE: Bundles/Echoware/MyDllProxyInfo.cpp function IDllProxyInfo (line 30) | IDllProxyInfo* CMyDllProxyInfo::getDllProxyInfo() FILE: Bundles/Echoware/MyDllProxyInfo.h function class (line 13) | class CMyDllProxyInfo FILE: Bundles/Echoware/NetPacket.h type NetPacketHeader (line 42) | struct NetPacketHeader function class (line 54) | class CProxyMsg function size (line 69) | int size() FILE: Bundles/Echoware/OpenSSL/aes.h type aes_key_st (line 79) | struct aes_key_st { type AES_KEY (line 83) | typedef struct aes_key_st AES_KEY; FILE: Bundles/Echoware/OpenSSL/aes_core.c function AES_set_encrypt_key (line 742) | int AES_set_encrypt_key(const unsigned char *userKey, const int bits, function AES_set_decrypt_key (line 843) | int AES_set_decrypt_key(const unsigned char *userKey, const int bits, function AES_encrypt (line 896) | void AES_encrypt(const unsigned char *in, unsigned char *out, function AES_decrypt (line 1087) | void AES_decrypt(const unsigned char *in, unsigned char *out, FILE: Bundles/Echoware/OpenSSL/aes_locl.h type u32 (line 75) | typedef unsigned long u32; type u32 (line 77) | typedef unsigned int u32; type u16 (line 79) | typedef unsigned short u16; type u8 (line 80) | typedef unsigned char u8; FILE: Bundles/Echoware/ProxiesManager.cpp function CProxyConnection (line 194) | const CProxyConnection* CProxiesManager::FindProxy(CDllProxyInfo* pProxy... FILE: Bundles/Echoware/ProxiesManager.h function class (line 14) | class CProxiesManager FILE: Bundles/Echoware/ProxyConnect/ProxyConnect.cpp function read_byte (line 27) | int read_byte(APISocket::CSocket sock) type sockaddr_in (line 247) | struct sockaddr_in type sockaddr_in (line 312) | struct sockaddr_in type sockaddr_in (line 510) | struct sockaddr_in FILE: Bundles/Echoware/ProxyConnect/ProxyConnect.h function class (line 53) | class CProxyConnect FILE: Bundles/Echoware/ProxyConnect/global.h type UINT2 (line 18) | typedef unsigned short int UINT2; type UINT4 (line 21) | typedef unsigned long int UINT4; FILE: Bundles/Echoware/ProxyConnect/md4.cpp function MD4Init (line 92) | void MD4Init(MD4_CTX* context) function MD4Update (line 108) | void MD4Update(MD4_CTX *context, unsigned char *input, unsigned int inpu... function MD4Final (line 146) | void MD4Final(unsigned char digest[16], MD4_CTX *context) function MD4Transform (line 172) | static void MD4Transform function Encode (line 249) | static void Encode function Decode (line 269) | static void Decode function MD4_memcpy (line 285) | static void MD4_memcpy function MD4_memset (line 300) | static void MD4_memset FILE: Bundles/Echoware/ProxyConnect/md4.h type MD4_CTX (line 39) | typedef struct { FILE: Bundles/Echoware/ProxyConnect/md5.cpp function MD5Init (line 104) | void MD5Init function MD5Update (line 122) | void MD5Update function MD5Final (line 166) | void MD5Final function MD5Transform (line 197) | static void MD5Transform function Encode (line 292) | static void Encode function Decode (line 312) | static void Decode function MD5_memcpy (line 329) | static void MD5_memcpy(POINTER output, POINTER input, unsigned int len) function MD5_memset (line 339) | static void MD5_memset(POINTER output,int value,unsigned int len) FILE: Bundles/Echoware/ProxyConnect/md5.h type MD5_CTX (line 34) | typedef struct { FILE: Bundles/Echoware/ProxyConnect/ntlmv2.cpp function hmac_md5 (line 80) | void hmac_md5( function base64 (line 175) | void base64(unsigned char *out, const unsigned char *in, int len) function unbase64 (line 202) | int unbase64(char *out, const char *in, int maxlen) function ntlmv2_build_type1 (line 359) | int ntlmv2_build_type1() function ntlmv2_parse_type2 (line 385) | int ntlmv2_parse_type2(unsigned char *buf) function ntlmv2_prepare_type3 (line 469) | int ntlmv2_prepare_type3() function ntlmv2_build_type3 (line 618) | int ntlmv2_build_type3() function DoNTLMv2 (line 737) | int DoNTLMv2 FILE: Bundles/Echoware/ProxyConnection.cpp function CDllProxyInfo (line 31) | CDllProxyInfo* CProxyConnection::GetProxyInfo() FILE: Bundles/Echoware/ProxyConnection.h function class (line 15) | class CProxyConnection FILE: Bundles/Echoware/RFBBundleWrapper.cpp type LoginLogoutExtraInfoStructure (line 36) | struct LoginLogoutExtraInfoStructure function LoginFunction (line 42) | static void LoginFunction(CFStringRef UserName, uid_t UID, gid_t GID) function LogoutFunction (line 47) | static void LogoutFunction() function LoginLogoutProxyCallBackFunction (line 51) | static void LoginLogoutProxyCallBackFunction(SCDynamicStoreRef store, CF... function InstallLoginLogoutNotifiers (line 81) | static int InstallLoginLogoutNotifiers( function CRFBBundleWrapper (line 569) | CRFBBundleWrapper* CRFBBundleWrapper::GetInstance() FILE: Bundles/Echoware/RFBBundleWrapper.h function class (line 15) | class CRFBBundleWrapper FILE: Bundles/Echoware/RSA/Code.cpp function Encode (line 10) | int Encode(unsigned char *msg, int msgLen, HugeNumber &FirstHalf, HugeNu... function Decode (line 49) | int Decode(unsigned char *msg, int &msgLen, HugeNumber &FirstHalf, HugeN... FILE: Bundles/Echoware/RSA/Commonf.cpp function randomize (line 14) | void randomize() function random (line 24) | long int random(long int ULimit) function word (line 31) | word wmin(word a, word b) function word (line 39) | word wmax(word a, word b) function LongIsPrime (line 47) | int LongIsPrime(unsigned long a) function MakePrimeL (line 71) | unsigned long MakePrimeL() FILE: Bundles/Echoware/RSA/Gsimply.cpp function PutInList (line 43) | void PutInList(unsigned long i) function Razl (line 77) | void Razl(unsigned long y) function PrimeQ (line 111) | int PrimeQ(HugeNumber &km1,HugeNumber &k) function DeleteN (line 126) | void DeleteN() function GeneratePrime (line 138) | int GeneratePrime(HugeNumber &p) function GeneratePrimeHugeNumber (line 253) | void GeneratePrimeHugeNumber(HugeNumber &x) function SaveKeys (line 274) | int SaveKeys(char *FileName, HugeNumber &x, HugeNumber &y) function RestoreKey (line 300) | int RestoreKey(char *FileName, HugeNumber &x, HugeNumber &y) FILE: Bundles/Echoware/RSA/Hnfunct.cpp function BaseRazr (line 21) | int BaseRazr() function GCD (line 42) | void GCD(HugeNumber &uu, HugeNumber &vv, HugeNumber &u) function LCM (line 67) | void LCM(HugeNumber &a, HugeNumber &b, HugeNumber &lcm) function Mult1 (line 77) | void Mult1(HugeNumber& u, word v, HugeNumber& w) function Div1 (line 115) | void Div1(HugeNumber &u, word v, HugeNumber &w, word &r) function Div (line 140) | void Div(HugeNumber& uu, HugeNumber& vv, HugeNumber& qq, HugeNumber& r) function Double (line 331) | double Double(HugeNumber &a) function UnsignedLong (line 343) | unsigned long UnsignedLong(HugeNumber &a) function ModPower (line 354) | void ModPower(HugeNumber &Y, HugeNumber &x, HugeNumber &n, HugeNumber &f) function Power (line 403) | void Power(HugeNumber &Y, HugeNumber &x, HugeNumber &n) function BytesInHN (line 441) | int BytesInHN(HugeNumber &x) FILE: Bundles/Echoware/RSA/Hnumber.cpp function HugeNumber (line 91) | HugeNumber& HugeNumber::operator++() function HugeNumber (line 121) | HugeNumber& HugeNumber::operator--() function HugeNumber (line 185) | HugeNumber& HugeNumber::operator =( const HugeNumber & source ) function HugeNumber (line 199) | HugeNumber operator + ( HugeNumber &u, HugeNumber &v) function HugeNumber (line 367) | HugeNumber operator - ( HugeNumber &u, HugeNumber &v) function HugeNumber (line 397) | HugeNumber operator * ( HugeNumber &u, HugeNumber &v) function HugeNumber (line 453) | HugeNumber operator / ( HugeNumber &u, HugeNumber &v) function HugeNumber (line 460) | HugeNumber operator % ( HugeNumber &u, HugeNumber &v) function Add1 (line 468) | static void Add1(HugeNumber &a, word m) function Convert (line 494) | static void Convert(char *b_string, HugeNumber &w) FILE: Bundles/Echoware/RSA/Keys.cpp function Euklid (line 45) | void Euklid(MyNum &u, MyNum &v, MyNum &nod, MyNum &e) function CreateKeys (line 86) | void CreateKeys(HugeNumber &D, HugeNumber &e, HugeNumber &N) function Keys (line 139) | void Keys(HugeNumber &d, HugeNumber &e, HugeNumber &nn) FILE: Bundles/Echoware/RSA/Keys_main.cpp function main (line 14) | int main(int argc, char* argv[]) FILE: Bundles/Echoware/RSA/MyNum.h type byte (line 8) | typedef unsigned char byte; type word (line 13) | typedef unsigned int word; type MyNum (line 20) | struct MyNum FILE: Bundles/Echoware/RSA/MyTypes.h type byte (line 11) | typedef unsigned char byte; type word (line 12) | typedef unsigned int word; type dword (line 13) | typedef unsigned long dword; FILE: Bundles/Echoware/RSA/Mynum.cpp function Assign1 (line 18) | void Assign1(MyNum &x) function Assign0 (line 24) | void Assign0(MyNum &x) function ConvertHugeNumberToMyNum (line 30) | void ConvertHugeNumberToMyNum(MyNum &a, HugeNumber &b) function Assign (line 36) | void Assign(MyNum &x, MyNum &y) function IsZero (line 42) | int IsZero(MyNum &a) function CompareAbs (line 53) | int CompareAbs(MyNum &a, MyNum &b) function Subtr (line 63) | void Subtr(MyNum &c, MyNum &a, MyNum &b) function Div (line 91) | void Div(MyNum &c, MyNum &a, MyNum &b) function Mult (line 97) | void Mult(MyNum &c, MyNum &a, MyNum &b) FILE: Bundles/Echoware/RSA/Myprint.cpp function Protocol (line 8) | void Protocol(char *Msg) function Protocol (line 16) | void Protocol(const char *Msg, MyNum &a) function ProtocolF (line 37) | void ProtocolF(const char *Msg, float a) function Protocol (line 46) | void Protocol(char *Msg, HugeNumber &a) function PrintCode (line 58) | void PrintCode(const unsigned char *Msg, const long MsgLen) function PrintChar (line 79) | void PrintChar(unsigned char *ch, const long len) FILE: Bundles/Echoware/RSA/PrimeGen.cpp function NextPrime (line 18) | void NextPrime(int &intA) function Rabin (line 27) | int Rabin(int t, HugeNumber &S, HugeNumber &m, HugeNumber &mm1) function Test1 (line 82) | int Test1(HugeNumber &a, HugeNumber &n, HugeNumber &nm1, HugeNumber °... function Test2 (line 100) | int Test2(HugeNumber &x) function MakePrime (line 122) | void MakePrime(int intS, HugeNumber &n) FILE: Bundles/Echoware/RSA/TMSG.H function class (line 5) | class TMsg FILE: Bundles/Echoware/RSAKeys.h function class (line 14) | class CRSAKeys FILE: Bundles/Echoware/ServerListSynchronize.h function class (line 16) | class CServerListSynchronize FILE: Bundles/Echoware/User.cpp function NSUserDefaults (line 41) | NSUserDefaults* CUser::userDefaults(NSString *domain) function CFStringRef (line 102) | CFStringRef CUser::CopyCurrentConsoleUsername() function NSString (line 111) | NSString* CUser::CurrentConsoleUsername() FILE: Bundles/Echoware/User.h function class (line 16) | class CUser FILE: Bundles/Echoware/blowfish.cpp function DWORD (line 127) | DWORD CBlowFish::GetOutputLength (DWORD lInputLong) function DWORD (line 141) | DWORD CBlowFish::Encode (BYTE * pInput, BYTE * pOutput, DWORD lSize) FILE: Bundles/Echoware/blowfish.h function class (line 20) | class CBlowFish FILE: Bundles/Echoware/rfbserver.h type rfbserver (line 30) | typedef struct rfbserver { FILE: Bundles/Jaguar/JaguarExtensions.h function interface (line 16) | interface JaguarExtensions : VNCBundle { FILE: Bundles/Tiger/TigerExtensions.h function interface (line 18) | interface TigerExtensions : VNCBundle { FILE: Bundles/VNCBundle.h function interface (line 15) | interface VNCBundle : NSObject { FILE: NSAuthorization.h function interface (line 14) | interface NSAuthorization : NSObject { FILE: OSXvnc-server/CGS.h type CGSConnectionRef (line 14) | typedef int CGSConnectionRef; FILE: OSXvnc-server/VNCServer.h function interface (line 20) | interface VNCServer : NSObject { FILE: OSXvnc-server/auth.c function rfbAuthInit (line 44) | void rfbAuthInit(void) { function failedAttemptsForClient (line 49) | int failedAttemptsForClient(rfbClientPtr cl) { function incrementFailedAttemptsForClient (line 61) | int incrementFailedAttemptsForClient(rfbClientPtr cl) { function clearFailedAttemptsForClient (line 77) | void clearFailedAttemptsForClient(rfbClientPtr cl) { function rfbSecurityResultMessage (line 85) | void rfbSecurityResultMessage(rfbClientPtr cl, int result, char *errorSt... function rfbAuthNewClient (line 124) | void rfbAuthNewClient(rfbClientPtr cl) { function enterSuppliedPassword (line 239) | bool enterSuppliedPassword(char *passIn){ function rfbProcessAuthVersion (line 248) | void rfbProcessAuthVersion(rfbClientPtr cl) { function rfbAuthProcessClientMessage (line 306) | void rfbAuthProcessClientMessage(rfbClientPtr cl) { FILE: OSXvnc-server/corre.c function Bool (line 61) | Bool function Bool (line 86) | static Bool function getBgColour (line 301) | static uint32_t FILE: OSXvnc-server/cutpaste.c function NSUInteger (line 89) | NSUInteger)startLoc { function initPasteboard (line 329) | void initPasteboard(void) { function rfbSetCutText (line 398) | void rfbSetCutText(rfbClientPtr cl, char *str, int len) { function BOOL (line 417) | static BOOL pasteboardRepresentsExistingFile(NSPasteboard *thePasteboard) { function NSArray (line 447) | static NSArray *arrayFromFlstData(NSData *flstData) { function NSArray (line 480) | static NSArray *getListOfFilenamesFromPasteboard(NSPasteboard *thePasteb... function rfbCheckForPasteboardChange (line 491) | void rfbCheckForPasteboardChange(void) { function rfbSendRichClipboardAck (line 589) | static void rfbSendRichClipboardAck(rfbClientPtr cl) { function rfbSendRichClipboardAvailable (line 607) | static void rfbSendRichClipboardAvailable(rfbClientPtr cl, NSString *pas... function rfbSendRichClipboardRequest (line 647) | void rfbSendRichClipboardRequest(rfbClientPtr cl) { function rfbSendRichClipboardData (line 686) | static void rfbSendRichClipboardData(rfbClientPtr cl) { function rfbClientUpdatePasteboard (line 745) | void rfbClientUpdatePasteboard(rfbClientPtr cl) { function rfbReceiveRichClipboardAvailable (line 819) | void rfbReceiveRichClipboardAvailable(rfbClientPtr cl) { function checkTotalSize (line 894) | void checkTotalSize(unsigned long long *totalSize, NSString *path, NSFil... function rfbReceiveRichClipboardRequest (line 914) | void rfbReceiveRichClipboardRequest(rfbClientPtr cl) { function rfbReceiveRichClipboardData (line 1063) | void rfbReceiveRichClipboardData(rfbClientPtr cl) { FILE: OSXvnc-server/d3des.c function deskey (line 66) | void deskey(unsigned char *key, int edf) function cookey (line 102) | static void cookey(unsigned long *raw1) function cpkey (line 124) | void cpkey(unsigned long *into) function usekey (line 133) | void usekey(unsigned long *from) function des (line 143) | void des(unsigned char *inblock, unsigned char *outblock) function scrunch (line 152) | static void scrunch(unsigned char *outof, unsigned long *into) function unscrun (line 165) | static void unscrun(unsigned long *outof, unsigned char *into) function desfunc (line 322) | static void desfunc(unsigned long *block, unsigned long *keys) FILE: OSXvnc-server/dimming.c function rfbScreensaverTimer (line 26) | void rfbScreensaverTimer(EventLoopTimerRef timer, void *userData) function saveDimSettings (line 36) | static int function restoreDimSettings (line 48) | static int function saveSleepSettings (line 64) | static int function restoreSleepSettings (line 76) | static int function rfbDimmingInit (line 93) | int function rfbUndim (line 125) | int function rfbDimmingShutdown (line 161) | int FILE: OSXvnc-server/getMACAddress.c function kern_return_t (line 84) | static kern_return_t FindEthernetInterfaces(io_iterator_t *matchingServi... function kern_return_t (line 157) | static kern_return_t GetMACAddress(io_iterator_t intfIterator, UInt8 *MA... function NSString (line 214) | NSString *getMACAddressString(void) FILE: OSXvnc-server/hextile.c function Bool (line 40) | Bool FILE: OSXvnc-server/include/X11/X.h type XID (line 68) | typedef unsigned long XID; type Mask (line 69) | typedef unsigned long Mask; type Atom (line 70) | typedef unsigned long Atom; type VisualID (line 71) | typedef unsigned long VisualID; type Time (line 72) | typedef unsigned long Time; type CARD32 (line 75) | typedef CARD32 XID; type CARD32 (line 76) | typedef CARD32 Mask; type CARD32 (line 77) | typedef CARD32 Atom; type CARD32 (line 78) | typedef CARD32 VisualID; type CARD32 (line 79) | typedef CARD32 Time; type XID (line 82) | typedef XID Window; type XID (line 83) | typedef XID Drawable; type XID (line 84) | typedef XID Font; type XID (line 85) | typedef XID Pixmap; type XID (line 86) | typedef XID X11Cursor; type XID (line 87) | typedef XID Colormap; type XID (line 88) | typedef XID GContext; type XID (line 89) | typedef XID KeySym; type KeyCode (line 91) | typedef unsigned char KeyCode; FILE: OSXvnc-server/include/X11/Xmd.h type INT8 (line 55) | typedef int8_t INT8; type INT16 (line 56) | typedef int16_t INT16; type INT32 (line 57) | typedef int32_t INT32; type BOOL (line 59) | typedef int8_t BOOL; type BITS32 (line 63) | typedef uint32_t BITS32; type BYTE (line 64) | typedef uint8_t BYTE; type CARD8 (line 65) | typedef uint8_t CARD8; type CARD16 (line 66) | typedef uint16_t CARD16; type CARD32 (line 67) | typedef uint32_t CARD32; type CARD64 (line 68) | typedef uint64_t CARD64; type INT64 (line 128) | typedef long INT64; type CARD64 (line 129) | typedef unsigned long CARD64; type INT32 (line 133) | typedef unsigned int INT32; type INT16 (line 134) | typedef unsigned int INT16; type INT32 (line 137) | typedef signed int INT32; type INT16 (line 138) | typedef signed int INT16; type INT32 (line 140) | typedef int INT32; type INT16 (line 141) | typedef int INT16; type INT64 (line 148) | typedef long INT64; type INT32 (line 149) | typedef int INT32; type INT32 (line 151) | typedef long INT32; type INT16 (line 153) | typedef short INT16; type INT8 (line 157) | typedef signed char INT8; type INT8 (line 159) | typedef char INT8; type CARD64 (line 163) | typedef unsigned long CARD64; type CARD32 (line 164) | typedef unsigned int CARD32; type CARD32 (line 166) | typedef unsigned long CARD32; type CARD16 (line 168) | typedef unsigned short CARD16; type CARD8 (line 169) | typedef unsigned char CARD8; type CARD32 (line 171) | typedef CARD32 BITS32; type CARD16 (line 172) | typedef CARD16 BITS16; type CARD8 (line 176) | typedef CARD8 BYTE; type CARD8 (line 178) | typedef CARD8 BOOL; FILE: OSXvnc-server/include/X11/Xos.h type timeval (line 172) | struct timeval { type timezone (line 177) | struct timezone { type timezone (line 185) | struct timezone { type timeval (line 208) | struct timeval { type sockaddr (line 263) | struct sockaddr type sockaddr_in (line 269) | struct sockaddr_in type in_addr (line 280) | struct in_addr type u_char (line 286) | typedef unsigned char u_char; type fd_mask (line 290) | typedef unsigned long fd_mask; type sockaddr_un (line 311) | struct sockaddr_un { FILE: OSXvnc-server/include/X11/Xproto.h type CARD16 (line 264) | typedef CARD16 KeyButMask; type xConnClientPrefix (line 271) | typedef struct { type xConnSetupPrefix (line 280) | typedef struct { type xConnSetup (line 289) | typedef struct { type xPixmapFormat (line 306) | typedef struct { type xDepth (line 316) | typedef struct { type xVisualType (line 323) | typedef struct { type xWindowRoot (line 336) | typedef struct { type xTimecoord (line 359) | typedef struct { type xHostEntry (line 364) | typedef struct { type xCharInfo (line 370) | typedef struct { type xFontProp (line 379) | typedef struct { type xTextElt (line 387) | typedef struct { /* followed by string */ type xColorItem (line 394) | typedef struct { type xrgb (line 402) | typedef struct { type CARD8 (line 406) | typedef CARD8 KEYCODE; type xGenericReply (line 417) | typedef struct { type xGetWindowAttributesReply (line 432) | typedef struct { type xGetGeometryReply (line 458) | typedef struct { type xQueryTreeReply (line 472) | typedef struct { type xInternAtomReply (line 485) | typedef struct { type xGetAtomNameReply (line 498) | typedef struct { type xGetPropertyReply (line 512) | typedef struct { type xListPropertiesReply (line 525) | typedef struct { type xGetSelectionOwnerReply (line 539) | typedef struct { type xGrabPointerReply (line 552) | typedef struct { type xGrabPointerReply (line 565) | typedef xGrabPointerReply xGrabKeyboardReply; type xQueryPointerReply (line 567) | typedef struct { type xGetMotionEventsReply (line 579) | typedef struct { type xTranslateCoordsReply (line 592) | typedef struct { type xGetInputFocusReply (line 605) | typedef struct { type xQueryKeymapReply (line 618) | typedef struct { type xQueryFontReply (line 627) | typedef struct _xQueryFontReply { type xQueryTextExtentsReply (line 650) | typedef struct { type xListFontsReply (line 661) | typedef struct { type xListFontsWithInfoReply (line 676) | typedef struct { type xGetFontPathReply (line 699) | typedef struct { type xGetImageReply (line 713) | typedef struct { type xListInstalledColormapsReply (line 726) | typedef struct { type xAllocColorReply (line 740) | typedef struct { type xAllocNamedColorReply (line 753) | typedef struct { type xAllocColorCellsReply (line 765) | typedef struct { type xAllocColorPlanesReply (line 778) | typedef struct { type xQueryColorsReply (line 790) | typedef struct { type xLookupColorReply (line 804) | typedef struct { type xQueryBestSizeReply (line 816) | typedef struct { type xQueryExtensionReply (line 829) | typedef struct { type xListExtensionsReply (line 845) | typedef struct { type xSetMappingReply (line 859) | typedef struct { type xSetMappingReply (line 871) | typedef xSetMappingReply xSetPointerMappingReply; type xSetMappingReply (line 872) | typedef xSetMappingReply xSetModifierMappingReply; type xGetPointerMappingReply (line 874) | typedef struct { type xGetKeyboardMappingReply (line 887) | typedef struct { type xGetModifierMappingReply (line 900) | typedef struct { type xGetKeyboardControlReply (line 913) | typedef struct { type xGetPointerControlReply (line 925) | typedef struct { type xGetScreenSaverReply (line 939) | typedef struct { type xListHostsReply (line 954) | typedef struct { type xError (line 976) | typedef struct { type xEvent (line 996) | typedef struct _xEvent { type xKeymapEvent (line 1220) | typedef struct { type xReply (line 1232) | typedef union { type xReq (line 1282) | typedef struct _xReq { type xResourceReq (line 1296) | typedef struct { type xCreateWindowReq (line 1303) | typedef struct { type xChangeWindowAttributesReq (line 1319) | typedef struct { type xChangeSaveSetReq (line 1327) | typedef struct { type xReparentWindowReq (line 1334) | typedef struct { type xConfigureWindowReq (line 1342) | typedef struct { type xCirculateWindowReq (line 1351) | typedef struct { type xInternAtomReq (line 1358) | typedef struct { /* followed by padded string */ type xChangePropertyReq (line 1366) | typedef struct { type xDeletePropertyReq (line 1377) | typedef struct { type xGetPropertyReq (line 1385) | typedef struct { type xSetSelectionOwnerReq (line 1399) | typedef struct { type xConvertSelectionReq (line 1408) | typedef struct { type xSendEventReq (line 1417) | typedef struct { type xGrabPointerReq (line 1431) | typedef struct { type xGrabButtonReq (line 1443) | typedef struct { type xUngrabButtonReq (line 1457) | typedef struct { type xChangeActivePointerGrabReq (line 1466) | typedef struct { type xGrabKeyboardReq (line 1476) | typedef struct { type xGrabKeyReq (line 1486) | typedef struct { type xUngrabKeyReq (line 1497) | typedef struct { type xAllowEventsReq (line 1506) | typedef struct { type xGetMotionEventsReq (line 1513) | typedef struct { type xTranslateCoordsReq (line 1521) | typedef struct { type xWarpPointerReq (line 1529) | typedef struct { type xSetInputFocusReq (line 1539) | typedef struct { type xOpenFontReq (line 1547) | typedef struct { type xQueryTextExtentsReq (line 1556) | typedef struct { type xListFontsReq (line 1563) | typedef struct { type xListFontsReq (line 1571) | typedef xListFontsReq xListFontsWithInfoReq; type xSetFontPathReq (line 1573) | typedef struct { type xCreatePixmapReq (line 1581) | typedef struct { type xCreateGCReq (line 1590) | typedef struct { type xChangeGCReq (line 1599) | typedef struct { type xCopyGCReq (line 1607) | typedef struct { type xSetDashesReq (line 1615) | typedef struct { type xSetClipRectanglesReq (line 1624) | typedef struct { type xClearAreaReq (line 1632) | typedef struct { type xCopyAreaReq (line 1641) | typedef struct { type xCopyPlaneReq (line 1651) | typedef struct { type xPolyPointReq (line 1662) | typedef struct { type xPolyPointReq (line 1670) | typedef xPolyPointReq xPolyLineReq; type xPolySegmentReq (line 1674) | typedef struct { type xPolySegmentReq (line 1682) | typedef xPolySegmentReq xPolyArcReq; type xPolySegmentReq (line 1683) | typedef xPolySegmentReq xPolyRectangleReq; type xPolySegmentReq (line 1684) | typedef xPolySegmentReq xPolyFillRectangleReq; type xPolySegmentReq (line 1685) | typedef xPolySegmentReq xPolyFillArcReq; type xFillPolyReq (line 1687) | typedef struct _FillPolyReq { type xPutImageReq (line 1699) | typedef struct _PutImageReq { type xGetImageReq (line 1712) | typedef struct { type xPolyTextReq (line 1724) | typedef struct { type xPolyTextReq (line 1733) | typedef xPolyTextReq xPolyText8Req; type xPolyTextReq (line 1734) | typedef xPolyTextReq xPolyText16Req; type xImageTextReq (line 1736) | typedef struct { type xImageTextReq (line 1745) | typedef xImageTextReq xImageText8Req; type xImageTextReq (line 1746) | typedef xImageTextReq xImageText16Req; type xCreateColormapReq (line 1748) | typedef struct { type xCopyColormapAndFreeReq (line 1757) | typedef struct { type xAllocColorReq (line 1765) | typedef struct { type xAllocNamedColorReq (line 1774) | typedef struct { type xAllocColorCellsReq (line 1783) | typedef struct { type xAllocColorPlanesReq (line 1791) | typedef struct { type xFreeColorsReq (line 1799) | typedef struct { type xStoreColorsReq (line 1807) | typedef struct { type xStoreNamedColorReq (line 1814) | typedef struct { type xQueryColorsReq (line 1824) | typedef struct { type xLookupColorReq (line 1831) | typedef struct { /* followed by string of length len */ type xCreateCursorReq (line 1840) | typedef struct { type xCreateGlyphCursorReq (line 1851) | typedef struct { type xRecolorCursorReq (line 1862) | typedef struct { type xQueryBestSizeReq (line 1871) | typedef struct { type xQueryExtensionReq (line 1883) | typedef struct { type xSetModifierMappingReq (line 1891) | typedef struct { type xSetPointerMappingReq (line 1897) | typedef struct { type xGetKeyboardMappingReq (line 1903) | typedef struct { type xChangeKeyboardMappingReq (line 1912) | typedef struct { type xChangeKeyboardControlReq (line 1921) | typedef struct { type xBellReq (line 1928) | typedef struct { type xChangePointerControlReq (line 1934) | typedef struct { type xSetScreenSaverReq (line 1943) | typedef struct { type xChangeHostsReq (line 1952) | typedef struct { type xListHostsReq (line 1961) | typedef struct { type xChangeModeReq (line 1967) | typedef struct { type xChangeModeReq (line 1973) | typedef xChangeModeReq xSetAccessControlReq; type xChangeModeReq (line 1974) | typedef xChangeModeReq xSetCloseDownModeReq; type xChangeModeReq (line 1975) | typedef xChangeModeReq xForceScreenSaverReq; type xRotatePropertiesReq (line 1977) | typedef struct { /* followed by LIST of ATOM */ FILE: OSXvnc-server/include/X11/Xprotostr.h type xSegment (line 56) | typedef struct _xSegment { type xPoint (line 62) | typedef struct _xPoint { type xRectangle (line 66) | typedef struct _xRectangle { type xArc (line 73) | typedef struct _xArc { FILE: OSXvnc-server/include/Xserver/colormap.h type CARD32 (line 80) | typedef CARD32 Pixel; type _CMEntry (line 81) | struct _CMEntry type _colorResource (line 83) | struct _colorResource FILE: OSXvnc-server/include/Xserver/cursor.h type _Cursor (line 58) | struct _Cursor type _CursorMetric (line 59) | struct _CursorMetric FILE: OSXvnc-server/include/Xserver/dix.h type _TimeStamp (line 285) | struct _TimeStamp type _Client (line 288) | struct _Client type _WorkQueue (line 292) | struct _WorkQueue type HWEventQueueType (line 300) | typedef long HWEventQueueType; type HWEventQueueType (line 302) | typedef int HWEventQueueType; type HWEventQueueType (line 304) | typedef HWEventQueueType* HWEventQueuePtr; type TimeStamp (line 308) | typedef struct _TimeStamp { type timeval (line 516) | struct timeval type Bool (line 575) | typedef Bool (* ClientSleepProcPtr)( type _CallbackList (line 879) | struct _CallbackList type Bool (line 887) | typedef Bool (*AddCallbackProcPtr) ( type Bool (line 891) | typedef Bool (*DeleteCallbackProcPtr) ( type CallbackFuncsRec (line 903) | typedef struct _CallbackProcs { type ServerGrabState (line 946) | typedef enum {SERVER_GRABBED, SERVER_UNGRABBED, type ServerGrabInfoRec (line 949) | typedef struct { type EventInfoRec (line 960) | typedef struct { type DeviceEventInfoRec (line 972) | typedef struct { FILE: OSXvnc-server/include/Xserver/gc.h type _GCInterest (line 85) | struct _GCInterest type _GC (line 86) | struct _GC type _GCOps (line 87) | struct _GCOps type ChangeGCVal (line 107) | typedef union { FILE: OSXvnc-server/include/Xserver/input.h type Leds (line 81) | typedef unsigned long Leds; type _OtherClients (line 82) | struct _OtherClients type _InputClients (line 83) | struct _InputClients type _DeviceIntRec (line 84) | struct _DeviceIntRec type DeviceRec (line 101) | typedef struct _DeviceRec { type KeybdCtrl (line 109) | typedef struct { type KeySymsRec (line 117) | typedef struct { type PtrCtrl (line 124) | typedef struct { type IntegerCtrl (line 129) | typedef struct { type StringCtrl (line 135) | typedef struct { type BellCtrl (line 143) | typedef struct { type LedCtrl (line 148) | typedef struct { FILE: OSXvnc-server/include/Xserver/misc.h type Bool (line 96) | typedef int Bool; type PIXEL (line 97) | typedef unsigned long PIXEL; type ATOM (line 98) | typedef unsigned long ATOM; type _Font (line 106) | struct _Font type _Client (line 111) | struct _Client type _CallbackList (line 116) | struct _CallbackList type _xReq (line 120) | struct _xReq type _xPoint (line 235) | struct _xPoint type _Box (line 236) | struct _Box type _xEvent (line 237) | struct _xEvent type _xRectangle (line 238) | struct _xRectangle type _GrabRec (line 239) | struct _GrabRec type _CharInfo (line 247) | struct _CharInfo FILE: OSXvnc-server/include/Xserver/miscstruct.h type xPoint (line 56) | typedef xPoint DDXPointRec; type BoxRec (line 58) | typedef struct _Box { type DevUnion (line 62) | typedef union _DevUnion { FILE: OSXvnc-server/include/Xserver/os.h type pointer (line 73) | typedef pointer FID; type _FontPathRec (line 74) | struct _FontPathRec type _NewClientRec (line 75) | struct _NewClientRec type _OsTimerRec (line 237) | struct _OsTimerRec type CARD32 (line 239) | typedef CARD32 (*OsTimerCallback)( type SIGVAL (line 323) | typedef SIGVAL (*OsSigHandlerPtr)( type sockaddr (line 478) | struct sockaddr type SkippedRequestInfoRec (line 661) | typedef struct { type ReplyInfoRec (line 669) | typedef struct { FILE: OSXvnc-server/include/Xserver/pixmap.h type _Drawable (line 67) | struct _Drawable type _Pixmap (line 68) | struct _Pixmap type PixUnion (line 70) | typedef union _PixUnion { FILE: OSXvnc-server/include/Xserver/regionstr.h type RegDataRec (line 66) | typedef struct _RegData { type RegionRec (line 72) | typedef struct _Region { FILE: OSXvnc-server/include/Xserver/screenint.h type _PixmapFormat (line 55) | struct _PixmapFormat type _Visual (line 56) | struct _Visual type _Depth (line 57) | struct _Depth type _Screen (line 58) | struct _Screen type _ColormapRec (line 158) | struct _ColormapRec FILE: OSXvnc-server/include/Xserver/scrnintstr.h type PixmapFormatRec (line 64) | typedef struct _PixmapFormat { type VisualRec (line 70) | typedef struct _Visual { type DepthRec (line 82) | typedef struct _Depth { type Bool (line 95) | typedef Bool (* CloseScreenProcPtr)( type Bool (line 111) | typedef Bool (* SaveScreenProcPtr)( type Bool (line 159) | typedef Bool (* CreateWindowProcPtr)( type Bool (line 165) | typedef Bool (* DestroyWindowProcPtr)( type Bool (line 171) | typedef Bool (* PositionWindowProcPtr)( type Bool (line 179) | typedef Bool (* ChangeWindowAttributesProcPtr)( type Bool (line 186) | typedef Bool (* RealizeWindowProcPtr)( type Bool (line 192) | typedef Bool (* UnrealizeWindowProcPtr)( type PixmapPtr (line 265) | typedef PixmapPtr (* CreatePixmapProcPtr)( type Bool (line 274) | typedef Bool (* DestroyPixmapProcPtr)( type RegionPtr (line 289) | typedef RegionPtr (* RestoreAreasProcPtr)( type RegionPtr (line 310) | typedef RegionPtr (* TranslateBackingStoreProcPtr)( type RegionPtr (line 321) | typedef RegionPtr (* ClearBackingStoreProcPtr)( type Bool (line 340) | typedef Bool (* RealizeFontProcPtr)( type Bool (line 347) | typedef Bool (* UnrealizeFontProcPtr)( type Bool (line 370) | typedef Bool (* DisplayCursorProcPtr)( type Bool (line 377) | typedef Bool (* RealizeCursorProcPtr)( type Bool (line 384) | typedef Bool (* UnrealizeCursorProcPtr)( type Bool (line 399) | typedef Bool (* SetCursorPositionProcPtr)( type Bool (line 408) | typedef Bool (* CreateGCProcPtr)( type Bool (line 414) | typedef Bool (* CreateColormapProcPtr)( type RegionPtr (line 462) | typedef RegionPtr (* RegionCreateProcPtr)( type Bool (line 477) | typedef Bool (* RegionCopyProcPtr)( type Bool (line 496) | typedef Bool (* IntersectProcPtr)( type Bool (line 504) | typedef Bool (* UnionProcPtr)( type Bool (line 512) | typedef Bool (* SubtractProcPtr)( type Bool (line 520) | typedef Bool (* InverseProcPtr)( type Bool (line 550) | typedef Bool (* PointInRegionProcPtr)( type Bool (line 559) | typedef Bool (* RegionNotEmptyProcPtr)( type BoxPtr (line 571) | typedef BoxPtr (* RegionExtentsProcPtr)( type Bool (line 577) | typedef Bool (* RegionAppendProcPtr)( type Bool (line 584) | typedef Bool (* RegionValidateProcPtr)( type RegionPtr (line 591) | typedef RegionPtr (* BitmapToRegionProcPtr)( type RegionPtr (line 597) | typedef RegionPtr (* RectsToRegionProcPtr)( type timeval (line 619) | struct timeval type Bool (line 633) | typedef Bool (* CreateScreenResourcesProcPtr)( type Bool (line 639) | typedef Bool (* ModifyPixmapHeaderProcPtr)( type Bool (line 657) | typedef Bool (* MarkOverlappedWindowsProcPtr)( type Bool (line 665) | typedef Bool (* ChangeSaveUnderProcPtr)( type X11WindowPtr (line 700) | typedef X11WindowPtr (* GetLayerWindowProcPtr)( type ScreenRec (line 742) | typedef struct _Screen { type ScreenInfo (line 910) | typedef struct _ScreenInfo { FILE: OSXvnc-server/include/Xserver/validate.h type VTKind (line 35) | typedef enum { VTOther, VTStack, VTMove, VTUnmap, VTMap } VTKind; FILE: OSXvnc-server/include/Xserver/window.h type _BackingStore (line 71) | struct _BackingStore type _Window (line 72) | struct _Window FILE: OSXvnc-server/kbdptr.c function KbdAddEvent (line 42) | void KbdAddEvent(Bool down, KeySym keySym, rfbClientPtr cl) { function keyboardReleaseKeysForClient (line 46) | void keyboardReleaseKeysForClient(rfbClientPtr cl) { function PtrAddEvent (line 50) | void PtrAddEvent(int buttonMask, int x, int y, rfbClientPtr cl) { FILE: OSXvnc-server/main.c function rfbLog (line 120) | void rfbLog(char *format, ...) { function rfbDebugLog (line 137) | void rfbDebugLog(char *format, ...) { function rfbLogPerror (line 153) | void rfbLogPerror(char *str) { function loadDynamicBundles (line 158) | void loadDynamicBundles(BOOL startup) { function refreshCallback (line 174) | void refreshCallback(CGRectCount count, const CGRect *rectArray, void *i... function bitsPerPixelForDisplay (line 207) | static int bitsPerPixelForDisplay(CGDirectDisplayID dispID) { function CGFloat (line 230) | static CGFloat scalingFactor(void) function rfbCheckForScreenResolutionChange (line 240) | static void rfbCheckForScreenResolutionChange(void) { function rfbStartClientWithFD (line 468) | void rfbStartClientWithFD(int client_fd) { type sockaddr_in (line 493) | struct sockaddr_in type sockaddr (line 520) | struct sockaddr type sockaddr (line 531) | struct sockaddr function connectReverseClient (line 559) | void connectReverseClient(char *hostName, int portNum) { function rfbGetFramebufferUpdateInRect (line 642) | void rfbGetFramebufferUpdateInRect(int x, int y, int w, int h) { function rfbScreenInit (line 688) | static bool rfbScreenInit(void) { function usage (line 796) | static void usage(void) { function checkForUsage (line 881) | static void checkForUsage(int argc, char *argv[]) { function processArguments (line 898) | static void processArguments(int argc, char *argv[]) { function rfbShutdown (line 1045) | void rfbShutdown(void) { function executeEventLoop (line 1071) | static void executeEventLoop (int signal) { function rfbShutdownOnSignal (line 1075) | static void rfbShutdownOnSignal(int signal) { function daemonize (line 1085) | void daemonize( void ) { function scanForOpenPort (line 1117) | static int scanForOpenPort(void) { function BOOL (line 1165) | BOOL runningLittleEndian ( void ) { function main (line 1176) | int main(int argc, char *argv[]) { FILE: OSXvnc-server/miregion.c function miPrintRegion (line 194) | int function Bool (line 216) | Bool function Bool (line 241) | Bool function RegionPtr (line 296) | RegionPtr function miRegionInit (line 328) | void function miRegionDestroy (line 349) | void function miRegionUninit (line 357) | void miRegionUninit(RegionPtr pReg) function Bool (line 363) | Bool miRectAlloc(RegionPtr pRgn, int n) function Bool (line 394) | Bool function INLINE (line 445) | INLINE static int function INLINE (line 530) | INLINE static Bool function Bool (line 600) | static Bool miRegionOp(RegionPtr newReg, /* Place to store res... function miSetExtents (line 828) | void miSetExtents(RegionPtr pReg) function Bool (line 885) | static Bool miIntersectO(RegionPtr pReg, BoxPtr r1, BoxPtr r1End, BoxPtr... function Bool (line 924) | Bool function Bool (line 1014) | static Bool function Bool (line 1067) | Bool function Bool (line 1163) | Bool function QuickSortRects (line 1253) | static void function Bool (line 1342) | Bool function RegionPtr (line 1520) | RegionPtr function Bool (line 1613) | static Bool function Bool (line 1730) | Bool function Bool (line 1790) | Bool function miRectIn (line 1849) | int function miTranslateRegion (line 1942) | void function miRegionReset (line 2024) | void function Bool (line 2035) | Bool function Bool (line 2067) | Bool function miRegionEmpty (line 2075) | void function BoxPtr (line 2085) | BoxPtr function QuickSortSpans (line 2106) | static void QuickSortSpans(DDXPointRec spans[], int widths[], int numSpans) function miClipSpans (line 2207) | int miClipSpans(RegionPtr prgnDst, DDXPointPtr ppt, function miFindMaxBand (line 2318) | int miFindMaxBand(RegionPtr prgn) FILE: OSXvnc-server/mousecursor.c function CGSConnectionRef (line 45) | inline CGSConnectionRef getConnection(void) { function CGPoint (line 59) | static CGPoint currentCursorLoc(void) { function loadCurrentCursorData (line 71) | static void loadCurrentCursorData(void) { function GetCursorInfo (line 170) | void GetCursorInfo(void) { function rfbCheckForCursorChange (line 229) | void rfbCheckForCursorChange(void) { function Bool (line 264) | Bool rfbShouldSendNewCursor(rfbClientPtr cl) { function Bool (line 271) | Bool rfbShouldSendNewPosition(rfbClientPtr cl) { function Bool (line 279) | Bool rfbSendCursorPos(rfbClientPtr cl) { function Bool (line 315) | Bool rfbSendRichCursorUpdate(rfbClientPtr cl) { FILE: OSXvnc-server/rdr/Exception.h function namespace (line 25) | namespace rdr { function virtual (line 38) | virtual const char* str() const { return str_; } function Exception (line 41) | struct SystemException : public Exception { function Exception (line 57) | struct TimedOut : public Exception { function Exception (line 61) | struct EndOfStream : public Exception { function Exception (line 65) | struct FrameException : public Exception { FILE: OSXvnc-server/rdr/FdInStream.cxx type timeval (line 129) | struct timeval function gettimeofday (line 144) | static void gettimeofday(struct timeval* tv, void*) type timeval (line 170) | struct timeval type timeval (line 194) | struct timeval FILE: OSXvnc-server/rdr/FdInStream.h function namespace (line 28) | namespace rdr { FILE: OSXvnc-server/rdr/FdOutStream.h function namespace (line 28) | namespace rdr { FILE: OSXvnc-server/rdr/FixedMemOutStream.h function namespace (line 29) | namespace rdr { FILE: OSXvnc-server/rdr/InStream.h function namespace (line 30) | namespace rdr { FILE: OSXvnc-server/rdr/MemInStream.h function namespace (line 25) | namespace rdr { FILE: OSXvnc-server/rdr/MemOutStream.h function namespace (line 28) | namespace rdr { FILE: OSXvnc-server/rdr/NullOutStream.h function namespace (line 24) | namespace rdr { FILE: OSXvnc-server/rdr/OutStream.h function namespace (line 30) | namespace rdr { FILE: OSXvnc-server/rdr/ZlibInStream.h type z_stream_s (line 29) | struct z_stream_s function namespace (line 31) | namespace rdr { FILE: OSXvnc-server/rdr/ZlibOutStream.h type z_stream_s (line 29) | struct z_stream_s function namespace (line 31) | namespace rdr { FILE: OSXvnc-server/rdr/types.h function namespace (line 22) | namespace rdr { FILE: OSXvnc-server/rfb.h type rfbScreenInfo (line 57) | typedef struct type rfbClientRec (line 72) | struct rfbClientRec type client_state (line 87) | enum client_state { type rfbClientRec (line 95) | typedef struct rfbClientRec { type rfbClientIterator (line 452) | struct rfbClientIterator FILE: OSXvnc-server/rfbproto.h type rfbRectangle (line 57) | typedef struct { type rfbPixelFormat (line 71) | typedef struct { type rfbClientInitMsg (line 220) | typedef struct { type rfbServerInitMsg (line 235) | typedef struct { type rfbFramebufferUpdateMsg (line 391) | typedef struct { type rfbFramebufferUpdateRectHeader (line 408) | typedef struct { type rfbCopyRect (line 427) | typedef struct { type rfbRREHeader (line 442) | typedef struct { type rfbCoRRERectangle (line 457) | typedef struct { type rfbZlibHeader (line 528) | typedef struct { type rfbZRLEHeader (line 539) | typedef struct { type rfbSetColourMapEntriesMsg (line 572) | typedef struct { type rfbBellMsg (line 591) | typedef struct { type rfbServerCutTextMsg (line 603) | typedef struct { type rfbReSizeFrameBufferMsg (line 619) | typedef struct { type rfbServerToClientMsg (line 637) | typedef union { type rfbSetPixelFormatMsg (line 660) | typedef struct { type rfbFixColourMapEntriesMsg (line 677) | typedef struct { type rfbSetEncodingsMsg (line 697) | typedef struct { type rfbSetScaleFactorMsg (line 711) | typedef struct { type rfbFramebufferUpdateRequestMsg (line 725) | typedef struct { type rfbKeyEventMsg (line 768) | typedef struct { type rfbPointerEventMsg (line 782) | typedef struct { type rfbClientCutTextMsg (line 806) | typedef struct { type rfbClientToServerMsg (line 822) | typedef union { FILE: OSXvnc-server/rfbserver.c type rfbClientIterator (line 51) | struct rfbClientIterator { type rfbClientIterator (line 56) | struct rfbClientIterator function rfbClientListInit (line 62) | void function rfbClientIteratorPtr (line 69) | rfbClientIteratorPtr function rfbClientPtr (line 78) | rfbClientPtr function rfbReleaseClientIterator (line 87) | void function Bool (line 93) | Bool rfbClientsConnected(void) function rfbSendClientList (line 98) | static void rfbSendClientList(void) { FILE: OSXvnc-server/rfbserver.h type rfbserver (line 4) | typedef struct rfbserver { FILE: OSXvnc-server/rre.c function Bool (line 57) | Bool function CARD32 (line 272) | static CARD32 FILE: OSXvnc-server/screencapture.c function screen_data_t (line 32) | screen_data_t *screen_InitCapture() function screen_CloseCapture (line 165) | void screen_CloseCapture(screen_data_t * p_data) FILE: OSXvnc-server/screencapture.h type screen_data_t (line 13) | typedef struct screen_data_t FILE: OSXvnc-server/sockets.c function rfbCloseClient (line 61) | void function ReadExact (line 75) | int function WriteExact (line 126) | int FILE: OSXvnc-server/stats.c function rfbResetStats (line 37) | void rfbResetStats(rfbClientPtr cl) { function rfbPrintStats (line 51) | void FILE: OSXvnc-server/storepasswd.c function usage (line 26) | void usage(void) function main (line 35) | int main(int argc, char *argv[]) FILE: OSXvnc-server/tableinitcmtemplate.c function rfbInitColourMapSingleTableOUT (line 45) | static void FILE: OSXvnc-server/tableinittctemplate.c function rfbInitTrueColourSingleTableOUT (line 59) | static void function rfbInitTrueColourRGBTablesOUT (line 98) | static void function rfbInitOneRGBTableOUT (line 121) | static void FILE: OSXvnc-server/tabletranstemplate.c function rfbTranslateWithSingleTableINtoOUT (line 54) | static void function rfbTranslateWithRGBTablesINtoOUT (line 85) | static void FILE: OSXvnc-server/tight.c type TIGHT_CONF (line 49) | typedef struct TIGHT_CONF_s { function rfbNumCodedRectsTight (line 173) | int function Bool (line 197) | Bool function FindBestSolidArea (line 333) | static void function ExtendSolidArea (line 371) | static void function Bool (line 406) | static Bool function Bool (line 451) | static Bool function Bool (line 504) | static Bool function Bool (line 578) | static Bool function Bool (line 607) | static Bool function Bool (line 632) | static Bool function Bool (line 695) | static Bool function Bool (line 755) | static Bool function Bool (line 780) | static Bool function Bool (line 817) | static Bool function Bool (line 870) | static Bool SendCompressedData(rfbClientPtr cl, int compressedLen) function FillPalette8 (line 908) | static void function PaletteReset (line 1030) | static void function PaletteInsert (line 1039) | static int function Pack24 (line 1110) | static void Pack24(char *buf, rfbPixelFormat *fmt, int count) function FilterGradient24 (line 1249) | static void function DetectSmoothImage (line 1386) | static int function DetectSmoothImage24 (line 1428) | static unsigned long function Bool (line 1580) | static Bool function PrepareRowForJpeg (line 1642) | static void function PrepareRowForJpeg24 (line 1659) | static void function JpegInitDestination (line 1725) | static void function boolean (line 1736) | static boolean function JpegTermDestination (line 1749) | static void function JpegSetDstManager (line 1759) | static void FILE: OSXvnc-server/tight.h type COLOR_LIST (line 32) | typedef struct COLOR_LIST_s { type PALETTE_ENTRY (line 38) | typedef struct PALETTE_ENTRY_s { type PALETTE (line 43) | typedef struct PALETTE_s { FILE: OSXvnc-server/translate.c function rfbTranslateNone (line 137) | void function Bool (line 156) | Bool rfbSetTranslateFunction(rfbClientPtr cl) { function Bool (line 166) | Bool rfbSetTranslateFunctionUsingFormat(rfbClientPtr cl, rfbPixelFormat ... function Bool (line 271) | static Bool rfbSetClientColourMapBGR233(rfbClientPtr cl) function PrintPixelFormat (line 316) | void PrintPixelFormat(rfbPixelFormat *pf) { FILE: OSXvnc-server/vncauth.c function vncEncryptAndStorePasswd (line 66) | int function vncRandomBytes (line 146) | void function vncEncryptBytes (line 163) | void FILE: OSXvnc-server/xalloc.c function Xfree (line 173) | void function FatalError (line 180) | void FILE: OSXvnc-server/zlib.c function Bool (line 41) | Bool rfbSendOneRectEncodingZlib(rfbClientPtr cl, int x, int y, int w, in... function Bool (line 213) | Bool FILE: OSXvnc-server/zlibhex.c function Bool (line 45) | Bool function zlibCompress (line 80) | int FILE: OSXvnc-server/zrle.cc function Bool (line 80) | Bool rfbSendRectEncodingZRLE(rfbClientPtr cl, int x, int y, int w, int h) function FreeZrleData (line 180) | void FreeZrleData(rfbClientPtr cl) FILE: OSXvnc-server/zrleEncode.h function class (line 70) | class PaletteHelper { function hash (line 80) | inline int hash(rdr::U32 pix) function insert (line 85) | inline void insert(rdr::U32 pix) function lookup (line 100) | inline int lookup(rdr::U32 pix) function ZRLE_ENCODE (line 119) | void ZRLE_ENCODE (int x, int y, int w, int h, rdr::OutStream* os, function ZRLE_ENCODE_TILE (line 142) | void ZRLE_ENCODE_TILE (PIXEL_T* data, int w, int h, rdr::OutStream* os) FILE: VNCController.h function interface (line 13) | interface VNCController : NSObject {