Lines Matching defs:XXH64_state_t
229 typedef struct XXH64_state_s XXH64_state_t; /* incomplete type */
230 XXH_PUBLIC_API XXH64_state_t* XXH64_createState(void);
231 XXH_PUBLIC_API XXH_errorcode XXH64_freeState(XXH64_state_t* statePtr);
232 XXH_PUBLIC_API void XXH64_copyState(XXH64_state_t* dst_state, const XXH64_state_t* src_state);
234 XXH_PUBLIC_API XXH_errorcode XXH64_reset (XXH64_state_t* statePtr, unsigned long long seed);
235 XXH_PUBLIC_API XXH_errorcode XXH64_update (XXH64_state_t* statePtr, const void* input, size_t length);
236 XXH_PUBLIC_API XXH64_hash_t XXH64_digest (const XXH64_state_t* statePtr);
285 }; /* typedef'd to XXH64_state_t */
311 }; /* typedef'd to XXH64_state_t */