OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mdb_debug
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/openldap/dist/libraries/liblmdb/
mdb.c
478
#ifndef
MDB_DEBUG
483
#define
MDB_DEBUG
0
489
#if
MDB_DEBUG
490
static int
mdb_debug
= MDB_DBG_TRACE;
variable
496
# define DPRINTF(args) ((void) ((
mdb_debug
& MDB_DBG_INFO) && DPRINTF0 args))
500
# define MDB_TRACE(args) ((void) ((
mdb_debug
& MDB_DBG_TRACE) && DPRINTF1 args))
592
#if
MDB_DEBUG
1596
#if
MDB_DEBUG
1747
#if (
MDB_DEBUG
) > 2
2330
#if (
MDB_DEBUG
) >
[
all
...]
mdb.c
478
#ifndef
MDB_DEBUG
483
#define
MDB_DEBUG
0
489
#if
MDB_DEBUG
490
static int
mdb_debug
= MDB_DBG_TRACE;
variable
496
# define DPRINTF(args) ((void) ((
mdb_debug
& MDB_DBG_INFO) && DPRINTF0 args))
500
# define MDB_TRACE(args) ((void) ((
mdb_debug
& MDB_DBG_TRACE) && DPRINTF1 args))
592
#if
MDB_DEBUG
1596
#if
MDB_DEBUG
1747
#if (
MDB_DEBUG
) > 2
2330
#if (
MDB_DEBUG
) >
[
all
...]
Completed in 38 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026