OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:md_cmp
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/apps/
list.c
181
static int
md_cmp
(const EVP_MD *const *a, const EVP_MD *const *b)
function
199
STACK_OF(EVP_MD) *digests = sk_EVP_MD_new(
md_cmp
);
/src/crypto/external/bsd/openssl/dist/apps/
list.c
174
static int
md_cmp
(const EVP_MD * const *a, const EVP_MD * const *b)
function
191
STACK_OF(EVP_MD) *digests = sk_EVP_MD_new(
md_cmp
);
/src/external/bsd/openldap/dist/libraries/liblmdb/
mdb.c
1112
MDB_cmp_func *
md_cmp
; /**< function for comparing keys */
member in struct:MDB_dbx
1808
return txn->mt_dbxs[dbi].
md_cmp
(a, b);
5076
env->me_dbxs[FREE_DBI].
md_cmp
= mdb_cmp_long; /* aligned MDB_INTEGERKEY */
5381
cmp = mc->mc_dbx->
md_cmp
;
6143
rc = mc->mc_dbx->
md_cmp
(key, &nodekey);
6164
rc = mc->mc_dbx->
md_cmp
(key, &nodekey);
6182
rc = mc->mc_dbx->
md_cmp
(key, &nodekey);
6690
rc = mc->mc_dbx->
md_cmp
(key, &k2);
7626
mx->mx_dbx.
md_cmp
= mc->mc_dbx->md_dcmp;
7674
if (mx->mx_dbx.
md_cmp
== mdb_cmp_int && mx->mx_db.md_pad == sizeof(size_t)
[
all
...]
Completed in 35 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026