Lines Matching refs:sqlite3_str_vappendf
9030 SQLITE_API void sqlite3_str_vappendf(sqlite3_str*, const char *zFormat, va_list);
31828 SQLITE_API void sqlite3_str_vappendf( in sqlite3_str_vappendf() function
32891 sqlite3_str_vappendf(&acc, zFormat, ap); in sqlite3VMPrintf()
32931 sqlite3_str_vappendf(&acc, zFormat, ap); in sqlite3_vmprintf()
32976 sqlite3_str_vappendf(&acc, zFormat, ap); in sqlite3_vsnprintf()
32993 sqlite3_str_vappendf(&acc, zFormat, ap); in sqlite3_snprintf()
33027 sqlite3_str_vappendf(&acc, zFormat, ap); in renderLogMsg()
33056 sqlite3_str_vappendf(&acc, zFormat, ap); in sqlite3DebugPrintf()
33079 sqlite3_str_vappendf(p, zFormat, ap); in sqlite3_str_appendf()
33224 sqlite3_str_vappendf(&acc, zFormat, ap); in sqlite3TreeViewLine()
82115 sqlite3_str_vappendf(&pCheck->errMsg, zFormat, ap);
139019 #define sqlite3_str_vappendf sqlite3_api->str_vappendf
139524 sqlite3_str_vappendf,