Searched refs:SQLITE_ROW (Results 1 – 13 of 13) sorted by relevance
272 if (ret != SQLITE_ROW) in get_def_name()369 } while (ret == SQLITE_ROW); in create_cache()516 if (sqlite3_step(s->scache_name) == SQLITE_ROW) { in scc_resolve()582 } while (ret == SQLITE_ROW); in scc_initialize()601 } while (ret == SQLITE_ROW); in scc_initialize()644 } while (ret == SQLITE_ROW); in scc_destroy()753 } while (ret == SQLITE_ROW); in scc_store_cred()772 } while (ret == SQLITE_ROW); in scc_store_cred()790 } while (ret == SQLITE_ROW); in scc_store_cred()829 if (sqlite3_step(s->scache) != SQLITE_ROW) { in scc_get_principal()[all …]
442 if(ret == SQLITE_ROW) { in hdb_sqlite_make_database()513 if (sqlite_error != SQLITE_ROW) { in hdb_sqlite_fetch_kvno()663 if (ret != SQLITE_ROW) { in hdb_sqlite_store()670 } else if(ret == SQLITE_ROW) { /* Found a principal */ in hdb_sqlite_store()857 if(sqlite_error == SQLITE_ROW) { in hdb_sqlite_nextkey()
69 while (sqlite3_step(stmt) == SQLITE_ROW) { in whatis()
422 if (sqlite3_step(stmt) != SQLITE_ROW) { in init_db()703 while (rc == 0 && sqlite3_step(stmt) == SQLITE_ROW) { in execute_search_query()
744 while (sqlite3_step(stmt) == SQLITE_ROW) { in update_db()1846 if (sqlite3_step(stmt) == SQLITE_ROW) { in check_md5()
2004 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in shellFakeSchema()3455 while( SQLITE_ROW==sqlite3_step(pStmt) ){ in sha3QueryFunc()8341 while( sqlite3_step(pS2)==SQLITE_ROW ){ in completionNext()8365 while( sqlite3_step(pS2)==SQLITE_ROW ){ in completionNext()8390 if( sqlite3_step(pCur->pStmt)==SQLITE_ROW ){ in completionNext()12413 if( rc!=SQLITE_ROW ){ in expertNext()12550 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){ in idxGetTableInfo()12580 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){ in idxGetTableInfo()12736 while( rc==SQLITE_OK && sqlite3_step(pIdxList)==SQLITE_ROW ){ in idxFindCompatible()12747 while( rc==SQLITE_OK && sqlite3_step(pInfo)==SQLITE_ROW ){ in idxFindCompatible()[all …]
787 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro53312 if( rc!=SQLITE_ROW ){86827 rc = SQLITE_ROW;90722 if( rc==SQLITE_ROW ){90725 db->errCode = SQLITE_ROW;90726 return SQLITE_ROW;90757 || rc==SQLITE_ROW || rc==SQLITE_DONE || rc==SQLITE_ERROR94329 rc = SQLITE_ROW;101818 if( rc==SQLITE_ROW ){101841 if( rc==SQLITE_ROW ){[all …]
474 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
218 if (status == SQLITE_ROW) { in dict_sqlite_lookup()
194 case SQLITE_ROW: in step()
393 { "ROW", SQLITE_ROW },
142 SQLITE_ROW = 100, /** sqlite3_step() has another row ready */ enumerator
1709 if( rcs==SQLITE_ROW ){ in dbEvalStep()