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

/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3ext.h620 #define sqlite3_str_appendchar sqlite3_api->str_appendchar macro
H A Dsqlite3.h7916 ** ^The [sqlite3_str_appendchar(X,N,C)] method appends N copies of the
7931 SQLITE_API void sqlite3_str_appendchar(sqlite3_str*, int N, char C);
H A Dsqlite3.c8979 ** ^The [sqlite3_str_appendchar(X,N,C)] method appends N copies of the
8994 SQLITE_API void sqlite3_str_appendchar(sqlite3_str*, int N, char C);
29394 SQLITE_API void sqlite3_str_appendchar(sqlite3_str *p, int N, char c){ function
126010 #define sqlite3_str_appendchar macro
[all...]

Completed in 582 milliseconds