Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dshell.c902 const char *zCol = (const char*)sqlite3_column_text(pStmt, 1); in shellFakeSchema() local
7564 const char *zCol = (const char*)sqlite3_column_text(p1, 1); in idxGetTableInfo() local
7587 const char *zCol = (const char*)sqlite3_column_text(p1, 1); in idxGetTableInfo() local
16685 const char *zCol = (const char*)sqlite3_column_text(pStmt,2); in do_meta_command() local
H A Dsqlite3.c17600 char *zCol; /* Name of column in zTo. If NULL use PRIMARY KEY */ member
/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c10007 char *zCol; /* Name of column in zTo. If 0 use PRIMARY KEY */ member