Home
last modified time | relevance | path

Searched refs:With (Results 1 – 25 of 42) sorted by relevance

12

/sqlite-3.40.0/src/
H A DsqliteInt.h1229 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 Dtreeview.c139 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 Dselect.c5375 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 Dalter.c823 With *pWith = pSelect->pWith; in renameWalkWith()
827 With *pCopy = 0; in renameWalkWith()
H A Dbuild.c5623 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 Dcoveridxscan.test50 # With the optimization turned off, output in rowid order
66 # With the optimization configured off, output in rowid order
H A Dveryquick.test8 # to malloc or IO error simulation. With these tests omitted, the overall
H A De_fts3.test544 …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 Dupsert2.test106 # 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 Dfts3atoken.test103 # With ENABLE_FTS3_TOKENIZER off, the fts3_tokenzer(1) function
118 # With ENABLE_FTS3_TOKENIZER on, fts3_tokenizer() always returns
H A Dautoindex1.test37 # 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 Dtkt-fc7bd6358f.test30 # with 34|34|34. With this bug, no rows are returned. Bisecting shows that
H A DanalyzeD.test61 # With full ANALYZE data, SQLite sees that c=150 (5 rows) is better than
H A Dio.test435 # 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 Ddescidx2.test64 # back to three. Then close and reopen the database. With the file
H A Dtkt1443.test34 # name be the time I noticed the error. With CVS it is a really hassle
H A Dpragma4.test65 # With RHS:
H A Dtrace.test203 # With 3.6.21, we add the ability to expand host parameters in the trace
H A Dstat.test147 # With every index entry overflowing, make sure no pages are missed
H A Dexclusive2.test198 # large enough to hold the entire database. With 1024 byte pages,
H A Dlike.test186 # 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 DcorruptC.test202 # Obsolete. With single-pass DELETE the corruption in the
/sqlite-3.40.0/ext/async/
H A DREADME.txt33 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 Dwal-lock.md31 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 Duser-auth.txt42 With this extension, a database can be marked as requiring authentication.

12