Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c174424 static int wherePathSolver(WhereInfo *pWInfo, LogEst nRowEst){ function
175695 wherePathSolver(pWInfo, 0);
175699 wherePathSolver(pWInfo, pWInfo->nRowOut<0 ? 1 : pWInfo->nRowOut+1);