Home | History | Annotate | Download | only in fts3

Lines Matching refs:zEnd

1194   const char *zEnd = &zCsr[nNode];/* End of interior node buffer */
1215 if( zCsr>zEnd ){
1219 while( zCsr<zEnd && (piFirst || piLast) ){
1234 ** nSuffix and suffix overrunning zEnd. Additionally corrupt if
1239 || &zCsr[nSuffix]<zCsr || &zCsr[nSuffix]>zEnd ){
3365 const char *zEnd = "</b>";
3386 case 3: zEnd = (const char*)sqlite3_value_text(apVal[2]);
3389 if( !zEllipsis || !zEnd || !zStart ){
3392 sqlite3Fts3Snippet(pContext, pCsr, zStart, zEnd, zEllipsis, iCol, nToken);