| /sqlite-3.40.0/src/ |
| H A D | sqliteInt.h | 1229 typedef struct With With; typedef 3731 With *pWith; /* Current WITH clause, or NULL */ 4176 struct With { struct 4179 With *pOuter; /* Containing WITH clause, or NULL */ argument 4522 void sqlite3TreeViewWith(TreeView*, const With*, u8); 4527 void sqlite3TreeViewInsert(const With*, const SrcList*, 4547 void sqlite3ShowWith(const With*); 4863 With *sqlite3WithDup(sqlite3 *db, With *p); 5285 With *sqlite3WithAdd(Parse*,With*,Cte*); 5286 void sqlite3WithDelete(sqlite3*,With*); [all …]
|
| H A D | treeview.c | 139 void sqlite3TreeViewWith(TreeView *pView, const With *pWith, u8 moreToFollow){ in sqlite3TreeViewWith() 1008 const With *pWith, in sqlite3TreeViewDelete() 1064 const With *pWith, in sqlite3TreeViewInsert() 1134 const With *pWith, in sqlite3TreeViewUpdate() 1273 void sqlite3ShowWith(const With *p){ sqlite3TreeViewWith(0,p,0); } in sqlite3ShowWith()
|
| H A D | select.c | 5375 With *pWith, /* Current innermost WITH clause */ in searchWith() 5377 With **ppContext /* OUT: WITH clause return value belongs to */ in searchWith() 5380 With *p; in searchWith() 5413 With *sqlite3WithPush(Parse *pParse, With *pWith, u8 bFree){ in sqlite3WithPush() 5416 pWith = (With*)sqlite3ParserAddCleanup(pParse, in sqlite3WithPush() 5450 With *pWith; /* The matching WITH */ in resolveFromTermToCte() 5484 With *pSavedWith; /* Initial value of pParse->pWith */ in resolveFromTermToCte() 5631 With *pWith = findRightmost(p)->pWith; in sqlite3SelectPopWith() 5750 p->pWith = (With*)sqlite3DbMallocZero(db, sizeof(With)); in selectExpander()
|
| H A D | alter.c | 823 With *pWith = pSelect->pWith; in renameWalkWith() 827 With *pCopy = 0; in renameWalkWith()
|
| H A D | build.c | 5623 With *sqlite3WithAdd( in sqlite3WithAdd() 5625 With *pWith, /* Existing WITH clause, or NULL */ in sqlite3WithAdd() 5629 With *pNew; in sqlite3WithAdd() 5670 void sqlite3WithDelete(sqlite3 *db, With *pWith){ in sqlite3WithDelete()
|
| /sqlite-3.40.0/test/ |
| H A D | coveridxscan.test | 50 # With the optimization turned off, output in rowid order 66 # With the optimization configured off, output in rowid order
|
| H A D | veryquick.test | 8 # to malloc or IO error simulation. With these tests omitted, the overall
|
| H A D | e_fts3.test | 544 …less to man Down to a sunless sea. So twice five miles of fertile ground With walls and towers we… 548 } {{<b>...</b>to a sunless sea. So twice five <b>miles</b> of fertile ground With walls and towers… 551 } {{<b>...</b>to a sunless sea. So twice five <i>miles</b> of fertile ground With walls and towers… 554 } {{<b>...</b>to a sunless sea. So twice five <i>miles</i> of fertile ground With walls and towers… 557 } {{XXXto a sunless sea. So twice five <i>miles</i> of fertile ground With walls and towersXXX}}
|
| H A D | upsert2.test | 106 # With ON CONFLICT DO UPDATE and a failed WHERE, only the before-insert 157 # With ON CONFLICT DO UPDATE and a failed WHERE, only the before-insert
|
| H A D | fts3atoken.test | 103 # With ENABLE_FTS3_TOKENIZER off, the fts3_tokenzer(1) function 118 # With ENABLE_FTS3_TOKENIZER on, fts3_tokenizer() always returns
|
| H A D | autoindex1.test | 37 # With automatic index turned off, we do a full scan of the T2 table 60 # With autoindex turned on, we build an index once and then use that index 139 # With automatic indices, it should only take about a second.
|
| H A D | tkt-fc7bd6358f.test | 30 # with 34|34|34. With this bug, no rows are returned. Bisecting shows that
|
| H A D | analyzeD.test | 61 # With full ANALYZE data, SQLite sees that c=150 (5 rows) is better than
|
| H A D | io.test | 435 # With the SAFE_APPEND flag set, simple transactions require 3, rather 459 # With SAFE_APPEND set, the nRec field of the journal file header should 479 # With SAFE_APPEND set, there should only ever be one journal-header
|
| H A D | descidx2.test | 64 # back to three. Then close and reopen the database. With the file
|
| H A D | tkt1443.test | 34 # name be the time I noticed the error. With CVS it is a really hassle
|
| H A D | pragma4.test | 65 # With RHS:
|
| H A D | trace.test | 203 # With 3.6.21, we add the ability to expand host parameters in the trace
|
| H A D | stat.test | 147 # With every index entry overflowing, make sure no pages are missed
|
| H A D | exclusive2.test | 198 # large enough to hold the entire database. With 1024 byte pages,
|
| H A D | like.test | 186 # With no index on t1.x and with case sensitivity turned off, no optimization 199 # With an index on t1.x and case sensitivity on, optimize completely.
|
| H A D | corruptC.test | 202 # Obsolete. With single-pass DELETE the corruption in the
|
| /sqlite-3.40.0/ext/async/ |
| H A D | README.txt | 33 With asynchronous I/O, write requests are handled by a separate thread 40 You lose the Durable property. With the default I/O backend of SQLite, 42 safely on disk. With the asynchronous I/O, this is not the case. If
|
| /sqlite-3.40.0/doc/ |
| H A D | wal-lock.md | 31 returns SQLITE\_BUSY to the user. With blocking locks configured, the second 75 With blocking locks configured, the only cases in which clients should see an
|
| /sqlite-3.40.0/ext/userauth/ |
| H A D | user-auth.txt | 42 With this extension, a database can be marked as requiring authentication.
|