Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c12870 static int countNonzeros(void* pCount, int nc, in countNonzeros() function
12922 rc = sqlite3_exec(dbm, zFind, countNonzeros, &i, 0); in idxCreateFromCons()