PHP_              254 ext/hash/hash_haval.c 	(php_hash_init_func_t) PHP_##p##HAVAL##b##Init, \
PHP_              259 ext/hash/hash_haval.c PHP_HASH_API void PHP_##p##HAVAL##b##Init(PHP_HAVAL_CTX *context) \
PHP_              263 ext/hash/hash_haval.c 	context->Transform = PHP_##p##HAVALTransform; }
PHP_              248 ext/hash/hash_tiger.c 		(php_hash_init_func_t) PHP_##p##TIGERInit, \
PHP_               36 ext/hash/php_hash_haval.h #define PHP_HASH_HAVAL_INIT_DECL(p,b)	PHP_HASH_API void PHP_##p##HAVAL##b##Init(PHP_HAVAL_CTX *); \