Lines Matching refs:newVal
4297 SQLITE_API int sqlite3_limit(sqlite3*, int id, int newVal);177577 unsigned int newVal = va_arg(ap, unsigned int);177578 if( newVal ) sqlite3PendingByte = newVal;