Home
last modified time | relevance | path

Searched refs:SkipBlankAndNewLine (Results 1 – 3 of 3) sorted by relevance

/dports/security/snort/snort-2.9.18/src/preprocessors/HttpInspect/include/
H A Dhi_util.h111 static inline void SkipBlankAndNewLine(const u_char *start, const u_char *end, in SkipBlankAndNewLine() function
/dports/security/snort/snort-2.9.18/src/preprocessors/HttpInspect/client/
H A Dhi_client.c307 SkipBlankAndNewLine(start,end, &ptr); in CheckChunkEncoding()
2399 SkipBlankAndNewLine(start,end,&p); in extract_http_content_length()
2500 SkipBlankAndNewLine(start,end,&p); in extract_http_content_length()
/dports/security/snort/snort-2.9.18/src/preprocessors/HttpInspect/server/
H A Dhi_server.c658 SkipBlankAndNewLine(start,end,&p); in extract_http_content_encoding()