Home | History | Annotate | Download | only in fts1

Lines Matching defs:zText

2967 /* Add all terms in [zText] to the given hash table.  If [iColumn] > 0,
2971 const char *zText, int iColumn){
2979 rc = pTokenizer->pModule->xOpen(pTokenizer, zText, -1, &pCursor);
3087 char *zText = (char*)sqlite3_value_text(pValues[i]);
3088 int rc = buildTerms(v, terms, iRowid, zText, i);