Searched refs:SQLITE_ROW (Results 1 – 8 of 8) sorted by relevance
270 if (ret != SQLITE_ROW) in get_def_name()368 } while (ret == SQLITE_ROW); in create_cache()515 if (sqlite3_step(s->scache_name) == SQLITE_ROW) { in scc_resolve()581 } while (ret == SQLITE_ROW); in scc_initialize()600 } while (ret == SQLITE_ROW); in scc_initialize()643 } while (ret == SQLITE_ROW); in scc_destroy()757 } while (ret == SQLITE_ROW); in scc_store_cred()776 } while (ret == SQLITE_ROW); in scc_store_cred()794 } while (ret == SQLITE_ROW); in scc_store_cred()833 if (sqlite3_step(s->scache) != SQLITE_ROW) { in scc_get_principal()[all …]
349 if(ret == SQLITE_ROW) { in hdb_sqlite_make_database()406 if (sqlite_error != SQLITE_ROW) { in hdb_sqlite_fetch_kvno()544 } else if(ret == SQLITE_ROW) { /* Found a principal */ in hdb_sqlite_store()721 if(sqlite_error == SQLITE_ROW) { in hdb_sqlite_nextkey()
2018 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in shellFakeSchema()3469 while( SQLITE_ROW==sqlite3_step(pStmt) ){ in sha3QueryFunc()8419 while( sqlite3_step(pS2)==SQLITE_ROW ){ in completionNext()8443 while( sqlite3_step(pS2)==SQLITE_ROW ){ in completionNext()8468 if( sqlite3_step(pCur->pStmt)==SQLITE_ROW ){ in completionNext()12492 if( rc!=SQLITE_ROW ){ in expertNext()12629 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){ in idxGetTableInfo()12659 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){ in idxGetTableInfo()12815 while( rc==SQLITE_OK && sqlite3_step(pIdxList)==SQLITE_ROW ){ in idxFindCompatible()12826 while( rc==SQLITE_OK && sqlite3_step(pInfo)==SQLITE_ROW ){ in idxFindCompatible()[all …]
789 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro53663 if( rc!=SQLITE_ROW ){53671 if( rc==SQLITE_ROW ){87303 rc = SQLITE_ROW;91226 if( rc==SQLITE_ROW ){91229 db->errCode = SQLITE_ROW;91230 return SQLITE_ROW;91261 || rc==SQLITE_ROW || rc==SQLITE_DONE || rc==SQLITE_ERROR94832 rc = SQLITE_ROW;102358 if( rc==SQLITE_ROW ){[all …]
476 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
196 case SQLITE_ROW: in step()
709 while (sqlite3_step(stmt) == SQLITE_ROW) { in add_sqlite_radius_attr()
1709 if( rcs==SQLITE_ROW ){ in dbEvalStep()