Home
last modified time | relevance | path

Searched defs:zFormat (Results 1 – 25 of 51) sorted by relevance

123

/sqlite-3.40.0/src/
H A Dprintf.c1210 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 Ddate.c110 static int getDigits(const char *zDate, const char *zFormat, ...){ in getDigits()
1306 char *zFormat = (char *)sqlite3_user_data(context); in currentTimeFunc() local
H A Dutil.c162 void sqlite3ErrorWithMsg(sqlite3 *db, int err_code, const char *zFormat, ...){ in sqlite3ErrorWithMsg()
188 void sqlite3ErrorMsg(Parse *pParse, const char *zFormat, ...){ in sqlite3ErrorMsg()
H A Dtest_vfstrace.c197 const char *zFormat, in vfstrace_printf()
215 const char *zFormat, in vfstrace_print_errcode()
H A Dvdbeaux.c59 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 Dlsm_str.c90 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 Dthreadtest4.c89 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 Doptfuzz.c37 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 Dthreadtest5.c67 const char *zFormat, in exec()
95 const char *zFormat, in prepare()
H A Dthreadtest1.c102 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 Dvt02.c259 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 Dspeedtest1.c484 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 Ddbhash.c225 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 Dsqldiff.c71 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 Doffsets.c39 static void ofstError(GState *p, const char *zFormat, ...){ in ofstError()
50 static void ofstTrace(GState *p, const char *zFormat, ...){ in ofstTrace()
H A Dfuzzershell.c133 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 Dmptest.c215 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 Dlsmtest_util.c135 void testPrintError(const char *zFormat, ...){ in testPrintError()
142 void testPrintFUsage(const char *zFormat, ...){ in testPrintFUsage()
/sqlite-3.40.0/ext/fts3/tool/
H A Dfts3view.c57 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 Duserauth.c36 const char *zFormat, in sqlite3UserAuthPrepare()
/sqlite-3.40.0/ext/fts1/
H A Dfulltext.c478 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 Dshathree.c536 const char *zFormat, in hash_step_vformat()
H A Ddbdump.c282 static void output_formatted(DState *p, const char *zFormat, ...){ in output_formatted()
H A Dscrub.c82 static void scrubBackupErr(ScrubState *p, const char *zFormat, ...){ in scrubBackupErr()
H A Dsha1.c180 const char *zFormat, in hash_step_vformat()

123