HomeSort by: relevance | last modified time | path
    Searched refs:OSTRACE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
Makefile.msc 185 # Set this to non-0 to enable OSTRACE() macros, which can be useful when
188 !IFNDEF OSTRACE
189 OSTRACE = 0
207 # 5 == SQLITE_DEBUG_OS_TRACE: Enables output from the OSTRACE() macros.
708 !IF $(DEBUG)>4 || $(OSTRACE)!=0
sqlite3.c 15337 # define OSTRACE(X) if( sqlite3OSTrace ) sqlite3DebugPrintf X
15340 # define OSTRACE(X)
15347 ** OSTRACE is enabled), and by several "test*.c" files (which are
    [all...]

Completed in 112 milliseconds