Home
last modified time | relevance | path

Searched refs:intckStep (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dshell.c14376 static int intckStep(sqlite3_intck *p, sqlite3_stmt *pStmt){ in intckStep() function
14389 intckStep(p, pStmt); in intckExec()
14720 if( SQLITE_ROW==intckStep(p, pStmt) ){ in intckGetAutoIndex()