Searched refs:nInt (Results 1 – 1 of 1) sorted by relevance
38585 int nInt; /* number of sizeof(int) objects needed for zName */ in sqlite3VListAdd() local38589 nInt = nName/4 + 3; in sqlite3VListAdd()38591 if( pIn==0 || pIn[1]+nInt > pIn[0] ){ in sqlite3VListAdd()38593 sqlite3_int64 nAlloc = (pIn ? 2*(sqlite3_int64)pIn[0] : 10) + nInt; in sqlite3VListAdd()38602 pIn[i+1] = nInt; in sqlite3VListAdd()38604 pIn[1] = i+nInt; in sqlite3VListAdd()194926 int nInt = 0; /* Output value */ local194928 nByte = sqlite3Fts3ReadInt(*pp, &nInt);194929 if( nInt>MAX_NPREFIX ){194930 nInt = 0;[all …]