Home
last modified time | relevance | path

Searched defs:ArCommand (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dshell.c.in6544 typedef struct ArCommand ArCommand; typedef
6545 struct ArCommand { struct
6546 u8 eCmd; /* An AR_CMD_* value */
6547 u8 bVerbose; /* True if --verbose */
6548 u8 bZip; /* True if the archive is a ZIP */
6549 u8 bDryRun; /* True if --dry-run */
6550 u8 bAppend; /* True if --append */
6574 static int arErrorMsg(ArCommand *pAr, const char *zFmt, ...){ argument