Searched refs:nInt (Results 1 – 1 of 1) sorted by relevance
38555 int nInt; /* number of sizeof(int) objects needed for zName */ in sqlite3VListAdd() local38559 nInt = nName/4 + 3; in sqlite3VListAdd()38561 if( pIn==0 || pIn[1]+nInt > pIn[0] ){ in sqlite3VListAdd()38563 sqlite3_int64 nAlloc = (pIn ? 2*(sqlite3_int64)pIn[0] : 10) + nInt; in sqlite3VListAdd()38572 pIn[i+1] = nInt; in sqlite3VListAdd()38574 pIn[1] = i+nInt; in sqlite3VListAdd()194623 int nInt = 0; /* Output value */ local194625 nByte = sqlite3Fts3ReadInt(*pp, &nInt);194626 if( nInt>MAX_NPREFIX ){194627 nInt = 0;[all …]