Public Attributes | |
time_t | retry_time |
int | retry_backoff |
ac_file_t * | files |
int | num_files |
ac_cvar_t * | cvars |
int | num_cvars |
string_entry_t * | tokens |
char | hashlist_name [MAX_QPATH] |
ac_cvar_t* ac_static_t::cvars |
Definition at line 103 of file ac.c.
Referenced by AC_FreeChecks(), AC_ParseCvar(), and AC_SendChecks().
ac_file_t* ac_static_t::files |
Definition at line 100 of file ac.c.
Referenced by AC_FreeChecks(), AC_ParseFileViolation(), AC_ParseHash(), and AC_SendChecks().
char ac_static_t::hashlist_name[MAX_QPATH] |
Definition at line 108 of file ac.c.
Referenced by AC_FreeChecks(), AC_List_f(), AC_LoadChecks(), and AC_ParseHash().
int ac_static_t::num_cvars |
Definition at line 104 of file ac.c.
Referenced by AC_FreeChecks(), AC_LoadChecks(), AC_ParseCvar(), and AC_SendChecks().
int ac_static_t::num_files |
Definition at line 101 of file ac.c.
Referenced by AC_FreeChecks(), AC_LoadChecks(), AC_ParseHash(), and AC_SendChecks().
int ac_static_t::retry_backoff |
Definition at line 98 of file ac.c.
Referenced by AC_Connect(), AC_Drop(), AC_ParseReady(), AC_Reconnect(), and AC_Retry().
time_t ac_static_t::retry_time |
Definition at line 97 of file ac.c.
Referenced by AC_Reconnect(), AC_Retry(), and AC_Run().
string_entry_t* ac_static_t::tokens |
Definition at line 106 of file ac.c.
Referenced by AC_ClientToken(), AC_FreeChecks(), and AC_ParseToken().