Searched refs:TRACE (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/ext/fts1/ |
| H A D | fts1.c | 58 # define TRACE(A) printf A; fflush(stdout) 60 # define TRACE(A) macro 927 TRACE(("FTS1 sql: %s\n", zCommand)); in sql_exec() 1507 TRACE(("FTS1 Destroy %p\n", v)); in fulltext_vtab_destroy() 1995 TRACE(("FTS1 Connect %p\n", v)); in constructVtab() 2061 TRACE(("FTS1 Create\n")); in fulltextCreate() 2089 TRACE(("FTS1 BestIndex\n")); in fulltextBestIndex() 2098 TRACE(("FTS1 QUERY_ROWID\n")); in fulltextBestIndex() 2526 TRACE(("FTS1 Close %p\n", c)); in fulltextClose() 2542 TRACE(("FTS1 Next %p\n", pCursor)); in fulltextNext() [all …]
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2.c | 333 # define TRACE(A) macro 2366 TRACE(("FTS2 Destroy %p\n", v)); in fulltext_vtab_destroy() 2874 TRACE(("FTS2 Connect %p\n", v)); in constructVtab() 2911 TRACE(("FTS2 Create\n")); in fulltextCreate() 2950 TRACE(("FTS2 BestIndex\n")); in fulltextBestIndex() 3375 TRACE(("FTS2 Close %p\n", c)); in fulltextClose() 3389 TRACE(("FTS2 Next %p\n", pCursor)); in fulltextNext() 5928 TRACE(("FTS2 xSync()\n")); in fulltextSync() 5934 TRACE(("FTS2 xBegin()\n")); in fulltextBegin() 5945 TRACE(("FTS2 xCommit()\n")); in fulltextCommit() [all …]
|
| /sqlite-3.40.0/src/ |
| H A D | btree.c | 30 # define TRACE(X) if(sqlite3BtreeTrace){printf X;fflush(stdout);} 32 # define TRACE(X) macro 1035 TRACE(("PTRMAP_UPDATE: %d->(%d,%d)\n", key, eType, parent)); in ptrmapPut() 3796 TRACE(("AUTOVACUUM: Moving %d to free page %d (ptr page %d type %d)\n", in relocatePage() 6456 TRACE(("ALLOCATE: %d was leaf %d of %d on trunk %d" in allocateBtreePage() 6536 TRACE(("ALLOCATE: %d from end of file\n", *pPgno)); in allocateBtreePage() 8266 TRACE(("BALANCE: old: %d(nc=%d) %d(nc=%d) %d(nc=%d)\n", in balance_nonroot() 8350 TRACE(("BALANCE: new: %d(%d nc=%d) %d(%d nc=%d) %d(%d nc=%d) " in balance_nonroot() 8596 TRACE(("BALANCE: finished: old=%d new=%d cells=%d\n", in balance_nonroot() 8681 TRACE(("BALANCE: copy root %d into %d\n", pRoot->pgno, pChild->pgno)); in balance_deeper() [all …]
|