Home
last modified time | relevance | path

Searched refs:Cte (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c15344 typedef struct Cte Cte; typedef
20358 struct Cte { struct
21541 SQLITE_PRIVATE void sqlite3CteDelete(sqlite3*,Cte*);
21542 SQLITE_PRIVATE With *sqlite3WithAdd(Parse*,With*,Cte*);
32737 const struct Cte *pCte = &pWith->a[i]; in sqlite3TreeViewWith()
126961 SQLITE_PRIVATE Cte *sqlite3CteNew(
126968 Cte *pNew;
126990 static void cteClear(sqlite3 *db, Cte *pCte){
127000 SQLITE_PRIVATE void sqlite3CteDelete(sqlite3 *db, Cte *pCte){
148512 static struct Cte *searchWith(
[all …]