Searched defs:openAll (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dupdate.c54 int openAll; /* True if all indices need to be opened */ local
323 openAll = 1;
325 openAll = 0;
328 openAll = 1;
334 if( openAll || aIdxUsed[i] ){
410 if( openAll || aIdxUsed[i] )
432 if( openAll || aIdxUsed[i] ){

Completed in 43 milliseconds