Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dselect.c89 if( OK_IF_ALWAYS_TRUE(p->pWith) ) sqlite3WithDelete(db, p->pWith); in clearSelect()
91 if( OK_IF_ALWAYS_TRUE(p->pWinDefn) ){ in clearSelect()
181 if( OK_IF_ALWAYS_TRUE(p) ) clearSelect(db, p, 1); in sqlite3SelectDelete()
5630 if( OK_IF_ALWAYS_TRUE(pParse->pWith) && p->pPrior==0 ){ in sqlite3SelectPopWith()
6106 if( OK_IF_ALWAYS_TRUE(pParse->hasCompound) ){ in sqlite3SelectExpand()
H A DsqliteInt.h520 # define OK_IF_ALWAYS_TRUE(X) (1) macro
523 # define OK_IF_ALWAYS_TRUE(X) (X) macro