#include <countm_mod.h>
Data Fields | |
const char * | ce_link |
dbcounter_data_t | ce_cmd_data |
int | ce_ignore |
int | ce_insert |
char | ce_insert_buffer [INSERT_BUFFER_SIZE] |
enum resettype | ce_reset |
const char * | ce_hostname |
const char * | ce_ipaddr |
int | ce_hostname_is_ipaddr |
char * | ce_string |
int | ce_string_is_number |
int | ce_link_in_dbcounter |
int | ce_link_in_dbaccess |
int | ce_dbcounter_insert |
dbcounter_data_t | ce_dbcounter_data |
p_countm_dir_config_t | ce_cdc |
p_countm_config_t | ce_cc |
request_rec * | ce_r |
const char * | ce_qs |
|
The per server configuration information for the server handling this request. |
|
The per-directory information for this request. |
|
Link info from query command line. Later, after merging, the data used to display the image. |
|
link info from DB_COUNT |
|
Normally 1. For reset=delete, do not attempt to insert ce_dbcounter_data into DB_COUNTER. |
|
remote hostname |
|
non zero if ce_ipaddr is an address |
|
0=ignore not given, or not matched. 1=ignore matched |
|
1= was given, and insert_buffer not empty, 0 = not given |
|
the insert= command buffer |
|
remote ipaddr |
|
the link name, only specified once, NULL=not specified |
|
Is link in DB_ACCESS? 0=no, 1=yes |
|
Is link in DB_COUNT? 0=no, 1=yes |
|
The URI QUERY_STRING for this request. |
|
The request record for this request. |
|
see enum resettype |
|
the string to display |
|
0=>ce_string is a string, 1 = ce_string is a number value |