Home --> Documentations --> PJLIB-UTIL Reference
Go to the documentation of this file.
19#ifndef __PJLIB_UTIL_CRC32_H__
20#define __PJLIB_UTIL_CRC32_H__
pj_uint32_t pj_crc32_update(pj_crc32_context *ctx, const pj_uint8_t *data, pj_size_t nbytes)
pj_uint32_t pj_crc32_calc(const pj_uint8_t *data, pj_size_t nbytes)
void pj_crc32_init(pj_crc32_context *ctx)
pj_uint32_t pj_crc32_final(pj_crc32_context *ctx)
pj_uint32_t crc_state Definition: crc32.h:42
PJLIB-UTIL Open Source, small footprint, and portable asynchronous/caching DNS resolver, text scanner, STUN client, and XML library
Copyright (C) 2006-2009 Teluu Inc.
|