Searched defs:iCol (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 24440 int iCol; /* Column for which the cache is valid */ member 87767 int iCol, /* Column to extract */ 93287 int iCol, /* Column of index being considered */ 93434 int iCol = pIdx->aiColumn[ii]; local 97327 int iCol, /* The column to read */ 106019 u16 iCol; /* Table column this handle is open on */ member 106122 int iCol; /* Index of zColumn in row-record */ local 110554 int iCol, /* A column in the result set. 0..pEList->nExpr-1 */ 111040 int iCol; local 111347 SQLITE_PRIVATE Expr *sqlite3CreateColumnExpr(sqlite3 *db, SrcList *pSrc, int iSrc, int iCol){ [all …]
|
| H A D | shell.c | 1880 static const char *qrfJsonbToJson(Qrf *p, int iCol){ in qrfJsonbToJson() 1965 static void qrfRenderValue(Qrf *p, sqlite3_str *pOut, int iCol){ in qrfRenderValue() 8586 int iCol; /* 0 for start, 1 for stop, 2 for step */ in seriesBestIndex() local 11160 int iCol = -1; /* If >=0, step pCur->pStmt and use the i-th column */ in completionNext() local 14833 int iCol; /* Constrained table column */ member 15268 int iCol = pIdxInfo->aOrderBy[i].iColumn; in expertBestIndex() local 15678 int iCol = sqlite3_column_int(pInfo, 1); in idxFindCompatible() local 17544 static const char *intckParseCreateIndex(const char *z, int iCol, int *pnByte){ in intckParseCreateIndex() 19973 int iCol = pIdx->aOrderBy[0].iColumn; in dbdataBestIndex() local 21866 int iCol = sqlite3_column_int(pStmt, 1); in recoverAddTable() local
|
| /freebsd/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 1855 static Tcl_Obj *dbEvalColumnValue(DbEvalContext *p, int iCol){ in dbEvalColumnValue()
|