Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c146071 int initNCol; local
146080 initNCol = sqliteHashCount(pHash);
146081 while( initNCol-- ){
146084 if( k==0 ){ initNCol = 0; break; }