Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c24331 static int getDigits(const char *zDate, const char *zFormat, ...){ in getDigits()
25949 char *zFormat = (char *)sqlite3_user_data(context); in currentTimeFunc() local
32343 SQLITE_PRIVATE char *sqlite3MPrintf(sqlite3 *db, const char *zFormat, ...){ in sqlite3MPrintf()
32356 SQLITE_API char *sqlite3_vmprintf(const char *zFormat, va_list ap){ in sqlite3_vmprintf()
32380 SQLITE_API char *sqlite3_mprintf(const char *zFormat, ...){ in sqlite3_mprintf()
32420 SQLITE_API char *sqlite3_snprintf(int n, char *zBuf, const char *zFormat, ...){ in sqlite3_snprintf()
32453 static void renderLogMsg(int iErrCode, const char *zFormat, va_list ap){ in renderLogMsg()
32466 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...){ in sqlite3_log()
32481 SQLITE_PRIVATE void sqlite3DebugPrintf(const char *zFormat, ...){ in sqlite3DebugPrintf()
32507 SQLITE_API void sqlite3_str_appendf(StrAccum *p, const char *zFormat, ...){ in sqlite3_str_appendf()
[all …]
H A Dshell.c876 static int conioVmPrintf(PerStreamTags *ppst, const char *zFormat, va_list ap){ in conioVmPrintf()
930 SQLITE_INTERNAL_LINKAGE int oPrintfUtf8(const char *zFormat, ...){ in oPrintfUtf8()
955 SQLITE_INTERNAL_LINKAGE int ePrintfUtf8(const char *zFormat, ...){ in ePrintfUtf8()
980 SQLITE_INTERNAL_LINKAGE int fPrintfUtf8(FILE *pfO, const char *zFormat, ...){ in fPrintfUtf8()
1638 static void SQLITE_CDECL iotracePrintf(const char *zFormat, ...){ in iotracePrintf()
3370 const char *zFormat, in sha3_step_vformat()
21154 char *zFormat, /* Format for the result */ in displayStatLine()