Searched refs:piValue (Results 1 – 2 of 2) sorted by relevance
4462 int *piValue = va_arg(ap, int*); in sqlite3_test_control() local4464 Tuning(id) = *piValue; in sqlite3_test_control()4466 *piValue = Tuning(-id); in sqlite3_test_control()
316 static int alsoAnInt(Mem *pRec, double rValue, i64 *piValue){ in alsoAnInt() argument320 *piValue = iValue; in alsoAnInt()323 return 0==sqlite3Atoi64(pRec->z, piValue, pRec->n, pRec->enc); in alsoAnInt()