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

/dovecot/src/lib/
H A Dhash-method.c15 for (i = 0; hash_methods[i] != NULL; i++) {
16 if (strcmp(hash_methods[i]->name, name) == 0)
17 return hash_methods[i];
76 const struct hash_method *hash_methods[] = { variable in typeref:struct:hash_method
H A Dhash-method.h21 extern const struct hash_method *hash_methods[];
H A Dtest-hash-method.c49 for (i = 0; hash_methods[i] != NULL; i++)
50 test_hash_method_one(hash_methods[i]);
H A Dvar-expand.c755 for(const struct hash_method **meth = hash_methods;

Completed in 14 milliseconds