Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c477 void utf8_printf(FILE *out, const char *zFormat, ...){ in utf8_printf()
530 static void SQLITE_CDECL iotracePrintf(const char *zFormat, ...){ in iotracePrintf()
2042 const char *zFormat, in hash_step_vformat()
13823 char *zFormat, /* Format for the result */ in displayStatLine()
/external/sqlite/dist/
Dshell.c482 void utf8_printf(FILE *out, const char *zFormat, ...){ in utf8_printf()
535 static void SQLITE_CDECL iotracePrintf(const char *zFormat, ...){ in iotracePrintf()
2047 const char *zFormat, in hash_step_vformat()
13828 char *zFormat, /* Format for the result */ in displayStatLine()
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c22102 static int getDigits(const char *zDate, const char *zFormat, ...){ in getDigits()
23192 char *zFormat = (char *)sqlite3_user_data(context); in currentTimeFunc() local