Searched refs:sqlite3_str_appendchar (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3ext.h | 659 #define sqlite3_str_appendchar sqlite3_api->str_appendchar macro
|
| H A D | shell.c | 1172 sqlite3_str_appendchar(p->pOut, nSp, ' '); in qrfEqpRender() 1175 sqlite3_str_appendchar(p->pOut, nSp, ' '); in qrfEqpRender() 1179 sqlite3_str_appendchar(p->pOut, nSp, ' '); in qrfEqpRender() 1182 sqlite3_str_appendchar(p->pOut, nSp, ' '); in qrfEqpRender() 1187 sqlite3_str_appendchar(p->pOut, nSp - 10, ' '); in qrfEqpRender() 1299 if( nSp ) sqlite3_str_appendchar(pStats, nSp, ' '); in qrfEqpStats() 1308 if( nSp ) sqlite3_str_appendchar(pStats, nSp, ' '); in qrfEqpStats() 1647 sqlite3_str_appendchar(pStr, nCtrl, ' '); in qrfEscape() 2017 sqlite3_str_appendchar(pOut, nBlob, ' '); in qrfRenderValue() 2018 sqlite3_str_appendchar(pOut, nBlob, ' '); in qrfRenderValue() [all …]
|
| H A D | sqlite3.h | 8881 SQLITE_API void sqlite3_str_appendchar(sqlite3_str*, int N, char C);
|
| H A D | sqlite3.c | 9202 SQLITE_API void sqlite3_str_appendchar(sqlite3_str*, int N, char C); 26962 sqlite3_str_appendchar(&sRes, 1, c); in strftimeFunc() 26990 sqlite3_str_appendchar(&sRes, 1, '%'); in strftimeFunc() 33145 sqlite3_str_appendchar(pAccum, width-1, ' '); in sqlite3_str_vappendf() 33396 if( !flag_leftjustify ) sqlite3_str_appendchar(pAccum, width, ' '); in sqlite3_str_vappendf() 33398 if( flag_leftjustify ) sqlite3_str_appendchar(pAccum, width, ' '); in sqlite3_str_vappendf() 33513 SQLITE_API void sqlite3_str_appendchar(sqlite3_str *p, int N, char c){ in sqlite3_str_appendchar() function 88764 sqlite3_str_appendchar(pErr, 1, '\n'); 89531 sqlite3_str_appendchar(&x, 1, c); 96992 sqlite3_str_appendchar(pStr, 1, (z<32||z>126)?'.':z); [all …]
|