sqlite3AppendChar 13515 ext/sqlite3/libsqlite/sqlite3.c SQLITE_PRIVATE void sqlite3AppendChar(StrAccum*,int,char);
sqlite3AppendChar 21966 ext/sqlite3/libsqlite/sqlite3.c             sqlite3AppendChar(pAccum, width-1, ' ');
sqlite3AppendChar 21969 ext/sqlite3/libsqlite/sqlite3.c           sqlite3AppendChar(pAccum, precision-1, c);
sqlite3AppendChar 22073 ext/sqlite3/libsqlite/sqlite3.c     if( width>0 && !flag_leftjustify ) sqlite3AppendChar(pAccum, width, ' ');
sqlite3AppendChar 22075 ext/sqlite3/libsqlite/sqlite3.c     if( width>0 && flag_leftjustify ) sqlite3AppendChar(pAccum, width, ' ');