Home
last modified time | relevance | path

Searched refs:sqlite3_get_table_cb (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dtable.c42 static int sqlite3_get_table_cb(void *pArg, int nCol, char **argv, char **colv){ in sqlite3_get_table_cb() function
146 rc = sqlite3_exec(db, zSql, sqlite3_get_table_cb, &res, pzErrMsg); in sqlite3_get_table()