|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "php_hash.h"#include "php_hash_murmur.h"#include "murmur/PMurHash.h"#include "murmur/PMurHash128.h"Go to the source code of this file.
Variables | |
| const php_hash_ops | php_hash_murmur3a_ops |
| const php_hash_ops | php_hash_murmur3c_ops |
| const php_hash_ops | php_hash_murmur3f_ops |
| PHP_HASH_API zend_result PHP_MURMUR3ACopy | ( | const php_hash_ops * | ops, |
| const PHP_MURMUR3A_CTX * | orig_context, | ||
| PHP_MURMUR3A_CTX * | copy_context ) |
Definition at line 78 of file hash_murmur.c.
| PHP_HASH_API void PHP_MURMUR3AFinal | ( | unsigned char | digest[4], |
| PHP_MURMUR3A_CTX * | ctx ) |
Definition at line 68 of file hash_murmur.c.
| PHP_HASH_API void PHP_MURMUR3AInit | ( | PHP_MURMUR3A_CTX * | ctx, |
| HashTable * | args ) |
Definition at line 39 of file hash_murmur.c.
| PHP_HASH_API void PHP_MURMUR3AUpdate | ( | PHP_MURMUR3A_CTX * | ctx, |
| const unsigned char * | in, | ||
| size_t | len ) |
Definition at line 62 of file hash_murmur.c.
| PHP_HASH_API zend_result PHP_MURMUR3CCopy | ( | const php_hash_ops * | ops, |
| const PHP_MURMUR3C_CTX * | orig_context, | ||
| PHP_MURMUR3C_CTX * | copy_context ) |
Definition at line 157 of file hash_murmur.c.
| PHP_HASH_API void PHP_MURMUR3CFinal | ( | unsigned char | digest[16], |
| PHP_MURMUR3C_CTX * | ctx ) |
Definition at line 134 of file hash_murmur.c.
| PHP_HASH_API void PHP_MURMUR3CInit | ( | PHP_MURMUR3C_CTX * | ctx, |
| HashTable * | args ) |
Definition at line 101 of file hash_murmur.c.
| PHP_HASH_API void PHP_MURMUR3CUpdate | ( | PHP_MURMUR3C_CTX * | ctx, |
| const unsigned char * | in, | ||
| size_t | len ) |
Definition at line 128 of file hash_murmur.c.
| PHP_HASH_API zend_result PHP_MURMUR3FCopy | ( | const php_hash_ops * | ops, |
| const PHP_MURMUR3F_CTX * | orig_context, | ||
| PHP_MURMUR3F_CTX * | copy_context ) |
Definition at line 234 of file hash_murmur.c.
| PHP_HASH_API void PHP_MURMUR3FFinal | ( | unsigned char | digest[16], |
| PHP_MURMUR3F_CTX * | ctx ) |
Definition at line 211 of file hash_murmur.c.
| PHP_HASH_API void PHP_MURMUR3FInit | ( | PHP_MURMUR3F_CTX * | ctx, |
| HashTable * | args ) |
Definition at line 180 of file hash_murmur.c.
| PHP_HASH_API void PHP_MURMUR3FUpdate | ( | PHP_MURMUR3F_CTX * | ctx, |
| const unsigned char * | in, | ||
| size_t | len ) |
Definition at line 205 of file hash_murmur.c.
| const php_hash_ops php_hash_murmur3a_ops |
Definition at line 24 of file hash_murmur.c.
| const php_hash_ops php_hash_murmur3c_ops |
Definition at line 86 of file hash_murmur.c.
| const php_hash_ops php_hash_murmur3f_ops |
Definition at line 165 of file hash_murmur.c.