Home
last modified time | relevance | path

Searched refs:XXH3_state_t (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/ext/hash/xxhash/
H A Dxxhash.h209 # define XXH3_state_t XXH_IPREF(XXH3_state_t) macro
836 typedef struct XXH3_state_s XXH3_state_t; typedef
837 XXH_PUBLIC_API XXH3_state_t* XXH3_createState(void);
839 XXH_PUBLIC_API void XXH3_copyState(XXH3_state_t* dst_state, const XXH3_state_t* src_state);
4688 XXH_PUBLIC_API XXH3_state_t* XXH3_createState(void) in XXH3_createState()
4690 XXH3_state_t* const state = (XXH3_state_t*)XXH_alignedMalloc(sizeof(XXH3_state_t), 64); in XXH3_createState()
4705 XXH3_copyState(XXH3_state_t* dst_state, const XXH3_state_t* src_state) in XXH3_copyState()
4711 XXH3_reset_internal(XXH3_state_t* statePtr, in XXH3_reset_internal()
4739 XXH3_64bits_reset(XXH3_state_t* statePtr) in XXH3_64bits_reset()
4942 const XXH3_state_t* state, in XXH3_digest_long()
[all …]
/PHP-8.3/ext/hash/
H A Dphp_hash_xxhash.h47 XXH3_state_t s;
H A Dhash_xxhash.c154 typedef XXH_errorcode (*xxh3_reset_with_secret_func_t)(XXH3_state_t*, const void*, size_t);
155 typedef XXH_errorcode (*xxh3_reset_with_seed_func_t)(XXH3_state_t*, XXH64_hash_t);

Completed in 26 milliseconds