Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c101440 int eqOnly; /* Only interested in == results */ local
101453 eqOnly = 0;
101530 eqOnly = 1;
101575 if( eqOnly && r.eqSeen==0 ){
101623 }else if( eqOnly ){