Searched refs:zCollist (Results 1 - 2 of 2) sorted by relevance
/third_party/sqlite/src/ |
H A D | shell.c | 23081 char *zCollist = 0; in do_meta_command() local 23137 if( isWO && lenPK==0 && sqlite3_column_int(pStmt,5)==0 && zCollist ){ in do_meta_command() 23138 lenPK = (int)strlen(zCollist); in do_meta_command() 23140 if( zCollist==0 ){ in do_meta_command() 23141 zCollist = sqlite3_mprintf("\"%w\"", zCol); in do_meta_command() 23143 zCollist = sqlite3_mprintf("%z,\"%w\"", zCollist, zCol); in do_meta_command() 23150 sqlite3_free(zCollist); in do_meta_command() 23156 azArg[2], zCollist, lenPK, zCollist); in do_meta_command() [all...] |
H A D | sqlite3.c | 210979 rbuObjIterPrepareTmpInsert( sqlite3rbu *p, RbuObjIter *pIter, const char *zCollist, const char *zRbuRowid ) global() argument 211135 char *zCollist = 0; /* List of indexed columns */ global() local [all...] |
Completed in 156 milliseconds