|
Squid Web Cache master
|
#include <ntlmauth.h>
Public Attributes | |
| int32_t | l |
| char * | str |
We use this to keep data/length couples.
Definition at line 55 of file ntlmauth.h.
| int32_t _lstring::l |
length, -1 if empty
Definition at line 56 of file ntlmauth.h.
Referenced by ntlm_fetch_string(), and ntlm_unpack_auth().
| char* _lstring::str |
the string. NULL if not initialized
Definition at line 57 of file ntlmauth.h.
Referenced by ntlm_fetch_string(), and ntlm_unpack_auth().