Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c208423 sqlite3_stmt *pOutputIdx = 0; /* SQL used to find output index */ local
208425 rc = fts3SqlStmt(p, SQL_NEXT_SEGMENT_INDEX, &pOutputIdx, 0);
208427 sqlite3_bind_int64(pOutputIdx, 1, iAbsLevel+1);
208428 sqlite3_step(pOutputIdx);
208429 *piIdx = sqlite3_column_int(pOutputIdx, 0);
208430 rc = sqlite3_reset(pOutputIdx);