GNU libmicrohttpd 1.0.1
|
#include </builddir/build/BUILD/libmicrohttpd-1.0.1-build/libmicrohttpd-1.0.1/src/microhttpd/md5_ext.h>
Data Fields | |
struct hash_hd_st * | handle |
int | ext_error |
int Md5CtxExt::ext_error |
Non-zero if external error occurs during init or hashing
Definition at line 53 of file md5_ext.h.
Referenced by MHD_MD5_finish_reset(), MHD_MD5_init_one_time(), and MHD_MD5_update().
struct hash_hd_st* Md5CtxExt::handle |
Hash calculation handle
Definition at line 52 of file md5_ext.h.
Referenced by MHD_MD5_deinit(), MHD_MD5_finish_reset(), MHD_MD5_init_one_time(), and MHD_MD5_update().