Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c24242 static int getDigits(const char *zDate, const char *zFormat, ...){ in getDigits()
25703 char *zFormat = (char *)sqlite3_user_data(context); in currentTimeFunc() local
32018 SQLITE_PRIVATE char *sqlite3VMPrintf(sqlite3 *db, const char *zFormat, va_list ap){ in sqlite3VMPrintf()
32038 SQLITE_PRIVATE char *sqlite3MPrintf(sqlite3 *db, const char *zFormat, ...){ in sqlite3MPrintf()
32051 SQLITE_API char *sqlite3_vmprintf(const char *zFormat, va_list ap){ in sqlite3_vmprintf()
32075 SQLITE_API char *sqlite3_mprintf(const char *zFormat, ...){ in sqlite3_mprintf()
32100 SQLITE_API char *sqlite3_vsnprintf(int n, char *zBuf, const char *zFormat, va_list ap){ in sqlite3_vsnprintf()
32115 SQLITE_API char *sqlite3_snprintf(int n, char *zBuf, const char *zFormat, ...){ in sqlite3_snprintf()
32148 static void renderLogMsg(int iErrCode, const char *zFormat, va_list ap){ in renderLogMsg()
32161 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...){ in sqlite3_log()
[all …]
H A Dshell.c874 static int conioVmPrintf(PerStreamTags *ppst, const char *zFormat, va_list ap){ in conioVmPrintf()
928 SQLITE_INTERNAL_LINKAGE int oPrintfUtf8(const char *zFormat, ...){ in oPrintfUtf8()
953 SQLITE_INTERNAL_LINKAGE int ePrintfUtf8(const char *zFormat, ...){ in ePrintfUtf8()
978 SQLITE_INTERNAL_LINKAGE int fPrintfUtf8(FILE *pfO, const char *zFormat, ...){ in fPrintfUtf8()
1624 static void SQLITE_CDECL iotracePrintf(const char *zFormat, ...){ in iotracePrintf()
3356 const char *zFormat, in sha3_step_vformat()
19891 char *zFormat, /* Format for the result */ in displayStatLine()