Searched refs:pArgList (Results 1 – 1 of 1) sorted by relevance
32604 PrintfArguments *pArgList = 0; /* Arguments for SQLITE_PRINTF_SQLFUNC */ in sqlite3_str_vappendf() local32614 pArgList = va_arg(ap, PrintfArguments*); in sqlite3_str_vappendf()32686 width = (int)getIntArg(pArgList); in sqlite3_str_vappendf()32709 precision = (int)getIntArg(pArgList); in sqlite3_str_vappendf()32801 v = getIntArg(pArgList); in sqlite3_str_vappendf()32823 longvalue = (u64)getIntArg(pArgList); in sqlite3_str_vappendf()32915 realvalue = getDoubleArg(pArgList); in sqlite3_str_vappendf()33155 bufpt = getTextArg(pArgList); in sqlite3_str_vappendf()33199 bufpt = getTextArg(pArgList); in sqlite3_str_vappendf()33258 escarg = getTextArg(pArgList); in sqlite3_str_vappendf()