Home
last modified time | relevance | path

Searched defs:aiCol (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/src/
H A Dfkey.c191 int *aiCol = 0; /* Value to return via *paiCol */ in sqlite3FkLocateIndex() local
326 int *aiCol, /* Map from parent key columns to child table columns */ in fkLookupParent()
553 int *aiCol, /* Map from pIdx cols to child table cols */ in fkScanChildren()
917 int *aiCol; in sqlite3FkCheck() local
1019 int *aiCol = 0; in sqlite3FkCheck() local
1229 int *aiCol = 0; /* child table cols -> parent key cols */ in fkActionTrigger() local
H A Dbuild.c2233 static int hasColumn(const i16 *aiCol, int nCol, int x){ in hasColumn()
H A DsqliteInt.h4093 int *aiCol; /* array of column indexes */ member
/sqlite-3.40.0/ext/fts5/
H A Dfts5Int.h134 int aiCol[1]; member
H A Dfts5_expr.c1975 int *aiCol = pNew->aiCol; in fts5ParseColset() local
2484 int *aiCol = pNear->pColset->aiCol; in fts5ExprPrintTcl() local
H A Dfts5_index.c3348 int *aiCol = pIter->pColset->aiCol; in fts5IterSetOutputs_Col100() local