Home
last modified time | relevance | path

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

/php-src/ext/hash/
H A Dhash_xxhash.c205 XXH3_64bits_update(&ctx->s, in, len); in PHP_XXH3_64_Update()
/php-src/ext/hash/xxhash/
H A Dxxhash.h167 # undef XXH3_64bits_update
297 # define XXH3_64bits_update XXH_NAME2(XXH_NAMESPACE, XXH3_64bits_update) macro
864 XXH_PUBLIC_API XXH_errorcode XXH3_64bits_update (XXH3_state_t* statePtr, const void* input, size_t …
4933 XXH3_64bits_update(XXH3_state_t* state, const void* input, size_t len) in XXH3_64bits_update() function

Completed in 23 milliseconds