Home
last modified time | relevance | path

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

/third_party/sqlite/src/
Dshell.c20948 typedef struct ArCommand ArCommand; typedef
20949 struct ArCommand { struct
20950 u8 eCmd; /* An AR_CMD_* value */
20951 u8 bVerbose; /* True if --verbose */
20952 u8 bZip; /* True if the archive is a ZIP */
20953 u8 bDryRun; /* True if --dry-run */
20954 u8 bAppend; /* True if --append */
20978 static int arErrorMsg(ArCommand *pAr, const char *zFmt, ...){ in arErrorMsg() argument