Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c576 int sqlite3_fprintf(FILE *out, const char *zFormat, ...){ in sqlite3_fprintf()
995 static void SQLITE_CDECL iotracePrintf(const char *zFormat, ...){ in iotracePrintf()
2942 const char *zFormat, in sha3_step_vformat()
3368 const char *zFormat, in hash_step_vformat()
4797 static void percentError(sqlite3_context *pCtx, const char *zFormat, ...){ in percentError()
16461 const char *zFormat, in vfstrace_printf()
16543 const char *zFormat, in vfstrace_print_errcode()
23575 char *zFormat, /* Format for the result */ in displayStatLine()
H A Dsqlite3.c24826 static int getDigits(const char *zDate, const char *zFormat, ...){ in getDigits()
26447 char *zFormat = (char *)sqlite3_user_data(context); in currentTimeFunc() local
32882 SQLITE_PRIVATE char *sqlite3VMPrintf(sqlite3 *db, const char *zFormat, va_list ap){ in sqlite3VMPrintf()
32902 SQLITE_PRIVATE char *sqlite3MPrintf(sqlite3 *db, const char *zFormat, ...){ in sqlite3MPrintf()
32915 SQLITE_API char *sqlite3_vmprintf(const char *zFormat, va_list ap){ in sqlite3_vmprintf()
32939 SQLITE_API char *sqlite3_mprintf(const char *zFormat, ...){ in sqlite3_mprintf()
32964 SQLITE_API char *sqlite3_vsnprintf(int n, char *zBuf, const char *zFormat, va_list ap){ in sqlite3_vsnprintf()
32979 SQLITE_API char *sqlite3_snprintf(int n, char *zBuf, const char *zFormat, ...){ in sqlite3_snprintf()
33021 static void renderLogMsg(int iErrCode, const char *zFormat, va_list ap){ in renderLogMsg()
33034 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...){ in sqlite3_log()
[all …]