Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120824272
crc32.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
382 B
Referenced Files
None
Subscribers
None
crc32.h
View Options
/* crc32.h
*/
#ifndef CRC32_H
#define CRC32_H
#include
"util.h"
#include
<sys/uio.h>
#ifdef HAVE_INTTYPES_H
# include <inttypes.h>
#elif defined(HAVE_STDINT_H)
# include <stdint.h>
#endif
uint32_t
crc32_map
(
const
char
*
base
,
unsigned
len
);
uint32_t
crc32_buf
(
struct
buf
*
buf
);
uint32_t
crc32_cstring
(
const
char
*
buf
);
uint32_t
crc32_iovec
(
struct
iovec
*
iov
,
int
iovcnt
);
#endif
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Fri, Apr 24, 10:20 AM (5 h, 16 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18842852
Default Alt Text
crc32.h (382 B)
Attached To
Mode
R111 cyrus-imapd
Attached
Detach File
Event Timeline