php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Typedefs | |
typedef XXH_errorcode(* | xxh3_reset_with_secret_func_t) (XXH3_state_t *, const void *, size_t) |
typedef XXH_errorcode(* | xxh3_reset_with_seed_func_t) (XXH3_state_t *, XXH64_hash_t) |
Variables | |
const php_hash_ops | php_hash_xxh32_ops |
const php_hash_ops | php_hash_xxh64_ops |
const php_hash_ops | php_hash_xxh3_64_ops |
const php_hash_ops | php_hash_xxh3_128_ops |
typedef XXH_errorcode(* xxh3_reset_with_secret_func_t) (XXH3_state_t *, const void *, size_t) |
Definition at line 158 of file hash_xxhash.c.
typedef XXH_errorcode(* xxh3_reset_with_seed_func_t) (XXH3_state_t *, XXH64_hash_t) |
Definition at line 159 of file hash_xxhash.c.
PHP_HASH_API zend_result PHP_XXH32Copy | ( | const php_hash_ops * | ops, |
const PHP_XXH32_CTX * | orig_context, | ||
PHP_XXH32_CTX * | copy_context ) |
Definition at line 72 of file hash_xxhash.c.
PHP_HASH_API void PHP_XXH32Final | ( | unsigned char | digest[4], |
PHP_XXH32_CTX * | ctx ) |
Definition at line 67 of file hash_xxhash.c.
PHP_HASH_API void PHP_XXH32Init | ( | PHP_XXH32_CTX * | ctx, |
HashTable * | args ) |
Definition at line 40 of file hash_xxhash.c.
PHP_HASH_API void PHP_XXH32Update | ( | PHP_XXH32_CTX * | ctx, |
const unsigned char * | in, | ||
size_t | len ) |
Definition at line 62 of file hash_xxhash.c.
PHP_HASH_API zend_result PHP_XXH3_128_Copy | ( | const php_hash_ops * | ops, |
const PHP_XXH3_128_CTX * | orig_context, | ||
PHP_XXH3_128_CTX * | copy_context ) |
Definition at line 278 of file hash_xxhash.c.
PHP_HASH_API void PHP_XXH3_128_Final | ( | unsigned char | digest[16], |
PHP_XXH3_128_CTX * | ctx ) |
Definition at line 273 of file hash_xxhash.c.
PHP_HASH_API void PHP_XXH3_128_Init | ( | PHP_XXH3_128_CTX * | ctx, |
HashTable * | args ) |
Definition at line 263 of file hash_xxhash.c.
PHP_HASH_API void PHP_XXH3_128_Update | ( | PHP_XXH3_128_CTX * | ctx, |
const unsigned char * | in, | ||
size_t | len ) |
Definition at line 268 of file hash_xxhash.c.
PHP_HASH_API zend_result PHP_XXH3_64_Copy | ( | const php_hash_ops * | ops, |
const PHP_XXH3_64_CTX * | orig_context, | ||
PHP_XXH3_64_CTX * | copy_context ) |
Definition at line 228 of file hash_xxhash.c.
PHP_HASH_API void PHP_XXH3_64_Final | ( | unsigned char | digest[8], |
PHP_XXH3_64_CTX * | ctx ) |
Definition at line 223 of file hash_xxhash.c.
PHP_HASH_API void PHP_XXH3_64_Init | ( | PHP_XXH3_64_CTX * | ctx, |
HashTable * | args ) |
Definition at line 213 of file hash_xxhash.c.
PHP_HASH_API void PHP_XXH3_64_Update | ( | PHP_XXH3_64_CTX * | ctx, |
const unsigned char * | in, | ||
size_t | len ) |
Definition at line 218 of file hash_xxhash.c.
PHP_HASH_API zend_result PHP_XXH64Copy | ( | const php_hash_ops * | ops, |
const PHP_XXH64_CTX * | orig_context, | ||
PHP_XXH64_CTX * | copy_context ) |
Definition at line 137 of file hash_xxhash.c.
PHP_HASH_API void PHP_XXH64Final | ( | unsigned char | digest[8], |
PHP_XXH64_CTX * | ctx ) |
Definition at line 132 of file hash_xxhash.c.
PHP_HASH_API void PHP_XXH64Init | ( | PHP_XXH64_CTX * | ctx, |
HashTable * | args ) |
Definition at line 107 of file hash_xxhash.c.
PHP_HASH_API void PHP_XXH64Update | ( | PHP_XXH64_CTX * | ctx, |
const unsigned char * | in, | ||
size_t | len ) |
Definition at line 127 of file hash_xxhash.c.
const php_hash_ops php_hash_xxh32_ops |
Definition at line 25 of file hash_xxhash.c.
const php_hash_ops php_hash_xxh3_128_ops |
Definition at line 248 of file hash_xxhash.c.
const php_hash_ops php_hash_xxh3_64_ops |
Definition at line 143 of file hash_xxhash.c.
const php_hash_ops php_hash_xxh64_ops |
Definition at line 92 of file hash_xxhash.c.