Lines Matching refs:sqlite3_str_vappendf
9030 SQLITE_API void sqlite3_str_vappendf(sqlite3_str*, const char *zFormat, va_list);
31827 SQLITE_API void sqlite3_str_vappendf( in sqlite3_str_vappendf() function
32890 sqlite3_str_vappendf(&acc, zFormat, ap); in sqlite3VMPrintf()
32930 sqlite3_str_vappendf(&acc, zFormat, ap); in sqlite3_vmprintf()
32975 sqlite3_str_vappendf(&acc, zFormat, ap); in sqlite3_vsnprintf()
32992 sqlite3_str_vappendf(&acc, zFormat, ap); in sqlite3_snprintf()
33026 sqlite3_str_vappendf(&acc, zFormat, ap); in renderLogMsg()
33055 sqlite3_str_vappendf(&acc, zFormat, ap); in sqlite3DebugPrintf()
33078 sqlite3_str_vappendf(p, zFormat, ap); in sqlite3_str_appendf()
33223 sqlite3_str_vappendf(&acc, zFormat, ap); in sqlite3TreeViewLine()
82114 sqlite3_str_vappendf(&pCheck->errMsg, zFormat, ap);
138994 #define sqlite3_str_vappendf sqlite3_api->str_vappendf
139499 sqlite3_str_vappendf,