server_ppc_cmd.h File Reference

Go to the source code of this file.

Functions

int server_ppc_cmd_nop (server_t *s)
int server_ppc_cb_nop (ppc_t *ppc, int fd, unsigned char cmd, char *data, size_t size, void *vso)
int syslog_to_klog (int level)
int server_ppc_cmd_log_add (server_t *s, int level, const char *str)
int server_ppc_cb_log_add (ppc_t *ppc, int fd, unsigned char cmd, char *data, size_t size, void *vso)
int server_ppc_cmd_fork_child (server_t *s, backend_t *be)
int server_ppc_cb_fork_child (ppc_t *ppc, int fd, unsigned char cmd, char *data, size_t size, void *vso)
int server_ppc_cmd_log_get (server_t *s, size_t i, char *line)
int server_ppc_cb_log_get (ppc_t *ppc, int fd, unsigned char cmd, char *data, size_t size, void *vso)
int server_ppc_cmd_access_log (server_t *s, int bid, int vhostid, const char *str)
int server_ppc_cb_access_log (ppc_t *ppc, int fd, unsigned char cmd, char *data, size_t size, void *vso)

Function Documentation

int server_ppc_cb_access_log ( ppc_t ppc,
int  fd,
unsigned char  cmd,
char *  data,
size_t  size,
void *  vso 
)

Definition at line 58 of file ppc_access_log.c.

int server_ppc_cb_fork_child ( ppc_t ppc,
int  fd,
unsigned char  cmd,
char *  data,
size_t  size,
void *  vso 
)

Definition at line 53 of file ppc_fork_child.c.

int server_ppc_cb_log_add ( ppc_t ppc,
int  fd,
unsigned char  cmd,
char *  data,
size_t  size,
void *  vso 
)

Definition at line 76 of file ppc_log_add.c.

int server_ppc_cb_log_get ( ppc_t ppc,
int  fd,
unsigned char  cmd,
char *  data,
size_t  size,
void *  vso 
)

Definition at line 68 of file ppc_log_get.c.

int server_ppc_cb_nop ( ppc_t ppc,
int  fd,
unsigned char  cmd,
char *  data,
size_t  size,
void *  vso 
)

Definition at line 49 of file ppc_nop.c.

int server_ppc_cmd_access_log ( server_t s,
int  bid,
int  vhostid,
const char *  str 
)

Definition at line 33 of file ppc_access_log.c.

int server_ppc_cmd_fork_child ( server_t s,
backend_t be 
)

Definition at line 31 of file ppc_fork_child.c.

int server_ppc_cmd_log_add ( server_t s,
int  level,
const char *  str 
)

Definition at line 52 of file ppc_log_add.c.

int server_ppc_cmd_log_get ( server_t s,
size_t  i,
char *  line 
)

Definition at line 32 of file ppc_log_get.c.

int server_ppc_cmd_nop ( server_t s  ) 

Definition at line 30 of file ppc_nop.c.

int syslog_to_klog ( int  level  ) 

Definition at line 31 of file ppc_log_add.c.