Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c11208 sqlite3_stmt *pSql = 0; in sqlite3_expert_new() local
11209 rc = idxPrintfPrepareStmt(pNew->db, &pSql, pzErrmsg, in sqlite3_expert_new()
11213 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSql) ){ in sqlite3_expert_new()
11214 const char *zSql = (const char*)sqlite3_column_text(pSql, 0); in sqlite3_expert_new()
11217 idxFinalize(&rc, pSql); in sqlite3_expert_new()
17435 ** If compiled statement pSql appears to be an EXPLAIN statement, allocate
17455 static void explain_data_prepare(ShellState *p, sqlite3_stmt *pSql){ in explain_data_prepare() argument
17470 if( sqlite3_column_count(pSql)!=8 ){ in explain_data_prepare()
17474 zSql = sqlite3_sql(pSql); in explain_data_prepare()
17482 for(iOp=0; SQLITE_ROW==sqlite3_step(pSql); iO in explain_data_prepare()
20668 sqlite3_stmt *pSql = 0; /* Compiled version of SQL statement below */ lintFkeyIndexes() local
21292 sqlite3_stmt *pSql = 0; arListCommand() local
21379 sqlite3_stmt *pSql = 0; arExtractCommand() local
[all...]
H A Dsqlite3.c204686 sqlite3_str *pSql; global() local
206583 sqlite3_str *pSql; global() local
212410 sqlite3_stmt *pSql = 0; global() local
214923 sqlite3_str *pSql; /* Query of btrees to analyze */ global() local
[all...]

Completed in 149 milliseconds