etByte 18575 third_party/sqlite/amalgamation/sqlite3.c etByte base; /* The base for radix conversion */ etByte 18576 third_party/sqlite/amalgamation/sqlite3.c etByte flags; /* One or more of FLAG_ constants below */ etByte 18577 third_party/sqlite/amalgamation/sqlite3.c etByte type; /* Conversion paradigm */ etByte 18578 third_party/sqlite/amalgamation/sqlite3.c etByte charset; /* Offset into aDigits[] of the digits string */ etByte 18579 third_party/sqlite/amalgamation/sqlite3.c etByte prefix; /* Offset into aPrefix[] of the prefix string */ etByte 18723 third_party/sqlite/amalgamation/sqlite3.c etByte flag_leftjustify; /* True if "-" flag is present */ etByte 18724 third_party/sqlite/amalgamation/sqlite3.c etByte flag_plussign; /* True if "+" flag is present */ etByte 18725 third_party/sqlite/amalgamation/sqlite3.c etByte flag_blanksign; /* True if " " flag is present */ etByte 18726 third_party/sqlite/amalgamation/sqlite3.c etByte flag_alternateform; /* True if "#" flag is present */ etByte 18727 third_party/sqlite/amalgamation/sqlite3.c etByte flag_altform2; /* True if "!" flag is present */ etByte 18728 third_party/sqlite/amalgamation/sqlite3.c etByte flag_zeropad; /* True if field width constant starts with zero */ etByte 18729 third_party/sqlite/amalgamation/sqlite3.c etByte flag_long; /* True if "l" flag is present */ etByte 18730 third_party/sqlite/amalgamation/sqlite3.c etByte flag_longlong; /* True if the "ll" flag is present */ etByte 18731 third_party/sqlite/amalgamation/sqlite3.c etByte done; /* Loop termination flag */ etByte 18737 third_party/sqlite/amalgamation/sqlite3.c etByte xtype = 0; /* Conversion paradigm */ etByte 18742 third_party/sqlite/amalgamation/sqlite3.c etByte flag_dp; /* True if decimal point should be shown */ etByte 18743 third_party/sqlite/amalgamation/sqlite3.c etByte flag_rtz; /* True if trailing zeros should be removed */ etByte 18744 third_party/sqlite/amalgamation/sqlite3.c etByte flag_exp; /* True to force display of the exponent */ etByte 92 third_party/sqlite/src/src/printf.c etByte base; /* The base for radix conversion */ etByte 93 third_party/sqlite/src/src/printf.c etByte flags; /* One or more of FLAG_ constants below */ etByte 94 third_party/sqlite/src/src/printf.c etByte type; /* Conversion paradigm */ etByte 95 third_party/sqlite/src/src/printf.c etByte charset; /* Offset into aDigits[] of the digits string */ etByte 96 third_party/sqlite/src/src/printf.c etByte prefix; /* Offset into aPrefix[] of the prefix string */ etByte 240 third_party/sqlite/src/src/printf.c etByte flag_leftjustify; /* True if "-" flag is present */ etByte 241 third_party/sqlite/src/src/printf.c etByte flag_plussign; /* True if "+" flag is present */ etByte 242 third_party/sqlite/src/src/printf.c etByte flag_blanksign; /* True if " " flag is present */ etByte 243 third_party/sqlite/src/src/printf.c etByte flag_alternateform; /* True if "#" flag is present */ etByte 244 third_party/sqlite/src/src/printf.c etByte flag_altform2; /* True if "!" flag is present */ etByte 245 third_party/sqlite/src/src/printf.c etByte flag_zeropad; /* True if field width constant starts with zero */ etByte 246 third_party/sqlite/src/src/printf.c etByte flag_long; /* True if "l" flag is present */ etByte 247 third_party/sqlite/src/src/printf.c etByte flag_longlong; /* True if the "ll" flag is present */ etByte 248 third_party/sqlite/src/src/printf.c etByte done; /* Loop termination flag */ etByte 254 third_party/sqlite/src/src/printf.c etByte xtype = 0; /* Conversion paradigm */ etByte 259 third_party/sqlite/src/src/printf.c etByte flag_dp; /* True if decimal point should be shown */ etByte 260 third_party/sqlite/src/src/printf.c etByte flag_rtz; /* True if trailing zeros should be removed */ etByte 261 third_party/sqlite/src/src/printf.c etByte flag_exp; /* True to force display of the exponent */