Home
last modified time | relevance | path

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

/PHP-8.1/ext/hash/
H A Dphp_hash_xxhash.h34 XXH64_state_t s;
/PHP-8.1/ext/hash/xxhash/
H A Dxxhash.h151 # define XXH64_state_t XXH_IPREF(XXH64_state_t) macro
389 typedef struct XXH64_state_s XXH64_state_t; /* incomplete type */ typedef
390 XXH_PUBLIC_API XXH64_state_t* XXH64_createState(void);
391 XXH_PUBLIC_API XXH_errorcode XXH64_freeState(XXH64_state_t* statePtr);
392 XXH_PUBLIC_API void XXH64_copyState(XXH64_state_t* dst_state, const XXH64_state_t* src_state);
1938 XXH64_state_t state; in XXH64()
1957 XXH_PUBLIC_API XXH64_state_t* XXH64_createState(void) in XXH64_createState()
1959 return (XXH64_state_t*)XXH_malloc(sizeof(XXH64_state_t)); in XXH64_createState()
1961 XXH_PUBLIC_API XXH_errorcode XXH64_freeState(XXH64_state_t* statePtr) in XXH64_freeState()
1967 XXH_PUBLIC_API void XXH64_copyState(XXH64_state_t* dstState, const XXH64_state_t* srcState) in XXH64_copyState()
[all …]

Completed in 22 milliseconds