php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
struct | PHP_ADLER32_CTX |
Macros | |
#define | PHP_ADLER32_SPEC "l." |
Functions | |
PHP_HASH_API void | PHP_ADLER32Init (PHP_ADLER32_CTX *context, ZEND_ATTRIBUTE_UNUSED HashTable *args) |
PHP_HASH_API void | PHP_ADLER32Update (PHP_ADLER32_CTX *context, const unsigned char *input, size_t len) |
PHP_HASH_API void | PHP_ADLER32Final (unsigned char digest[4], PHP_ADLER32_CTX *context) |
PHP_HASH_API zend_result | PHP_ADLER32Copy (const php_hash_ops *ops, const PHP_ADLER32_CTX *orig_context, PHP_ADLER32_CTX *copy_context) |
#define PHP_ADLER32_SPEC "l." |
Definition at line 23 of file php_hash_adler32.h.
PHP_HASH_API zend_result PHP_ADLER32Copy | ( | const php_hash_ops * | ops, |
const PHP_ADLER32_CTX * | orig_context, | ||
PHP_ADLER32_CTX * | copy_context ) |
Definition at line 55 of file hash_adler32.c.
PHP_HASH_API void PHP_ADLER32Final | ( | unsigned char | digest[4], |
PHP_ADLER32_CTX * | context ) |
Definition at line 46 of file hash_adler32.c.
PHP_HASH_API void PHP_ADLER32Init | ( | PHP_ADLER32_CTX * | context, |
ZEND_ATTRIBUTE_UNUSED HashTable * | args ) |
Definition at line 21 of file hash_adler32.c.
PHP_HASH_API void PHP_ADLER32Update | ( | PHP_ADLER32_CTX * | context, |
const unsigned char * | input, | ||
size_t | len ) |
Definition at line 26 of file hash_adler32.c.