Home
last modified time | relevance | path

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

/third_party/sqlite/src/
Dshell.c16967 typedef struct ArCommand ArCommand; typedef
16968 struct ArCommand { struct
16969 u8 eCmd; /* An AR_CMD_* value */
16970 u8 bVerbose; /* True if --verbose */
16971 u8 bZip; /* True if the archive is a ZIP */
16972 u8 bDryRun; /* True if --dry-run */
16996 static int arErrorMsg(ArCommand *pAr, const char *zFmt, ...){ in arErrorMsg() argument