Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/sqlite3/
HDshell.c24945 typedef struct ArCommand ArCommand; typedef
24946 struct ArCommand { struct
24947 u8 eCmd; /* An AR_CMD_* value */
24948 u8 bVerbose; /* True if --verbose */
24949 u8 bZip; /* True if the archive is a ZIP */
24950 u8 bDryRun; /* True if --dry-run */
24951 u8 bAppend; /* True if --append */
24975 static int arErrorMsg(ArCommand *pAr, const char *zFmt, ...){ in arErrorMsg() argument