OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sqlite3DebugPrintf
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
os_common.h
34
#define OSTRACE(X) if( sqlite3OSTrace )
sqlite3DebugPrintf
X
test_btree.c
55
sqlite3DebugPrintf
("CURSOR %p rooted at %4d(%s) currently at %d.%d%s\n",
select.c
[
all
...]
where.c
29
# define WHERETRACE(X) if(sqlite3WhereTrace)
sqlite3DebugPrintf
X
[
all
...]
os_unix.c
547
sqlite3DebugPrintf
("fcntl unknown %d %d %d\n", fd, op, s);
562
sqlite3DebugPrintf
("fcntl %d %d %s %s %d %d %d %d\n",
578
sqlite3DebugPrintf
("fcntl-failure-reason: %s %d %d %d\n",
[
all
...]
sqliteInt.h
[
all
...]
wal.c
251
# define WALTRACE(X) if(sqlite3WalTrace)
sqlite3DebugPrintf
X
[
all
...]
pager.c
117
#define
sqlite3DebugPrintf
printf
118
#define PAGERTRACE(X) if( sqlite3PagerTrace ){
sqlite3DebugPrintf
X; }
[
all
...]
vdbe.c
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 263 milliseconds