Home
last modified time | relevance | path

Searched refs:XXH64_update (Results 1 – 2 of 2) sorted by relevance

/PHP-8.1/ext/hash/
H A Dhash_xxhash.c125 XXH64_update(&ctx->s, in, len); in PHP_XXH64Update()
/PHP-8.1/ext/hash/xxhash/
H A Dxxhash.h213 # define XXH64_update XXH_NAME2(XXH_NAMESPACE, XXH64_update) macro
395 XXH_PUBLIC_API XXH_errorcode XXH64_update (XXH64_state_t* statePtr, const void* input, size_t lengt…
1940 XXH64_update(&state, (const xxh_u8*)input, len); in XXH64()
1986 XXH64_update (XXH64_state_t* state, const void* input, size_t len) in XXH64_update() function

Completed in 21 milliseconds