Home
last modified time | relevance | path

Searched refs:FILTER_LOG_CONTENT (Results 1 – 5 of 5) sorted by relevance

/dports/security/sslproxy/SSLproxy-0.9.2/src/
H A Dfilter.h45 #define FILTER_LOG_CONTENT 0x00020000U macro
H A Dopts.h62 #define FILTER_LOG_CONTENT 0x00020000U macro
H A Dpxyconn.c1750 if (action & FILTER_LOG_CONTENT) in pxy_conn_apply_filter()
2179 action |= (a->log_content % 2) ? FILTER_LOG_NOCONTENT : FILTER_LOG_CONTENT; in pxy_conn_translate_filter_action()
H A Dprotohttp.c551 if (action & (FILTER_LOG_CONTENT | FILTER_LOG_PCAP in protohttp_apply_filter()
H A Dprotossl.c820 if (action & FILTER_LOG_CONTENT) in protossl_apply_filter()