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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h649 #define sqlite3_str_appendchar sqlite3_api->str_appendchar macro
H A Dsqlite3.h8462 ** ^The [sqlite3_str_appendchar(X,N,C)] method appends N copies of the
8477 SQLITE_API void sqlite3_str_appendchar(sqlite3_str*, int N, char C);
H A Dsqlite3.c8775 ** ^The [sqlite3_str_appendchar(X,N,C)] method appends N copies of the
8790 SQLITE_API void sqlite3_str_appendchar(sqlite3_str*, int N, char C);
31831 SQLITE_API void sqlite3_str_appendchar(sqlite3_str *p, int N, char c){ function
136121 #define sqlite3_str_appendchar macro
[all...]

Completed in 512 milliseconds