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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c13451 sqlite3_stmt *pQuery = 0; local
13486 rc = idxPrepareStmt(dbrem, &pQuery, pzErr, zQuery);
13493 if( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pQuery) ){
13497 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pQuery) ){
13500 if( sqlite3_column_int(pQuery, i)==0 ) break;
13533 idxFinalize(&rc, pQuery);
22775 sqlite3_stmt *pQuery = 0; local
22788 rc = sqlite3_prepare_v2(p->db, zQuery, -1, &pQuery, 0);
22794 n = sqlite3_column_count(pQuery);
22812 while( (rc = sqlite3_step(pQuery))
22886 sqlite3_stmt *pQuery = 0; local
[all...]
H A Dsqlite3.c100871 Mem *pQuery; local
126210 sqlite3CteNew( Parse *pParse, Token *pName, ExprList *pArglist, Select *pQuery, u8 eM10d ) argument
218320 sqlite3_stmt *pQuery = 0; /* SELECT name ... WHERE rootpage = $tnum */ local
[all...]

Completed in 982 milliseconds