Home
last modified time | relevance | path

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

/php-src/ext/hash/
H A Dhash_xxhash.c157 zend_always_inline static void _PHP_XXH3_Init(PHP_XXH3_64_CTX *ctx, HashTable *args, in _PHP_XXH3_Init() function
200 _PHP_XXH3_Init(ctx, args, XXH3_64bits_reset_withSeed, XXH3_64bits_reset_withSecret, "xxh3"); in PHP_XXH3_64_Init()
250 _PHP_XXH3_Init(ctx, args, XXH3_128bits_reset_withSeed, XXH3_128bits_reset_withSecret, "xxh128"); in PHP_XXH3_128_Init()

Completed in 6 milliseconds