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

/macosx-10.10/postfix-255/postfix/src/global/
H A Dbeen_here.c152 const char *lookup_key; local
160 lookup_key = lowercase(folded_string);
163 lookup_key = string;
169 if (htable_locate(dup_filter->table, lookup_key) != 0) {
174 htable_enter(dup_filter->table, lookup_key, (char *) 0);
221 const char *lookup_key; local
229 lookup_key = lowercase(folded_string);
232 lookup_key = string;
238 status = (htable_locate(dup_filter->table, lookup_key) != 0);
/macosx-10.10/OpenSSH-189/openssh/
H A Dssh-pkcs11-helper.c91 lookup_key(Key *k) function
180 if ((found = lookup_key(key)) != NULL) {

Completed in 144 milliseconds