Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h646 #define sqlite3_str_vappendf sqlite3_api->str_vappendf macro
H A Dsqlite3.h8474 SQLITE_API void sqlite3_str_vappendf(sqlite3_str*, const char *zFormat, va_list);
H A Dsqlite3.c8787 SQLITE_API void sqlite3_str_vappendf(sqlite3_str*, const char *zFormat, va_list);
31015 SQLITE_API void sqlite3_str_vappendf( in sqlite3_str_vappendf() function
32026 sqlite3_str_vappendf(&acc, zFormat, ap); in sqlite3VMPrintf()
32066 sqlite3_str_vappendf(&acc, zFormat, ap); in sqlite3_vmprintf()
32111 sqlite3_str_vappendf(&acc, zFormat, ap); in sqlite3_vsnprintf()
32128 sqlite3_str_vappendf(&acc, zFormat, ap); in sqlite3_snprintf()
32153 sqlite3_str_vappendf(&acc, zFormat, ap); in renderLogMsg()
32182 sqlite3_str_vappendf(&acc, zFormat, ap); in sqlite3DebugPrintf()
32205 sqlite3_str_vappendf(p, zFormat, ap); in sqlite3_str_appendf()
32350 sqlite3_str_vappendf(&acc, zFormat, ap); in sqlite3TreeViewLine()
[all …]