Searched refs:sqlite3_str_appendchar (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/public-domain/sqlite/dist/ |
H A D | sqlite3ext.h | 649 #define sqlite3_str_appendchar sqlite3_api->str_appendchar macro
|
H A D | sqlite3.h | 8477 SQLITE_API void sqlite3_str_appendchar(sqlite3_str*, int N, char C);
|
H A D | sqlite3.c | 8790 SQLITE_API void sqlite3_str_appendchar(sqlite3_str*, int N, char C); 25510 sqlite3_str_appendchar(&sRes, 1, c); in strftimeFunc() 25518 sqlite3_str_appendchar(&sRes, 1, '%'); in strftimeFunc() 31537 sqlite3_str_appendchar(pAccum, width-1, ' '); in sqlite3_str_vappendf() 31722 if( !flag_leftjustify ) sqlite3_str_appendchar(pAccum, width, ' '); in sqlite3_str_vappendf() 31724 if( flag_leftjustify ) sqlite3_str_appendchar(pAccum, width, ' '); in sqlite3_str_vappendf() 31831 SQLITE_API void sqlite3_str_appendchar(sqlite3_str *p, int N, char c){ in sqlite3_str_appendchar() function 85401 sqlite3_str_appendchar(pErr, 1, '\n'); 86159 sqlite3_str_appendchar(&x, 1, c); 93141 sqlite3_str_appendchar(pStr, 1, (z<32||z>126)?'.':z); [all …]
|