Searched refs:MHASH_NUM_ALGOS (Results 1 - 1 of 1) sorted by relevance

/PHP_TRUNK/ext/hash/
H A Dhash.c47 #define MHASH_NUM_ALGOS 34 macro
49 static struct mhash_bc_entry mhash_to_hash[MHASH_NUM_ALGOS] = {
782 for (algo_number = 0; algo_number < MHASH_NUM_ALGOS; algo_number++) {
810 if (algorithm >= 0 && algorithm < MHASH_NUM_ALGOS) {
837 if (algorithm >= 0 && algorithm < MHASH_NUM_ALGOS) {
854 RETURN_LONG(MHASH_NUM_ALGOS - 1);
869 if (algorithm >= 0 && algorithm < MHASH_NUM_ALGOS) {
912 if (algorithm >= 0 && algorithm < MHASH_NUM_ALGOS) {

Completed in 4 milliseconds