Searched defs:zFormat (Results 1 – 3 of 3) sorted by relevance
| /external/sqlite/dist/orig/ |
| D | shell.c | 477 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/ |
| D | shell.c | 482 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/ |
| D | sqlite3.c | 22102 static int getDigits(const char *zDate, const char *zFormat, ...){ in getDigits() 23192 char *zFormat = (char *)sqlite3_user_data(context); in currentTimeFunc() local
|