Searched refs:colv (Results 1 – 4 of 4) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | table.c | 42 static int sqlite3_get_table_cb(void *pArg, int nCol, char **argv, char **colv){ in sqlite3_get_table_cb() argument 70 z = sqlite3_mprintf("%s", colv[i]); in sqlite3_get_table_cb()
|
| H A D | test7.c | 75 const char *colv[100]; /* result column names */ member 395 Tcl_AppendResult(interp, threadset[i].colv[n], 0); in tcl_client_colname() 527 p->colv[i] = sqlite3_column_name(p->pStmt, i); in do_step()
|
| H A D | test4.c | 53 const char *colv[100]; /* result column names */ member 362 Tcl_AppendResult(interp, threadset[i].colv[n], 0); in tcl_thread_colname() 493 p->colv[i] = sqlite3_column_name(p->pStmt, i); in do_step()
|
| /sqlite-3.40.0/tool/ |
| H A D | fuzzershell.c | 194 static int execCallback(void *NotUsed, int argc, char **argv, char **colv){ in execCallback() argument 200 printf(" %s=", colv[i]); in execCallback() 211 static int execNoop(void *NotUsed, int argc, char **argv, char **colv){ in execNoop() argument
|