Searched refs:SQLITE_ROW (Results 1 – 8 of 8) sorted by relevance
272 if (ret != SQLITE_ROW) in get_def_name()370 } while (ret == SQLITE_ROW); in create_cache()517 if (sqlite3_step(s->scache_name) == SQLITE_ROW) { in scc_resolve()583 } while (ret == SQLITE_ROW); in scc_initialize()602 } while (ret == SQLITE_ROW); in scc_initialize()645 } while (ret == SQLITE_ROW); in scc_destroy()759 } while (ret == SQLITE_ROW); in scc_store_cred()778 } while (ret == SQLITE_ROW); in scc_store_cred()796 } while (ret == SQLITE_ROW); in scc_store_cred()835 if (sqlite3_step(s->scache) != SQLITE_ROW) { in scc_get_principal()[all …]
351 if(ret == SQLITE_ROW) { in hdb_sqlite_make_database()408 if (sqlite_error != SQLITE_ROW) { in hdb_sqlite_fetch_kvno()546 } else if(ret == SQLITE_ROW) { /* Found a principal */ in hdb_sqlite_store()723 if(sqlite_error == SQLITE_ROW) { in hdb_sqlite_nextkey()
281 while (SQLITE_ROW == (c = sqlite3_step(s))) { in mansearch()361 while (SQLITE_ROW == (c = sqlite3_step(s))) { in buildnames()412 while (SQLITE_ROW == (c = sqlite3_step(s))) { in buildoutput()
1016 while( rc==SQLITE_ROW ){ in run_table_dump_query()1202 for(iOp=0; SQLITE_ROW==sqlite3_step(pSql); iOp++){ in explain_data_prepare()1320 if( SQLITE_ROW == rc ){ in shell_exec()1354 if( SQLITE_ROW == rc ){ in shell_exec()1362 } while( SQLITE_ROW == rc ); in shell_exec()1368 } while( rc == SQLITE_ROW ); in shell_exec()1472 while( rc==SQLITE_ROW ){ in dump_callback()1477 if( rc==SQLITE_ROW ){ in dump_callback()2687 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()2718 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()
430 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
458 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro62787 rc = SQLITE_ROW;65191 if( rc!=SQLITE_ROW && db->xProfile && !db->init.busy && p->zSql ){65218 assert( rc==SQLITE_ROW || rc==SQLITE_DONE || rc==SQLITE_ERROR 65221 assert( p->rc!=SQLITE_ROW && p->rc!=SQLITE_DONE );65222 if( p->isPrepareV2 && rc!=SQLITE_ROW && rc!=SQLITE_DONE ){67724 rc = SQLITE_ROW;72860 if( rc==SQLITE_ROW ){72880 if( rc==SQLITE_ROW ){72894 assert( rc!=SQLITE_ROW && rc!=SQLITE_DONE );[all …]
197 case SQLITE_ROW: in step()
383 { "ROW", SQLITE_ROW },