Lines Matching defs:sqlite3_str_vappendf
8555 ** [sqlite3_str_vappendf(X,F,V)] interfaces uses the [built-in printf]
8580 SQLITE_API void sqlite3_str_vappendf(sqlite3_str*, const char *zFormat, va_list);
30152 SQLITE_API void sqlite3_str_vappendf(
31157 sqlite3_str_vappendf(&acc, zFormat, ap);
31197 sqlite3_str_vappendf(&acc, zFormat, ap);
31242 sqlite3_str_vappendf(&acc, zFormat, ap);
31264 ** sqlite3_str_vappendf() might ask for *temporary* memory allocations for
31274 sqlite3_str_vappendf(&acc, zFormat, ap);
31303 sqlite3_str_vappendf(&acc, zFormat, ap);
31320 ** variable-argument wrapper around sqlite3_str_vappendf(). The bFlags argument
31326 sqlite3_str_vappendf(p, zFormat, ap);
31402 sqlite3_str_vappendf(&acc, zFormat, ap);
78809 sqlite3_str_vappendf(&pCheck->errMsg, zFormat, ap);
132568 #define sqlite3_str_vappendf sqlite3_api->str_vappendf
133073 sqlite3_str_vappendf,