Home
last modified time | relevance | path

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

/PHP-8.3/ext/hash/
H A Dphp_hash_xxhash.h24 XXH32_state_t s;
/PHP-8.3/ext/hash/xxhash/
H A Dxxhash.h205 # define XXH32_state_t XXH_IPREF(XXH32_state_t) macro
473 typedef struct XXH32_state_s XXH32_state_t; typedef
481 XXH_PUBLIC_API XXH32_state_t* XXH32_createState(void);
489 XXH_PUBLIC_API XXH_errorcode XXH32_freeState(XXH32_state_t* statePtr);
498 XXH_PUBLIC_API void XXH32_copyState(XXH32_state_t* dst_state, const XXH32_state_t* src_state);
2151 XXH32_state_t state; in XXH32()
2171 XXH_PUBLIC_API XXH32_state_t* XXH32_createState(void) in XXH32_createState()
2173 return (XXH32_state_t*)XXH_malloc(sizeof(XXH32_state_t)); in XXH32_createState()
2183 XXH_PUBLIC_API void XXH32_copyState(XXH32_state_t* dstState, const XXH32_state_t* srcState) in XXH32_copyState()
2205 XXH32_update(XXH32_state_t* state, const void* input, size_t len) in XXH32_update()
[all …]

Completed in 32 milliseconds