Searched refs:pArgList (Results 1 – 1 of 1) sorted by relevance
31047 PrintfArguments *pArgList = 0; /* Arguments for SQLITE_PRINTF_SQLFUNC */ in sqlite3_str_vappendf() local31057 pArgList = va_arg(ap, PrintfArguments*); in sqlite3_str_vappendf()31126 width = (int)getIntArg(pArgList); in sqlite3_str_vappendf()31149 precision = (int)getIntArg(pArgList); in sqlite3_str_vappendf()31224 v = getIntArg(pArgList); in sqlite3_str_vappendf()31246 longvalue = (u64)getIntArg(pArgList); in sqlite3_str_vappendf()31327 realvalue = getDoubleArg(pArgList); in sqlite3_str_vappendf()31499 bufpt = getTextArg(pArgList); in sqlite3_str_vappendf()31562 bufpt = getTextArg(pArgList); in sqlite3_str_vappendf()31621 escarg = getTextArg(pArgList); in sqlite3_str_vappendf()