Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3ext.h624 #define sqlite3_str_vappendf sqlite3_api->str_vappendf macro
H A Dsqlite3.h8093 SQLITE_API void sqlite3_str_vappendf(sqlite3_str*, const char *zFormat, va_list);
H A Dsqlite3.c29124 SQLITE_API void sqlite3_str_vappendf(
30075 sqlite3_str_vappendf(&acc, zFormat, ap);
30115 sqlite3_str_vappendf(&acc, zFormat, ap);
30160 sqlite3_str_vappendf(&acc, zFormat, ap);
30192 sqlite3_str_vappendf(&acc, zFormat, ap);
30221 sqlite3_str_vappendf(&acc, zFormat, ap);
30244 sqlite3_str_vappendf(p, zFormat, ap);
30316 sqlite3_str_vappendf(&acc, zFormat, ap);
75527 sqlite3_str_vappendf(&pCheck->errMsg, zFormat, ap);
127938 #define sqlite3_str_vappendf sqlite3_api->str_vappendf
[all …]