Home
last modified time | relevance | path

Searched refs:md_cmp (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/liblmdb/
H A Dmdb.c1074 MDB_cmp_func *md_cmp; /**< function for comparing keys */ member
1753 return txn->mt_dbxs[dbi].md_cmp(a, b); in mdb_cmp()
4997 env->me_dbxs[FREE_DBI].md_cmp = mdb_cmp_long; /* aligned MDB_INTEGERKEY */ in mdb_env_open()
5311 cmp = mc->mc_dbx->md_cmp; in mdb_node_search()
6073 rc = mc->mc_dbx->md_cmp(key, &nodekey); in mdb_cursor_set()
6094 rc = mc->mc_dbx->md_cmp(key, &nodekey); in mdb_cursor_set()
6112 rc = mc->mc_dbx->md_cmp(key, &nodekey); in mdb_cursor_set()
6619 rc = mc->mc_dbx->md_cmp(key, &k2); in mdb_cursor_put()
7531 mx->mx_dbx.md_cmp = mc->mc_dbx->md_dcmp; in mdb_xcursor_init0()
7579 if (mx->mx_dbx.md_cmp == mdb_cmp_int && mx->mx_db.md_pad == sizeof(size_t)) in mdb_xcursor_init1()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dlist.c174 static int md_cmp(const EVP_MD * const *a, const EVP_MD * const *b) in DEFINE_STACK_OF()
191 STACK_OF(EVP_MD) *digests = sk_EVP_MD_new(md_cmp); in list_digests()