Searched refs:bIsDir (Results 1 - 1 of 1) sorted by relevance
/third_party/sqlite/src/ |
H A D | shell.c | 8250 int bIsDir, /* If true, default to directory */ in zipfileGetMode() 8257 mode = (bIsDir ? (S_IFDIR + 0755) : (S_IFREG + 0644)); in zipfileGetMode() 8275 if( ((mode & S_IFDIR)==0)==bIsDir ){ in zipfileGetMode() 8407 int bIsDir = 0; in zipfileUpdate() local 8447 bIsDir = 1; in zipfileUpdate() 8480 rc = zipfileGetMode(apVal[3], bIsDir, &mode, &pTab->base.zErrMsg); in zipfileUpdate() 8490 if( rc==SQLITE_OK && bIsDir ){ in zipfileUpdate() 8799 int bIsDir = 0; in zipfileStep() local 8863 bIsDir = 1; in zipfileStep() 8886 rc = zipfileGetMode(pMode, bIsDir, in zipfileStep() 8248 zipfileGetMode( sqlite3_value *pVal, int bIsDir, u32 *pMode, char **pzErr ) zipfileGetMode() argument [all...] |
Completed in 20 milliseconds