Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120837130
crc32.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
388 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
(
const
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, 1:40 PM (3 d, 1 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
91/9f/3128ecd14de8bd5621f86503ea67
Default Alt Text
crc32.h (388 B)
Attached To
Mode
R111 cyrus-imapd
Attached
Detach File
Event Timeline