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

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dbeen_here.c154 const char *lookup_key; local
162 lookup_key = lowercase(folded_string);
165 lookup_key = string;
171 if (htable_locate(dup_filter->table, lookup_key) != 0) {
176 htable_enter(dup_filter->table, lookup_key, (char *) 0);
223 const char *lookup_key; local
231 lookup_key = lowercase(folded_string);
234 lookup_key = string;
240 status = (htable_locate(dup_filter->table, lookup_key) != 0);
/netbsd-6-1-5-RELEASE/usr.sbin/bthcid/
H A Dbthcid.h36 uint8_t *lookup_key (bdaddr_t *, bdaddr_t *);
H A Dconfig.c94 lookup_key(bdaddr_t *laddr, bdaddr_t *raddr) function
H A Dhci.c206 key = lookup_key(&addr->bt_bdaddr, bdaddr);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dprefix.c84 static char *lookup_key (char *);
97 prefix = lookup_key (key);
133 lookup_key (char *key) function
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dprefix.c85 static char *lookup_key (char *);
98 prefix = lookup_key (key);
134 lookup_key (char *key) function
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dssh-pkcs11-helper.c88 lookup_key(Key *k) function
177 if ((found = lookup_key(key)) != NULL) {
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Ddwarf_reader.cc593 const Offset_to_lineno_entry lookup_key = { offset, 0, 0, 0 }; local
595 // lower_bound() returns the smallest offset which is >= lookup_key.
596 // If no offset in offsets is >= lookup_key, returns end().
598 = std::lower_bound(offsets->begin(), offsets->end(), lookup_key);
628 // Case 1: lookup_key has offset == 10. lower_bound returns
631 // Case 2: lookup_key has offset 10000. lower_bound returns
633 // Case 3: lookup_key has offset == 3211. lower_bound matches
635 // Case 4: lookup_key has offset == 3232. lower_bound returns
640 // Case 5: lookup_key has offset == 3214. lower_bound returns
642 // up to the offset that's < lookup_key, offset
[all...]

Completed in 133 milliseconds