Mixes for Privacy and Anonymity in the Internet
Classes | Defines | Typedefs | Functions
CAFirstMix.cpp File Reference

Classes

struct  T_UserLoginData

Defines

#define COUNTRY_STATS_DB   "CountryStats"
#define NR_OF_COUNTRIES   254

Typedefs

typedef struct T_UserLoginData t_UserLoginData

Functions

THREAD_RETURN fm_loopSendToMix (void *param)
 How to end this thread: 0.
THREAD_RETURN fm_loopReadFromMix (void *pParam)
SINT32 isAllowedToPassRestrictions (CASocket *pNewMuxSocket)
THREAD_RETURN fm_loopAcceptUsers (void *param)
THREAD_RETURN fm_loopLog (void *param)
THREAD_RETURN fm_loopDoUserLogin (void *param)
void mysqlEscapeTableName (UINT8 *str)
 Escape a string so tha it could be used as table anme.
THREAD_RETURN iplist_loopDoLogCountries (void *param)

Define Documentation

#define COUNTRY_STATS_DB   "CountryStats"
#define NR_OF_COUNTRIES   254

Typedef Documentation


Function Documentation

THREAD_RETURN fm_loopAcceptUsers ( void *  param)
THREAD_RETURN fm_loopDoUserLogin ( void *  param)
THREAD_RETURN fm_loopLog ( void *  param)
THREAD_RETURN fm_loopReadFromMix ( void *  pParam)
THREAD_RETURN fm_loopSendToMix ( void *  param)
void mysqlEscapeTableName ( UINT8 str)

Escape a string so tha it could be used as table anme.

This is: exchange the chars '.' ; '/' ; '\' ; ':' with '_'

Referenced by CAFirstMix::initCountryStats(), and iplist_loopDoLogCountries().