Searched refs:zCols (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c12810 char *zCols = 0; local
12817 zCols = idxAppendColDefn(&rc, zCols, pTab, pCons);
12820 zCols = idxAppendColDefn(&rc, zCols, pTab, pCons);
12832 for(i=0; zCols[i]; i++){
12833 h += ((h<<3) + zCols[i]);
12863 zIdx = sqlite3_mprintf(zFmt, zName, zTable, zCols);
12879 sqlite3_free(zCols);
13446 char *zCols local
[all...]
H A Dsqlite3.c117894 const char *zCols; member in struct:__anon49
185172 char *zCols; /* List of user defined columns */ local
218324 char *zCols = 0; /* Used to build up list of table cols */ local
225822 const char *zCols = bRowid ? SESSIONS_ROWID ", *" : "*"; local
251099 const char *zCols = "id INTEGER PRIMARY KEY, sz BLOB"; local
[all...]

Completed in 551 milliseconds