Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dwhere.c384 int pushKey, /* If TRUE, leave the table key on the stack */ in sqliteWhereBegin() argument
403 assert( pushKey==0 || pTabList->nSrc==1 ); in sqliteWhereBegin()
859 if( i==pTabList->nSrc-1 && pushKey ){ in sqliteWhereBegin()
1122 if( i==pTabList->nSrc-1 && pushKey ){ in sqliteWhereBegin()
1179 if( pushKey && !haveKey ){ in sqliteWhereBegin()