Home
last modified time | relevance | path

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

/php-src/ext/hash/
H A Dhash_xxhash.c255 XXH3_128bits_update(&ctx->s, in, len); in PHP_XXH3_128_Update()
/php-src/ext/hash/xxhash/
H A Dxxhash.h179 # undef XXH3_128bits_update
311 # define XXH3_128bits_update XXH_NAME2(XXH_NAMESPACE, XXH3_128bits_update) macro
907 XXH_PUBLIC_API XXH_errorcode XXH3_128bits_update (XXH3_state_t* statePtr, const void* input, size_t…
5444 XXH3_128bits_update(XXH3_state_t* state, const void* input, size_t len) in XXH3_128bits_update() function

Completed in 26 milliseconds