Home | History | Annotate | Download | only in fts1

Lines Matching refs:zOffset

1014   char *zOffset;  /* Text rendering of aMatch[] */
1015 int nOffset; /* strlen(zOffset) */
2170 free(p->zOffset);
2313 ** into the string zOffset[0..nOffset-1].
2320 if( p->zOffset ) return;
2330 p->zOffset = sb.s;
3260 pCursor->snippet.zOffset, pCursor->snippet.nOffset,