Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dshell.c5983 if( iMethod!=0 && iMethod!=8 ){ in zipfileUpdate()
5987 if( bAuto || iMethod ){ in zipfileUpdate()
5991 if( iMethod || nCmp<nIn ){ in zipfileUpdate()
5992 iMethod = 8; in zipfileUpdate()
6376 if( iMethod!=0 && iMethod!=8 ){ in zipfileStep()
6388 iMethod = 0; in zipfileStep()
6393 if( iMethod<0 || iMethod==8 ){ in zipfileStep()
6399 if( iMethod==8 || nOut<nData ){ in zipfileStep()
6402 iMethod = 8; in zipfileStep()
6404 iMethod = 0; in zipfileStep()
[all …]