Home
last modified time | relevance | path

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

/php-src/ext/hash/
H A Dhash_xxhash.c61 XXH32_update(&ctx->s, in, len); in PHP_XXH32Update()
/php-src/ext/hash/xxhash/
H A Dxxhash.h141 # undef XXH32_update
270 # define XXH32_update XXH_NAME2(XXH_NAMESPACE, XXH32_update) macro
533 XXH_PUBLIC_API XXH_errorcode XXH32_update (XXH32_state_t* statePtr, const void* input, size_t lengt…
2153 XXH32_update(&state, (const xxh_u8*)input, len); in XXH32()
2205 XXH32_update(XXH32_state_t* state, const void* input, size_t len) in XXH32_update() function

Completed in 23 milliseconds