Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dexpr.c1161 nExpr = sqliteExprCodeExprList(pParse, pList, pDef->includeTypes); in sqliteExprCode()
1276 int includeTypes /* TRUE to put datatypes on the stack too */ in sqliteExprCodeExprList() argument
1286 if( includeTypes ){ in sqliteExprCodeExprList()
1292 return includeTypes ? n*2 : n; in sqliteExprCodeExprList()
H A DsqliteInt.h433 u8 includeTypes; /* Add datatypes to args of xFunc and xStep */ member
H A Dfunc.c758 p->includeTypes = 1; in sqliteRegisterBuiltinFunctions()
H A Dselect.c2372 nExpr = sqliteExprCodeExprList(pParse, pE->pList, pDef->includeTypes); in sqliteSelect()