Searched refs:SQLITE_ROW (Results 1 – 10 of 10) 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()
946 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in shellFakeSchema()9820 if( rc!=SQLITE_ROW ){ in expertNext()11611 if( SQLITE_ROW==sqlite3_step(pStmt) ){ in dbdataLoadPage()13639 while( rc==SQLITE_ROW ){ in run_table_dump_query()14118 if( sqlite3_step(pQ)==SQLITE_ROW ){ in bind_prepared_stmt()14220 if( rc!=SQLITE_ROW ) return; in exec_prepared_stmt_columnar()14379 if( SQLITE_ROW == rc ){ in exec_prepared_stmt()14411 if( SQLITE_ROW == rc ){ in exec_prepared_stmt()14419 } while( SQLITE_ROW == rc ); in exec_prepared_stmt()14810 preserveRowid = rc==SQLITE_ROW; in tableColumnList()[all …]
49280 if( rc!=SQLITE_ROW ){81363 rc = SQLITE_ROW;85158 if( rc!=SQLITE_ROW ){88259 rc = SQLITE_ROW;95251 if( rc==SQLITE_ROW ){95274 if( rc==SQLITE_ROW ){168217 case SQLITE_ROW: {179024 if( rc==SQLITE_ROW ){185914 rc = SQLITE_ROW;211785 return SQLITE_ROW;[all …]
474 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
196 case SQLITE_ROW: in step()
118 } else if (ret == SQLITE_ROW) { in dbd_sqlite3_select_internal()170 } while (ret == SQLITE_ROW || ret == SQLITE_BUSY); in dbd_sqlite3_select_internal()
349 if (sqlite_result != SQLITE_DONE && sqlite_result != SQLITE_ROW) in svn_sqlite__step()360 *got_row = (sqlite_result == SQLITE_ROW); in svn_sqlite__step()
644 while (sqlite3_step(stmt) == SQLITE_ROW) { in add_sqlite_radius_attr()
1690 if( rcs==SQLITE_ROW ){ in dbEvalStep()