Searched refs:MHASH_NUM_ALGOS (Results 1 – 1 of 1) sorted by relevance
41 #define MHASH_NUM_ALGOS 34 macro43 static struct mhash_bc_entry mhash_to_hash[MHASH_NUM_ALGOS] = {939 for (algo_number = 0; algo_number < MHASH_NUM_ALGOS; algo_number++) { in mhash_init()966 if (algorithm >= 0 && algorithm < MHASH_NUM_ALGOS) { in PHP_FUNCTION()993 if (algorithm >= 0 && algorithm < MHASH_NUM_ALGOS) { in PHP_FUNCTION()1010 RETURN_LONG(MHASH_NUM_ALGOS - 1); in PHP_FUNCTION()1025 if (algorithm >= 0 && algorithm < MHASH_NUM_ALGOS) { in PHP_FUNCTION()1068 if (algorithm >= 0 && algorithm < MHASH_NUM_ALGOS) { in PHP_FUNCTION()
Completed in 7 milliseconds