Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dshell.c8350 if( iMethod!=0 && iMethod!=8 ){ in zipfileUpdate()
8354 if( bAuto || iMethod ){ in zipfileUpdate()
8358 if( iMethod || nCmp<nIn ){ in zipfileUpdate()
8359 iMethod = 8; in zipfileUpdate()
8743 if( iMethod!=0 && iMethod!=8 ){ in zipfileStep()
8755 iMethod = 0; in zipfileStep()
8760 if( iMethod<0 || iMethod==8 ){ in zipfileStep()
8766 if( iMethod==8 || nOut<nData ){ in zipfileStep()
8769 iMethod = 8; in zipfileStep()
8771 iMethod = 0; in zipfileStep()
[all …]