MySQL 5.6.14 Source Code Document
|
#include <memcached.h>
Public Attributes | |
uint | flags |
uint | maxdepth |
uint | delay |
uint | sub_level |
FILE * | out_file |
FILE * | prof_file |
char | name [FN_REFLEN] |
struct link * | functions |
struct link * | p_functions |
struct link * | keywords |
struct link * | processes |
struct settings * | next |
size_t | maxbytes |
int | maxconns |
int | port |
int | udpport |
char * | inter |
int | verbose |
rel_time_t | oldest_live |
int | evict_to_free |
char * | socketpath |
int | access |
double | factor |
int | chunk_size |
int | num_threads |
int | num_threads_per_udp |
char | prefix_delimiter |
int | detail_enabled |
bool | allow_detailed |
int | reqs_per_event |
int | reqs_per_tap_event |
bool | use_cas |
enum protocol | binding_protocol |
int | backlog |
size_t | item_size_max |
bool | sasl |
bool | require_sasl |
int | topkeys |
union { | |
ENGINE_HANDLE * v0 | |
ENGINE_HANDLE_V1 * v1 | |
} | engine |
struct { | |
EXTENSION_DAEMON_DESCRIPTOR * daemons | |
EXTENSION_LOGGER_DESCRIPTOR * logger | |
EXTENSION_ASCII_PROTOCOL_DESCRIPTOR * ascii | |
} | extensions |
int | m_longl |
short | m_port |
Globally accessible settings as derived from the commandline.