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()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()1010 if (ret != SQLITE_ROW) { in scc_get_next()1127 } while (ret == SQLITE_ROW); in scc_remove_cred()[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()
12492 if( rc!=SQLITE_ROW ){ in expertNext()18073 if( res==SQLITE_ROW ){ in recoverLostAndFound3Step()18374 if( rc==SQLITE_ROW ){ in recoverLostAndFound1Step()18426 if( res==SQLITE_ROW ){ in recoverLostAndFound2Step()21064 while( rc==SQLITE_ROW ){ in run_table_dump_query()21884 if( rc!=SQLITE_ROW ) return; in exec_prepared_stmt_columnar()22106 if( SQLITE_ROW == rc ){ in exec_prepared_stmt()22142 if( SQLITE_ROW == rc ){ in exec_prepared_stmt()22150 } while( SQLITE_ROW == rc ); in exec_prepared_stmt()22540 preserveRowid = rc==SQLITE_ROW; in tableColumnList()[all …]
53663 if( rc!=SQLITE_ROW ){87303 rc = SQLITE_ROW;91226 if( rc==SQLITE_ROW ){91230 return SQLITE_ROW;94832 rc = SQLITE_ROW;102358 if( rc==SQLITE_ROW ){102381 if( rc==SQLITE_ROW ){181452 case SQLITE_ROW: {192622 if( rc==SQLITE_ROW ){228672 return 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()