Searched refs:nSuffix (Results 1 – 1 of 1) sorted by relevance
195549 int nSuffix; /* Size of term suffix */ local195562 zCsr += fts3GetVarint32(zCsr, &nSuffix);195564 assert( nPrefix>=0 && nSuffix>=0 );195565 if( nPrefix>zCsr-zNode || nSuffix>zEnd-zCsr || nSuffix==0 ){195569 if( (i64)nPrefix+nSuffix>nAlloc ){195571 nAlloc = ((i64)nPrefix+nSuffix) * 2;195580 memcpy(&zBuffer[nPrefix], zCsr, nSuffix);195581 nBuffer = nPrefix + nSuffix;195582 zCsr += nSuffix;205327 int nSuffix; /* Number of bytes in term suffix */ local[all …]