Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dzipfile.c1407 int bIsDir, /* If true, default to directory */ in zipfileGetMode() argument
1414 mode = (bIsDir ? (S_IFDIR + 0755) : (S_IFREG + 0644)); in zipfileGetMode()
1432 if( ((mode & S_IFDIR)==0)==bIsDir ){ in zipfileGetMode()
1564 int bIsDir = 0; in zipfileUpdate() local
1604 bIsDir = 1; in zipfileUpdate()
1637 rc = zipfileGetMode(apVal[3], bIsDir, &mode, &pTab->base.zErrMsg); in zipfileUpdate()
1647 if( rc==SQLITE_OK && bIsDir ){ in zipfileUpdate()
1956 int bIsDir = 0; in zipfileStep() local
2020 bIsDir = 1; in zipfileStep()
2043 rc = zipfileGetMode(pMode, bIsDir, &mode, &zErr); in zipfileStep()
[all …]