Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c15325 typedef struct PrintfArguments PrintfArguments; typedef
20636 struct PrintfArguments { struct
30960 static sqlite3_int64 getIntArg(PrintfArguments *p){ in getIntArg()
30964 static double getDoubleArg(PrintfArguments *p){ in getDoubleArg()
30968 static char *getTextArg(PrintfArguments *p){ in getTextArg()
31047 PrintfArguments *pArgList = 0; /* Arguments for SQLITE_PRINTF_SQLFUNC */ in sqlite3_str_vappendf()
31057 pArgList = va_arg(ap, PrintfArguments*); in sqlite3_str_vappendf()
128213 PrintfArguments x;