| /sqlite-3.40.0/src/ |
| H A D | printf.c | 1210 char *sqlite3VMPrintf(sqlite3 *db, const char *zFormat, va_list ap){ in sqlite3VMPrintf() 1230 char *sqlite3MPrintf(sqlite3 *db, const char *zFormat, ...){ in sqlite3MPrintf() 1243 char *sqlite3_vmprintf(const char *zFormat, va_list ap){ in sqlite3_vmprintf() 1267 char *sqlite3_mprintf(const char *zFormat, ...){ in sqlite3_mprintf() 1292 char *sqlite3_vsnprintf(int n, char *zBuf, const char *zFormat, va_list ap){ in sqlite3_vsnprintf() 1307 char *sqlite3_snprintf(int n, char *zBuf, const char *zFormat, ...){ in sqlite3_snprintf() 1330 static void renderLogMsg(int iErrCode, const char *zFormat, va_list ap){ in renderLogMsg() 1343 void sqlite3_log(int iErrCode, const char *zFormat, ...){ in sqlite3_log() 1358 void sqlite3DebugPrintf(const char *zFormat, ...){ in sqlite3DebugPrintf() 1384 void sqlite3_str_appendf(StrAccum *p, const char *zFormat, ...){ in sqlite3_str_appendf()
|
| H A D | date.c | 110 static int getDigits(const char *zDate, const char *zFormat, ...){ in getDigits() 1306 char *zFormat = (char *)sqlite3_user_data(context); in currentTimeFunc() local
|
| H A D | util.c | 162 void sqlite3ErrorWithMsg(sqlite3 *db, int err_code, const char *zFormat, ...){ in sqlite3ErrorWithMsg() 188 void sqlite3ErrorMsg(Parse *pParse, const char *zFormat, ...){ in sqlite3ErrorMsg()
|
| H A D | test_vfstrace.c | 197 const char *zFormat, in vfstrace_printf() 215 const char *zFormat, in vfstrace_print_errcode()
|
| H A D | vdbeaux.c | 59 void sqlite3VdbeError(Vdbe *p, const char *zFormat, ...){ in sqlite3VdbeError() 1489 static void vdbeVComment(Vdbe *p, const char *zFormat, va_list ap){ in vdbeVComment() 1498 void sqlite3VdbeComment(Vdbe *p, const char *zFormat, ...){ in sqlite3VdbeComment() 1506 void sqlite3VdbeNoopComment(Vdbe *p, const char *zFormat, ...){ in sqlite3VdbeNoopComment()
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_str.c | 90 const char *zFormat, in lsmStringVAppendf() 119 void lsmStringAppendf(LsmString *pStr, const char *zFormat, ...){ in lsmStringAppendf() 137 char *lsmMallocPrintf(lsm_env *pEnv, const char *zFormat, ...){ in lsmMallocPrintf()
|
| /sqlite-3.40.0/test/ |
| H A D | threadtest4.c | 89 static void worker_trace(WorkerInfo *p, const char *zFormat, ...){ in worker_trace() 104 static sqlite3_stmt *prep_sql(sqlite3 *db, const char *zFormat, ...){ in prep_sql() 127 static void run_sql(WorkerInfo *p, const char *zFormat, ...){ in run_sql() 272 static void worker_error(WorkerInfo *p, const char *zFormat, ...){ in worker_error()
|
| H A D | optfuzz.c | 37 static sqlite3_stmt *prepare_sql(sqlite3 *db, const char *zFormat, ...){ in prepare_sql() 59 static void run_sql(sqlite3 *db, const char *zFormat, ...){ in run_sql()
|
| H A D | threadtest5.c | 67 const char *zFormat, in exec() 95 const char *zFormat, in prepare()
|
| H A D | threadtest1.c | 102 char **db_query(sqlite *db, const char *zFile, const char *zFormat, ...){ in db_query() 137 void db_execute(sqlite *db, const char *zFile, const char *zFormat, ...){ in db_execute()
|
| H A D | vt02.c | 259 static void vt02ErrMsg(sqlite3_vtab *pVtab, const char *zFormat, ...){ in vt02ErrMsg() 483 const char *zFormat, /* Format string for SQL, or NULL */ in sqlite3RunSql()
|
| H A D | speedtest1.c | 484 void speedtest1_exec(const char *zFormat, ...){ in speedtest1_exec() 510 char *speedtest1_once(const char *zFormat, ...){ in speedtest1_once() 542 void speedtest1_prepare(const char *zFormat, ...){ in speedtest1_prepare()
|
| /sqlite-3.40.0/tool/ |
| H A D | dbhash.c | 225 static void cmdlineError(const char *zFormat, ...){ in cmdlineError() 239 static void runtimeError(const char *zFormat, ...){ in runtimeError() 253 static sqlite3_stmt *db_vprepare(const char *zFormat, va_list ap){ in db_vprepare() 268 static sqlite3_stmt *db_prepare(const char *zFormat, ...){ in db_prepare() 281 static void hash_one_query(const char *zFormat, ...){ in hash_one_query()
|
| H A D | sqldiff.c | 71 static void cmdlineError(const char *zFormat, ...){ in cmdlineError() 85 static void runtimeError(const char *zFormat, ...){ in runtimeError() 106 static void strPrintf(Str *p, const char *zFormat, ...){ in strPrintf() 160 static sqlite3_stmt *db_vprepare(const char *zFormat, va_list ap){ in db_vprepare() 175 static sqlite3_stmt *db_prepare(const char *zFormat, ...){ in db_prepare()
|
| H A D | offsets.c | 39 static void ofstError(GState *p, const char *zFormat, ...){ in ofstError() 50 static void ofstTrace(GState *p, const char *zFormat, ...){ in ofstTrace()
|
| H A D | fuzzershell.c | 133 static void abendError(const char *zFormat, ...){ in abendError() 150 static void fatalError(const char *zFormat, ...){ in fatalError() 167 static void sqlexec(sqlite3 *db, const char *zFormat, ...){ in sqlexec()
|
| /sqlite-3.40.0/mptest/ |
| H A D | mptest.c | 215 static void errorMessage(const char *zFormat, ...){ in errorMessage() 241 static void fatalError(const char *zFormat, ...){ in fatalError() 276 static void logMessage(const char *zFormat, ...){ in logMessage() 357 static sqlite3_stmt *prepareSql(const char *zFormat, ...){ in prepareSql() 377 static void runSql(const char *zFormat, ...){ in runSql() 394 static int trySql(const char *zFormat, ...){ in trySql() 486 static int evalSql(String *p, const char *zFormat, ...){ in evalSql()
|
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest_util.c | 135 void testPrintError(const char *zFormat, ...){ in testPrintError() 142 void testPrintFUsage(const char *zFormat, ...){ in testPrintFUsage()
|
| /sqlite-3.40.0/ext/fts3/tool/ |
| H A D | fts3view.c | 57 static sqlite3_stmt *prepare(sqlite3 *db, const char *zFormat, ...){ in prepare() 78 static int runSql(sqlite3 *db, const char *zFormat, ...){ in runSql()
|
| /sqlite-3.40.0/ext/userauth/ |
| H A D | userauth.c | 36 const char *zFormat, in sqlite3UserAuthPrepare()
|
| /sqlite-3.40.0/ext/fts1/ |
| H A D | fulltext.c | 478 static char *string_format(const char *zFormat, const char *zName){ in string_format() 505 static int sql_exec(sqlite3 *db, const char *zName, const char *zFormat){ in sql_exec() 513 const char *zFormat){ in sql_prepare()
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | shathree.c | 536 const char *zFormat, in hash_step_vformat()
|
| H A D | dbdump.c | 282 static void output_formatted(DState *p, const char *zFormat, ...){ in output_formatted()
|
| H A D | scrub.c | 82 static void scrubBackupErr(ScrubState *p, const char *zFormat, ...){ in scrubBackupErr()
|
| H A D | sha1.c | 180 const char *zFormat, in hash_step_vformat()
|