Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dshell.c11014 if( iMethod!=0 && iMethod!=8 ){ in zipfileUpdate()
11018 if( bAuto || iMethod ){ in zipfileUpdate()
11022 if( iMethod || nCmp<nIn ){ in zipfileUpdate()
11023 iMethod = 8; in zipfileUpdate()
11408 if( iMethod!=0 && iMethod!=8 ){ in zipfileStep()
11420 iMethod = 0; in zipfileStep()
11425 if( iMethod<0 || iMethod==8 ){ in zipfileStep()
11431 if( iMethod==8 || nOut<nData ){ in zipfileStep()
11434 iMethod = 8; in zipfileStep()
11436 iMethod = 0; in zipfileStep()
[all …]