Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwindow.c677 sqlite3WindowChain(pParse, pWin, pList); in sqlite3WindowUpdate()
1275 void sqlite3WindowChain(Parse *pParse, Window *pWin, Window *pList){ in sqlite3WindowChain() function
H A DsqliteInt.h4285 void sqlite3WindowChain(Parse*, Window*, Window*);
H A Dparse.y1758 sqlite3WindowChain(pParse, Z, Y);