Searched defs:zFormat (Results 1 – 5 of 5) sorted by relevance
/external/sqlite/dist/orig/ |
D | shell.c | 463 void utf8_printf(FILE *out, const char *zFormat, ...){ in utf8_printf() 552 static void SQLITE_CDECL iotracePrintf(const char *zFormat, ...){ in iotracePrintf() 1912 const char *zFormat, in hash_step_vformat() 11145 char *zFormat, /* Format for the result */ in displayStatLine()
|
D | sqlite3.c | 21779 static int getDigits(const char *zDate, const char *zFormat, ...){ in getDigits() 22868 char *zFormat = (char *)sqlite3_user_data(context); in currentTimeFunc() local
|
/external/sqlite/dist/ |
D | shell.c | 468 void utf8_printf(FILE *out, const char *zFormat, ...){ in utf8_printf() 557 static void SQLITE_CDECL iotracePrintf(const char *zFormat, ...){ in iotracePrintf() 1917 const char *zFormat, in hash_step_vformat() 11150 char *zFormat, /* Format for the result */ in displayStatLine()
|
D | sqlite3.c | 21779 static int getDigits(const char *zDate, const char *zFormat, ...){ in getDigits() 22868 char *zFormat = (char *)sqlite3_user_data(context); in currentTimeFunc() local
|
/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
|