HomeSort by: relevance | last modified time | path
    Searched refs:lookup_key (Results 1 - 9 of 9) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
been_here.c 179 const char *lookup_key; local
187 lookup_key = casefold(folded_string, string);
190 lookup_key = string;
196 if (htable_locate(dup_filter->table, lookup_key) != 0) {
201 htable_enter(dup_filter->table, lookup_key, (void *) 0);
248 const char *lookup_key; local
256 lookup_key = casefold(folded_string, string);
259 lookup_key = string;
265 status = (htable_locate(dup_filter->table, lookup_key) != 0);
310 const char *lookup_key; local
    [all...]
  /src/usr.sbin/bthcid/
bthcid.h 36 uint8_t *lookup_key (bdaddr_t *, bdaddr_t *);
config.c 94 lookup_key(bdaddr_t *laddr, bdaddr_t *raddr) function
hci.c 206 key = lookup_key(&addr->bt_bdaddr, bdaddr);
  /src/external/gpl3/gcc/dist/gcc/
prefix.cc 84 static char *lookup_key (char *);
97 prefix = lookup_key (key);
132 lookup_key (char *key) function
  /src/external/gpl3/gcc.old/dist/gcc/
prefix.cc 83 static char *lookup_key (char *);
96 prefix = lookup_key (key);
131 lookup_key (char *key) function
  /src/crypto/external/apache2/openssl/dist/test/
endecoder_legacy_test.c 277 static struct key_st *lookup_key(const char *type) function
512 || !TEST_ptr(key = lookup_key(test_stanza->keytype)))
  /src/crypto/external/bsd/openssl/dist/test/
endecoder_legacy_test.c 275 static struct key_st *lookup_key(const char *type) function
515 || !TEST_ptr(key = lookup_key(test_stanza->keytype)))
  /src/external/bsd/libfido2/dist/tools/
largeblob.c 97 lookup_key(const char *path, fido_dev_t *dev, const char *rp_id, function
190 r = lookup_key(path, dev, rp_id, &cred_id, pin, key);

Completed in 31 milliseconds