Home
last modified time | relevance | path

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

/third_party/python/Modules/_sqlite/
Dcursor.c545 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()
/third_party/sqlite/src/
Dshell.c934 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 …]
Dsqlite3.c784 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
51922 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_ERROR
91773 rc = SQLITE_ROW;
99120 if( rc==SQLITE_ROW ){
99143 if( rc==SQLITE_ROW ){
[all …]
/third_party/ltp/tools/sparse/sparse-src/
Dsemind.c496 if (ret != SQLITE_DONE && ret != SQLITE_ROW) in sqlite_run()
674 if (sqlite_run(select_file_stmt) == SQLITE_ROW) { in update_stream()
/third_party/elfutils/debuginfod/
Ddebuginfod.cxx994 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()
/third_party/sqlite/include/
Dsqlite3.h474 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dieee802_1x.c644 while (sqlite3_step(stmt) == SQLITE_ROW) { in add_sqlite_radius_attr()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dieee802_1x.c644 while (sqlite3_step(stmt) == SQLITE_ROW) { in add_sqlite_radius_attr()
/third_party/chromium/patch/
D0003-ohos-1115.patch74658 + 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 …]