Searched refs:sqlite3_str_vappendf (Results 1 – 6 of 6) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | printf.c | 213 void sqlite3_str_vappendf( in sqlite3_str_vappendf() function 1218 sqlite3_str_vappendf(&acc, zFormat, ap); in sqlite3VMPrintf() 1258 sqlite3_str_vappendf(&acc, zFormat, ap); in sqlite3_vmprintf() 1303 sqlite3_str_vappendf(&acc, zFormat, ap); in sqlite3_vsnprintf() 1335 sqlite3_str_vappendf(&acc, zFormat, ap); in renderLogMsg() 1364 sqlite3_str_vappendf(&acc, zFormat, ap); in sqlite3DebugPrintf() 1387 sqlite3_str_vappendf(p, zFormat, ap); in sqlite3_str_appendf()
|
| H A D | loadext.c | 446 sqlite3_str_vappendf,
|
| H A D | sqlite3ext.h | 639 #define sqlite3_str_vappendf sqlite3_api->str_vappendf macro
|
| H A D | treeview.c | 71 sqlite3_str_vappendf(&acc, zFormat, ap); in sqlite3TreeViewLine()
|
| H A D | btree.c | 10169 sqlite3_str_vappendf(&pCheck->errMsg, zFormat, ap); in checkAppendMsg()
|
| H A D | sqlite.h.in | 8194 ** [sqlite3_str_vappendf(X,F,V)] interfaces uses the [built-in printf] 8219 void sqlite3_str_vappendf(sqlite3_str*, const char *zFormat, va_list);
|