HomeSort by: relevance | last modified time | path
    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