Home
last modified time | relevance | path

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

/netbsd/external/public-domain/sqlite/dist/
H A Dshell.c434 void utf8_printf(FILE *out, const char *zFormat, ...){ in utf8_printf()
480 static void SQLITE_CDECL iotracePrintf(const char *zFormat, ...){ in iotracePrintf()
1838 const char *zFormat, in hash_step_vformat()
9901 char *zFormat, /* Format for the result */ in displayStatLine()
H A Dsqlite3.c20927 static int getDigits(const char *zDate, const char *zFormat, ...){ in getDigits()
22016 char *zFormat = (char *)sqlite3_user_data(context); in currentTimeFunc() local