/external/chromium_org/third_party/sqlite/src/src/ |
table.c | 44 static int sqlite3_get_table_cb(void *pArg, int nCol, char **argv, char **colv){ 72 z = sqlite3_mprintf("%s", colv[i]);
|
test4.c | 47 const char *colv[100]; /* result column names */ member in struct:Thread 344 Tcl_AppendResult(interp, threadset[i].colv[n], 0); 501 p->colv[i] = sqlite3_column_name(p->pStmt, i);
|
test7.c | 70 const char *colv[100]; /* result column names */ member in struct:Thread 375 Tcl_AppendResult(interp, threadset[i].colv[n], 0); 532 p->colv[i] = sqlite3_column_name(p->pStmt, i);
|