Home
last modified time | relevance | path

Searched refs:PrintfArguments (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Dprintf.c158 static sqlite3_int64 getIntArg(PrintfArguments *p){ in getIntArg()
162 static double getDoubleArg(PrintfArguments *p){ in getDoubleArg()
166 static char *getTextArg(PrintfArguments *p){ in getTextArg()
248 PrintfArguments *pArgList = 0; /* Arguments for SQLITE_PRINTF_SQLFUNC */ in sqlite3_str_vappendf()
258 pArgList = va_arg(ap, PrintfArguments*); in sqlite3_str_vappendf()
H A DsqliteInt.h1204 typedef struct PrintfArguments PrintfArguments; typedef
4497 struct PrintfArguments { struct
H A Dfunc.c280 PrintfArguments x; in printfFunc()