Searched refs:nSuffix (Results 1 – 1 of 1) sorted by relevance
195852 int nSuffix; /* Size of term suffix */ local195865 zCsr += fts3GetVarint32(zCsr, &nSuffix);195867 assert( nPrefix>=0 && nSuffix>=0 );195868 if( nPrefix>zCsr-zNode || nSuffix>zEnd-zCsr || nSuffix==0 ){195872 if( (i64)nPrefix+nSuffix>nAlloc ){195874 nAlloc = ((i64)nPrefix+nSuffix) * 2;195883 memcpy(&zBuffer[nPrefix], zCsr, nSuffix);195884 nBuffer = nPrefix + nSuffix;195885 zCsr += nSuffix;205641 int nSuffix; /* Number of bytes in term suffix */ local[all …]