Home
last modified time | relevance | path

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

/external/sqlite/dist/sqlite-autoconf-3440300/
Dshell.c23702 typedef struct ArCommand ArCommand; typedef
23703 struct ArCommand { struct
23704 u8 eCmd; /* An AR_CMD_* value */
23705 u8 bVerbose; /* True if --verbose */
23706 u8 bZip; /* True if the archive is a ZIP */
23707 u8 bDryRun; /* True if --dry-run */
23708 u8 bAppend; /* True if --append */
23732 static int arErrorMsg(ArCommand *pAr, const char *zFmt, ...){ in arErrorMsg() argument
/external/sqlite/dist/sqlite-autoconf-3420000/orig/
Dshell.c22205 typedef struct ArCommand ArCommand; typedef
22206 struct ArCommand { struct
22207 u8 eCmd; /* An AR_CMD_* value */
22208 u8 bVerbose; /* True if --verbose */
22209 u8 bZip; /* True if the archive is a ZIP */
22210 u8 bDryRun; /* True if --dry-run */
22211 u8 bAppend; /* True if --append */
22235 static int arErrorMsg(ArCommand *pAr, const char *zFmt, ...){ in arErrorMsg() argument
/external/sqlite/dist/sqlite-autoconf-3440300/orig/
Dshell.c23682 typedef struct ArCommand ArCommand; typedef
23683 struct ArCommand { struct
23684 u8 eCmd; /* An AR_CMD_* value */
23685 u8 bVerbose; /* True if --verbose */
23686 u8 bZip; /* True if the archive is a ZIP */
23687 u8 bDryRun; /* True if --dry-run */
23688 u8 bAppend; /* True if --append */
23712 static int arErrorMsg(ArCommand *pAr, const char *zFmt, ...){ in arErrorMsg() argument
/external/sqlite/dist/sqlite-autoconf-3420000/
Dshell.c22227 typedef struct ArCommand ArCommand; typedef
22228 struct ArCommand { struct
22229 u8 eCmd; /* An AR_CMD_* value */
22230 u8 bVerbose; /* True if --verbose */
22231 u8 bZip; /* True if the archive is a ZIP */
22232 u8 bDryRun; /* True if --dry-run */
22233 u8 bAppend; /* True if --append */
22257 static int arErrorMsg(ArCommand *pAr, const char *zFmt, ...){ in arErrorMsg() argument