|
Squid Web Cache master
|
#include <ntlmauth.h>
Public Attributes | |
| int16_t | len |
| int16_t | maxlen |
| int32_t | offset |
String header. String data resides at the end of the request
Definition at line 48 of file ntlmauth.h.
| int16_t _strhdr::len |
Length in bytes
Definition at line 49 of file ntlmauth.h.
Referenced by ntlm_add_to_payload(), ntlm_fetch_string(), and ntlm_unpack_auth().
| int16_t _strhdr::maxlen |
Allocated space in bytes
Definition at line 50 of file ntlmauth.h.
Referenced by main(), and ntlm_add_to_payload().
| int32_t _strhdr::offset |
Offset from start of request
Definition at line 51 of file ntlmauth.h.
Referenced by ntlm_add_to_payload(), ntlm_fetch_string(), and ntlm_unpack_auth().