|
|
@ -5414,7 +5414,7 @@ mdb_env_close(MDB_env *env) |
|
|
|
free(env); |
|
|
|
free(env); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** Compare two items pointing at aligned mdb_size_t's */ |
|
|
|
/** Compare two items pointing at aligned #mdb_size_t's */ |
|
|
|
static int |
|
|
|
static int |
|
|
|
mdb_cmp_long(const MDB_val *a, const MDB_val *b) |
|
|
|
mdb_cmp_long(const MDB_val *a, const MDB_val *b) |
|
|
|
{ |
|
|
|
{ |
|
|
@ -5425,7 +5425,7 @@ mdb_cmp_long(const MDB_val *a, const MDB_val *b) |
|
|
|
/** Compare two items pointing at aligned unsigned int's.
|
|
|
|
/** Compare two items pointing at aligned unsigned int's.
|
|
|
|
* |
|
|
|
* |
|
|
|
* This is also set as #MDB_INTEGERDUP|#MDB_DUPFIXED's #MDB_dbx.%md_dcmp, |
|
|
|
* This is also set as #MDB_INTEGERDUP|#MDB_DUPFIXED's #MDB_dbx.%md_dcmp, |
|
|
|
* but #mdb_cmp_clong() is called instead if the data type is mdb_size_t. |
|
|
|
* but #mdb_cmp_clong() is called instead if the data type is #mdb_size_t. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
static int |
|
|
|
static int |
|
|
|
mdb_cmp_int(const MDB_val *a, const MDB_val *b) |
|
|
|
mdb_cmp_int(const MDB_val *a, const MDB_val *b) |
|
|
|