Searched refs:pArgList (Results 1 – 1 of 1) sorted by relevance
32574 PrintfArguments *pArgList = 0; /* Arguments for SQLITE_PRINTF_SQLFUNC */ in sqlite3_str_vappendf() local32584 pArgList = va_arg(ap, PrintfArguments*); in sqlite3_str_vappendf()32656 width = (int)getIntArg(pArgList); in sqlite3_str_vappendf()32679 precision = (int)getIntArg(pArgList); in sqlite3_str_vappendf()32771 v = getIntArg(pArgList); in sqlite3_str_vappendf()32793 longvalue = (u64)getIntArg(pArgList); in sqlite3_str_vappendf()32885 realvalue = getDoubleArg(pArgList); in sqlite3_str_vappendf()33125 bufpt = getTextArg(pArgList); in sqlite3_str_vappendf()33169 bufpt = getTextArg(pArgList); in sqlite3_str_vappendf()33228 escarg = getTextArg(pArgList); in sqlite3_str_vappendf()