Home
last modified time | relevance | path

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

/PHP-8.3/ext/hash/
H A Dhash_xxhash.c125 XXH64_update(&ctx->s, in, len); in PHP_XXH64Update()
/PHP-8.3/ext/hash/xxhash/
H A Dxxhash.h151 # undef XXH64_update
280 # define XXH64_update XXH_NAME2(XXH_NAMESPACE, XXH64_update) macro
723 XXH_PUBLIC_API XXH_errorcode XXH64_update (XXH64_state_t* statePtr, const void* input, size_t lengt…
2571 XXH64_update(&state, (const xxh_u8*)input, len); in XXH64()
2620 XXH64_update (XXH64_state_t* state, const void* input, size_t len) in XXH64_update() function

Completed in 22 milliseconds