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()
1908 if( rc==SQLITE_ROW ){ in qrfJsonbToJson()2815 if( rc!=SQLITE_ROW || nColumn==0 ){ in qrfColumnar()2881 }while( sqlite3_step(p->pStmt)==SQLITE_ROW && p->iErr==SQLITE_OK ); in qrfColumnar()3214 for(iOp=0; SQLITE_ROW==sqlite3_step(p->pStmt) && !p->iErr; iOp++){ in qrfExplain()3271 for(iOp=0; sqlite3_step(p->pStmt)==SQLITE_ROW && !p->iErr; iOp++){ in qrfExplain()3877 while( qrf.iErr==SQLITE_OK && sqlite3_step(pStmt)==SQLITE_ROW ){ in sqlite3_format_query_result()5134 while( SQLITE_ROW==sqlite3_step(pStmt) ){ in sha3QueryFunc()5559 while( SQLITE_ROW==sqlite3_step(pStmt) ){ in sha1QueryFunc()11191 while( sqlite3_step(pS2)==SQLITE_ROW ){ in completionNext()11220 while( sqlite3_step(pS2)==SQLITE_ROW ){ in completionNext()[all …]
800 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro56105 if( rc==SQLITE_ROW ){56111 if( rc==SQLITE_ROW ){90363 rc = SQLITE_ROW;94555 if( rc==SQLITE_ROW ){94558 db->errCode = SQLITE_ROW;94559 return SQLITE_ROW;94590 || rc==SQLITE_ROW || rc==SQLITE_DONE || rc==SQLITE_ERROR98380 rc = SQLITE_ROW;106066 if( rc==SQLITE_ROW ){[all …]
479 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
196 case SQLITE_ROW: in step()
711 while (sqlite3_step(stmt) == SQLITE_ROW) { in add_sqlite_radius_attr()
1787 if( rcs==SQLITE_ROW ){ in dbEvalStep()