Home
last modified time | relevance | path

Searched defs:zCol (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dauth.c111 const char *zCol; /* Name of the column of the table */ in sqliteAuthRead() local
H A Dselect.c138 static int columnIndex(Table *pTab, const char *zCol){ in columnIndex()
151 const char *zCol, /* Name of the column */ in addWhereTerm()
725 char *zCol; in generateColumnNames() local
H A Dinsert.c808 char *zCol = pTab->aCol[pIdx->aiColumn[j]].zName; in sqliteGenerateConstraintChecks() local
H A Dexpr.c420 char *zCol = 0; /* Name of the column. The "Z" */ in lookupName() local
H A DsqliteInt.h546 char *zCol; /* Name of column in zTo. If 0 use PRIMARY KEY */ member