Searched refs:SQLITE_ROW (Results 1 – 11 of 11) 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()
901 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in shellFakeSchema()7432 if( rc!=SQLITE_ROW ){ in expertNext()9171 if( SQLITE_ROW==sqlite3_step(pStmt) ){ in dbdataLoadPage()11065 while( rc==SQLITE_ROW ){ in run_table_dump_query()11550 if( sqlite3_step(pQ)==SQLITE_ROW ){ in bind_prepared_stmt()11574 if( SQLITE_ROW == rc ){ in exec_prepared_stmt()11606 if( SQLITE_ROW == rc ){ in exec_prepared_stmt()11614 } while( SQLITE_ROW == rc ); in exec_prepared_stmt()12002 preserveRowid = rc==SQLITE_ROW; in tableColumnList()12035 if( sqlite3_step(pStmt)==SQLITE_ROW ){ in toggleSelectOrder()[all …]
48251 if( rc!=SQLITE_ROW ){79720 rc = SQLITE_ROW;83478 if( rc!=SQLITE_ROW ){83509 if( rc!=SQLITE_ROW 86642 rc = SQLITE_ROW;93222 if( rc==SQLITE_ROW ){93242 if( rc==SQLITE_ROW ){161754 case SQLITE_ROW: {172403 if( rc==SQLITE_ROW ){204634 return SQLITE_ROW;[all …]
451 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
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()
409 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
59616 rc = SQLITE_ROW;64680 rc = SQLITE_ROW;69873 if( rc==SQLITE_ROW ){69892 if( rc==SQLITE_ROW ){88814 if( rc==SQLITE_ROW ){88833 if( rc!=SQLITE_ROW ){98978 assert( rc!=SQLITE_ROW );119313 if( rc==SQLITE_ROW ){124882 rc = SQLITE_ROW;127519 if( rc==SQLITE_ROW ){[all …]
644 while (sqlite3_step(stmt) == SQLITE_ROW) { in add_sqlite_radius_attr()
1667 if( rcs==SQLITE_ROW ){ in dbEvalStep()