Home
last modified time | relevance | path

Searched refs:SetDoePtr (Results 1 – 8 of 8) sorted by relevance

/dports/security/snort/snort-2.9.18/src/detection-plugins/
H A Dsp_pkt_data.c165 SetDoePtr(NULL, DOE_BUF_STD); in PktDataEval()
H A Dsp_base64_data.c177 SetDoePtr(base64_decode_buf, DOE_BUF_STD); in Base64DataEval()
H A Dsp_file_data.c250 SetDoePtr(data, DOE_BUF_STD); in FileDataEval()
H A Dsp_byte_jump.c824 SetDoePtr((base_ptr + jump_value), DOE_BUF_STD); in ByteJump()
834 SetDoePtr((base_ptr + jump_value), DOE_BUF_STD); in ByteJump()
H A Ddetection_options.c1235 SetDoePtr(tmp_doe_ptr, tmp_doe_flags); in detection_option_node_evaluate()
1330 SetDoePtr(tmp_doe_ptr, tmp_doe_flags); in detection_option_node_evaluate()
H A Dsp_pattern_match.c2783 SetDoePtr(hb->buf, DOE_BUF_URI); in CheckUriPatternMatch()
/dports/security/snort/snort-2.9.18/src/
H A Ddetection_util.h225 static inline void SetDoePtr(const uint8_t *ptr, uint8_t type) in SetDoePtr() function
/dports/security/snort/snort-2.9.18/src/dynamic-plugins/
H A Dsp_preprocopt.c290 SetDoePtr(cursor, DOE_BUF_STD); in PreprocessorOptionFunc()