| /sqlite-3.40.0/test/ |
| H A D | threadtest4.c | 94 zMsg = sqlite3_vmprintf(zFormat, ap); in worker_trace() 111 zSql = sqlite3_vmprintf(zFormat, ap); in prep_sql() 135 zSql = sqlite3_vmprintf(zFormat, ap); in run_sql() 277 p->zMsg = sqlite3_vmprintf(zFormat, ap); in worker_error()
|
| H A D | threadtest1.c | 45 extern char *sqlite3_vmprintf(const char *zFormat, va_list); 109 zSql = sqlite3_vmprintf(zFormat, ap); in db_query() 143 zSql = sqlite3_vmprintf(zFormat, ap); in db_execute()
|
| H A D | threadtest5.c | 74 zSql = sqlite3_vmprintf(zFormat, ap); in exec() 103 zSql = sqlite3_vmprintf(zFormat, ap); in prepare()
|
| H A D | optfuzz.c | 44 zSql = sqlite3_vmprintf(zFormat, ap); in prepare_sql() 66 zSql = sqlite3_vmprintf(zFormat, ap); in run_sql()
|
| H A D | vt02.c | 263 pVtab->zErrMsg = sqlite3_vmprintf(zFormat, ap); in vt02ErrMsg() 493 zSql = sqlite3_vmprintf(zFormat, ap); in sqlite3RunSql()
|
| H A D | speedtest1.c | 386 zName = sqlite3_vmprintf(zTestName, ap); in speedtest1_begin_test() 488 zSql = sqlite3_vmprintf(zFormat, ap); in speedtest1_exec() 516 zSql = sqlite3_vmprintf(zFormat, ap); in speedtest1_once() 546 zSql = sqlite3_vmprintf(zFormat, ap); in speedtest1_prepare()
|
| /sqlite-3.40.0/mptest/ |
| H A D | mptest.c | 220 zMsg = sqlite3_vmprintf(zFormat, ap); in errorMessage() 246 zMsg = sqlite3_vmprintf(zFormat, ap); in fatalError() 281 zMsg = sqlite3_vmprintf(zFormat, ap); in logMessage() 363 zSql = sqlite3_vmprintf(zFormat, ap); in prepareSql() 382 zSql = sqlite3_vmprintf(zFormat, ap); in runSql() 399 zSql = sqlite3_vmprintf(zFormat, ap); in trySql() 492 zSql = sqlite3_vmprintf(zFormat, ap); in evalSql()
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | dbdump.c | 286 z = sqlite3_vmprintf(zFormat, ap); in output_formatted() 559 zSql = sqlite3_vmprintf(zSelect, ap); in output_sql_from_query() 616 z = sqlite3_vmprintf(zQuery, ap); in run_schema_dump_query()
|
| H A D | fileio.c | 200 zMsg = sqlite3_vmprintf(zFmt, ap); in ctxErrorMsg() 680 pCur->base.pVtab->zErrMsg = sqlite3_vmprintf(zFmt, ap); in fsdirSetErrmsg()
|
| H A D | zipfile.c | 310 zMsg = sqlite3_vmprintf(zFmt, ap); in zipfileCtxErrorMsg() 500 pTab->base.zErrMsg = sqlite3_vmprintf(zFmt, ap); in zipfileTableErr() 507 pCsr->base.pVtab->zErrMsg = sqlite3_vmprintf(zFmt, ap); in zipfileCursorErr()
|
| H A D | scrub.c | 86 p->zErr = sqlite3_vmprintf(zFormat, ap); in scrubBackupErr()
|
| H A D | unionvtab.c | 375 zSql = sqlite3_vmprintf(zFmt, ap); in unionPreparePrintf()
|
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_buffer.c | 108 zTmp = sqlite3_vmprintf(zFmt, ap); in sqlite3Fts5BufferAppendPrintf() 125 zRet = sqlite3_vmprintf(zFmt, ap); in sqlite3Fts5Mprintf()
|
| /sqlite-3.40.0/ext/repair/ |
| H A D | checkindex.c | 85 pCsr->base.pVtab->zErrMsg = sqlite3_vmprintf(zFmt, ap); in cidxCursorError() 237 zRet = sqlite3_vmprintf(zFmt, ap); in cidxMprintf() 258 zSql = sqlite3_vmprintf(zFmt, ap); in cidxPrepare()
|
| H A D | checkfreelist.c | 126 zErr = sqlite3_vmprintf(zFmt, ap); in checkFreelistError()
|
| /sqlite-3.40.0/ext/fts3/tool/ |
| H A D | fts3view.c | 64 zSql = sqlite3_vmprintf(zFormat, ap); in prepare() 84 zSql = sqlite3_vmprintf(zFormat, ap); in runSql()
|
| /sqlite-3.40.0/ext/userauth/ |
| H A D | userauth.c | 46 zSql = sqlite3_vmprintf(zFormat, ap); in sqlite3UserAuthPrepare()
|
| /sqlite-3.40.0/tool/ |
| H A D | offsets.c | 43 p->zErr = sqlite3_vmprintf(zFormat, ap); in ofstError()
|
| H A D | dbhash.c | 258 zSql = sqlite3_vmprintf(zFormat, ap); in db_vprepare()
|
| /sqlite-3.40.0/src/ |
| H A D | printf.c | 1243 char *sqlite3_vmprintf(const char *zFormat, va_list ap){ in sqlite3_vmprintf() function 1274 z = sqlite3_vmprintf(zFormat, ap); in sqlite3_mprintf()
|
| H A D | loadext.c | 264 sqlite3_vmprintf,
|
| H A D | sqlite3ext.h | 511 #define sqlite3_vmprintf sqlite3_api->vmprintf macro
|
| H A D | test_vfstrace.c | 203 zMsg = sqlite3_vmprintf(zFormat, ap); in vfstrace_printf()
|
| /sqlite-3.40.0/ext/recover/ |
| H A D | sqlite3recover.c | 365 z = sqlite3_vmprintf(zFmt, ap); in recoverError() 479 z = sqlite3_vmprintf(zFmt, ap); in recoverPreparePrintf() 576 z = sqlite3_vmprintf(zFmt, ap); in recoverMPrintf()
|
| /sqlite-3.40.0/ext/expert/ |
| H A D | sqlite3expert.c | 352 zSql = sqlite3_vmprintf(zFmt, ap); in idxPrintfPrepareStmt() 797 zAppend = sqlite3_vmprintf(zFmt, ap); in idxAppendText()
|