#include <HttpConfig.h>
Public Types | |
enum | StrType { STRTYPE_UNKNOWN = 0, STRTYPE_SUBSTR_CASE, STRTYPE_SUBSTR_NCASE, STRTYPE_REGEXP } |
Public Member Functions | |
HttpUserAgent_RegxEntry () | |
~HttpUserAgent_RegxEntry () | |
bool | create (char *refexp_str=NULL, char *errmsgbuf=NULL, int errmsgbuf_size=0) |
Data Fields | |
HttpUserAgent_RegxEntry * | next |
int | user_agent_str_size |
char * | user_agent_str |
bool | regx_valid |
StrType | stype |
pcre * | regx |
Definition at line 814 of file HttpConfig.h.
Definition at line 817 of file HttpConfig.h.
HttpUserAgent_RegxEntry::HttpUserAgent_RegxEntry | ( | ) |
HttpUserAgent_RegxEntry::~HttpUserAgent_RegxEntry | ( | ) |
bool HttpUserAgent_RegxEntry::create | ( | char * | refexp_str = NULL , |
|
char * | errmsgbuf = NULL , |
|||
int | errmsgbuf_size = 0 | |||
) |
Definition at line 825 of file HttpConfig.h.
Referenced by HttpTransact::perform_accept_encoding_filtering().
Definition at line 830 of file HttpConfig.h.
Referenced by HttpTransact::perform_accept_encoding_filtering().
Definition at line 828 of file HttpConfig.h.
Referenced by HttpTransact::perform_accept_encoding_filtering().
Definition at line 829 of file HttpConfig.h.
Referenced by HttpTransact::perform_accept_encoding_filtering().
Definition at line 827 of file HttpConfig.h.
Referenced by HttpTransact::perform_accept_encoding_filtering().
Definition at line 826 of file HttpConfig.h.
Referenced by HttpTransact::perform_accept_encoding_filtering().