Searched refs:nInt (Results 1 – 1 of 1) sorted by relevance
37316 int nInt; /* number of sizeof(int) objects needed for zName */ in sqlite3VListAdd() local37320 nInt = nName/4 + 3; in sqlite3VListAdd()37322 if( pIn==0 || pIn[1]+nInt > pIn[0] ){ in sqlite3VListAdd()37324 sqlite3_int64 nAlloc = (pIn ? 2*(sqlite3_int64)pIn[0] : 10) + nInt; in sqlite3VListAdd()37333 pIn[i+1] = nInt; in sqlite3VListAdd()37335 pIn[1] = i+nInt; in sqlite3VListAdd()190073 int nInt = 0; /* Output value */190075 nByte = sqlite3Fts3ReadInt(*pp, &nInt);190076 if( nInt>MAX_NPREFIX ){190077 nInt = 0;[all …]