Home
last modified time | relevance | path

Searched refs:sqlite3_str_appendchar (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/contrib/sqlite3/
HDsqlite3ext.h649 #define sqlite3_str_appendchar sqlite3_api->str_appendchar macro
HDsqlite3.h8502 SQLITE_API void sqlite3_str_appendchar(sqlite3_str*, int N, char C);
HDsqlite3.c8815 SQLITE_API void sqlite3_str_appendchar(sqlite3_str*, int N, char C);
25738 sqlite3_str_appendchar(&sRes, 1, c); in strftimeFunc()
25766 sqlite3_str_appendchar(&sRes, 1, '%'); in strftimeFunc()
31838 sqlite3_str_appendchar(pAccum, width-1, ' '); in sqlite3_str_vappendf()
32027 if( !flag_leftjustify ) sqlite3_str_appendchar(pAccum, width, ' '); in sqlite3_str_vappendf()
32029 if( flag_leftjustify ) sqlite3_str_appendchar(pAccum, width, ' '); in sqlite3_str_vappendf()
32136 SQLITE_API void sqlite3_str_appendchar(sqlite3_str *p, int N, char c){ in sqlite3_str_appendchar() function
85877 sqlite3_str_appendchar(pErr, 1, '\n');
86635 sqlite3_str_appendchar(&x, 1, c);
93646 sqlite3_str_appendchar(pStr, 1, (z<32||z>126)?'.':z);
[all …]