#include "hi_include.h"
Go to the source code of this file.
Functions | |
static INLINE int | hi_util_in_bounds (u_char *start, u_char *end, u_char *p) |
NOTES:
Definition in file hi_util.h.
|
This function checks for in bounds condition on buffers. This is very important for much of what we do here, since inspecting data buffers is mainly what we do. So we always make sure that we are within the buffer. This checks a half-open interval with the end pointer being one char after the end of the buffer.
Definition at line 42 of file hi_util.h. Referenced by CheckChunkEncoding(), find_rfc_delimiter(), GetChar(), GetPtr(), hi_norm_uri(), InspectUriChar(), NextNonWhiteSpace(), SetProxy(), SetSlashNorm(), and StatelessInspection(). |