Searched refs:nInt (Results 1 – 1 of 1) sorted by relevance
36735 int nInt; /* number of sizeof(int) objects needed for zName */ in sqlite3VListAdd() local36739 nInt = nName/4 + 3; in sqlite3VListAdd()36741 if( pIn==0 || pIn[1]+nInt > pIn[0] ){ in sqlite3VListAdd()36743 sqlite3_int64 nAlloc = (pIn ? 2*(sqlite3_int64)pIn[0] : 10) + nInt; in sqlite3VListAdd()36752 pIn[i+1] = nInt; in sqlite3VListAdd()36754 pIn[1] = i+nInt; in sqlite3VListAdd()187148 int nInt = 0; /* Output value */187150 nByte = sqlite3Fts3ReadInt(*pp, &nInt);187151 if( nInt>MAX_NPREFIX ){187152 nInt = 0;[all …]