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

/openbsd-current/bin/md5/
H A Dmd5.c186 TAILQ_HEAD(hash_list, hash_function);
189 int digest_file(const char *, struct hash_list *, int);
194 void digest_string(char *, struct hash_list *);
195 void digest_test(struct hash_list *);
196 void digest_time(struct hash_list *, int);
198 void hash_insert(struct hash_list *, struct hash_function *, int);
209 struct hash_list hl;
339 if (TAILQ_FIRST(&hl) != TAILQ_LAST(&hl, hash_list))
400 hash_insert(struct hash_list *hl, struct hash_function *hf, int base64)
432 digest_string(char *string, struct hash_list *h
[all...]
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c6905 add_method_to_hash_list (hash *hash_list, tree method)
6909 if (!(hsh = hash_lookup (hash_list, METHOD_SEL_NAME (method))))
6912 hash_enter (hash_list, method);
6891 add_method_to_hash_list(hash *hash_list, tree method) argument

Completed in 196 milliseconds