Searched refs:pArgList (Results 1 – 1 of 1) sorted by relevance
31860 PrintfArguments *pArgList = 0; /* Arguments for SQLITE_PRINTF_SQLFUNC */ in sqlite3_str_vappendf() local31870 pArgList = va_arg(ap, PrintfArguments*); in sqlite3_str_vappendf()31939 width = (int)getIntArg(pArgList); in sqlite3_str_vappendf()31962 precision = (int)getIntArg(pArgList); in sqlite3_str_vappendf()32037 v = getIntArg(pArgList); in sqlite3_str_vappendf()32059 longvalue = (u64)getIntArg(pArgList); in sqlite3_str_vappendf()32140 realvalue = getDoubleArg(pArgList); in sqlite3_str_vappendf()32314 bufpt = getTextArg(pArgList); in sqlite3_str_vappendf()32359 bufpt = getTextArg(pArgList); in sqlite3_str_vappendf()32418 escarg = getTextArg(pArgList); in sqlite3_str_vappendf()