Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c17564 typedef struct ArCommand ArCommand; typedef
17565 struct ArCommand { struct
17566 u8 eCmd; /* An AR_CMD_* value */
17567 u8 bVerbose; /* True if --verbose */
17568 u8 bZip; /* True if the archive is a ZIP */
17569 u8 bDryRun; /* True if --dry-run */
17570 u8 bAppend; /* True if --append */
17594 static int arErrorMsg(ArCommand *pAr, const char *zFmt, ...){ in arErrorMsg() argument
/external/sqlite/dist/
Dshell.c17585 typedef struct ArCommand ArCommand; typedef
17586 struct ArCommand { struct
17587 u8 eCmd; /* An AR_CMD_* value */
17588 u8 bVerbose; /* True if --verbose */
17589 u8 bZip; /* True if the archive is a ZIP */
17590 u8 bDryRun; /* True if --dry-run */
17591 u8 bAppend; /* True if --append */
17615 static int arErrorMsg(ArCommand *pAr, const char *zFmt, ...){ in arErrorMsg() argument