Searched refs:SQLITE_ROW (Results 1 – 9 of 9) sorted by relevance
545 if (rc != SQLITE_DONE && rc != SQLITE_ROW) { in _pysqlite_query_execute()564 assert(rc == SQLITE_ROW || rc == SQLITE_DONE); in _pysqlite_query_execute()611 if (rc == SQLITE_ROW) { in _pysqlite_query_execute()744 } while (rc == SQLITE_ROW); in pysqlite_cursor_executescript()817 if (rc != SQLITE_DONE && rc != SQLITE_ROW) { in pysqlite_cursor_iternext()824 if (rc == SQLITE_ROW) { in pysqlite_cursor_iternext()
934 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in shellFakeSchema()2162 while( SQLITE_ROW==sqlite3_step(pStmt) ){ in sha3QueryFunc()5887 while( sqlite3_step(pS2)==SQLITE_ROW ){ in completionNext()5911 while( sqlite3_step(pS2)==SQLITE_ROW ){ in completionNext()5936 if( sqlite3_step(pCur->pStmt)==SQLITE_ROW ){ in completionNext()9933 if( rc!=SQLITE_ROW ){ in expertNext()10069 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){ in idxGetTableInfo()10099 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){ in idxGetTableInfo()10255 while( rc==SQLITE_OK && sqlite3_step(pIdxList)==SQLITE_ROW ){ in idxFindCompatible()10266 while( rc==SQLITE_OK && sqlite3_step(pInfo)==SQLITE_ROW ){ in idxFindCompatible()[all …]
784 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro51922 if( rc!=SQLITE_ROW ){84643 rc = SQLITE_ROW;88391 if( rc==SQLITE_ROW ){88394 db->errCode = SQLITE_ROW;88395 return SQLITE_ROW;88426 || rc==SQLITE_ROW || rc==SQLITE_DONE || rc==SQLITE_ERROR91773 rc = SQLITE_ROW;99120 if( rc==SQLITE_ROW ){99143 if( rc==SQLITE_ROW ){[all …]
496 if (ret != SQLITE_DONE && ret != SQLITE_ROW) in sqlite_run()674 if (sqlite_run(select_file_stmt) == SQLITE_ROW) { in update_stream()
994 if (rc != SQLITE_OK && rc != SQLITE_DONE && rc != SQLITE_ROW) in step_ok_done()2208 if (rc != SQLITE_ROW) in handle_buildid()3049 if (rc == SQLITE_ROW) // i.e., a result, as opposed to DONE (no results) in scan_source_file()3423 if (rc == SQLITE_ROW) // i.e., a result, as opposed to DONE (no results) in scan_archive_file()3801 if (rc != SQLITE_ROW) in database_stats_report()3853 if (rc != SQLITE_ROW) in groom()4304 if (rc != SQLITE_OK && rc != SQLITE_DONE && rc != SQLITE_ROW) in main()
474 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
644 while (sqlite3_step(stmt) == SQLITE_ROW) { in add_sqlite_radius_attr()
74658 + while (sqlite3_step(statement) == SQLITE_ROW) {87129 - while( sqlite3_step(pS2)==SQLITE_ROW ){87156 - while( sqlite3_step(pS2)==SQLITE_ROW ){87194 - if( sqlite3_step(pCur->pStmt)==SQLITE_ROW ){91636 + while( sqlite3_step(pS2)==SQLITE_ROW ){91660 + while( sqlite3_step(pS2)==SQLITE_ROW ){91685 + if( sqlite3_step(pCur->pStmt)==SQLITE_ROW ){93496 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){93507 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){93536 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSelect) ){[all …]