Searched refs:intckStep (Results 1 – 1 of 1) sorted by relevance
14376 static int intckStep(sqlite3_intck *p, sqlite3_stmt *pStmt){ in intckStep() function14389 intckStep(p, pStmt); in intckExec()14720 if( SQLITE_ROW==intckStep(p, pStmt) ){ in intckGetAutoIndex()