|
Squid Web Cache master
|
#include <digest_common.h>
Public Attributes | |
| int | channelId |
| char * | user |
| char * | realm |
| char * | password |
| HASHHEX | HHA1 |
| int | parsed |
| int | error |
Definition at line 39 of file digest_common.h.
| int _request_data::channelId |
Definition at line 40 of file digest_common.h.
Referenced by DoOneRequest(), DoOneRequest(), OutputHHA1(), OutputHHA1(), ParseBuffer(), and ParseBuffer().
| int _request_data::error |
Definition at line 46 of file digest_common.h.
Referenced by LDAPHHA1(), OutputHHA1(), OutputHHA1(), and TextHHA1().
| HASHHEX _request_data::HHA1 |
Definition at line 44 of file digest_common.h.
Referenced by LDAPHHA1(), OutputHHA1(), OutputHHA1(), and TextHHA1().
| int _request_data::parsed |
Definition at line 45 of file digest_common.h.
Referenced by DoOneRequest(), DoOneRequest(), ParseBuffer(), and ParseBuffer().
| char * _request_data::password |
Definition at line 43 of file digest_common.h.
| char * _request_data::realm |
Definition at line 42 of file digest_common.h.
Referenced by GetPassword(), LDAPHHA1(), ParseBuffer(), ParseBuffer(), and TextHHA1().
| char * _request_data::user |
Definition at line 41 of file digest_common.h.
Referenced by GetPassword(), LDAPHHA1(), ParseBuffer(), ParseBuffer(), and TextHHA1().