Home | History | Annotate | Download | only in fts2

Lines Matching defs:zText

4106 /* Add all terms in [zText] to pendingTerms table.  If [iColumn] > 0,
4111 const char *zText, int iColumn){
4119 rc = pTokenizer->pModule->xOpen(pTokenizer, zText, -1, &pCursor);
4172 char *zText = (char*)sqlite3_value_text(pValues[i]);
4173 int rc = buildTerms(v, iRowid, zText, i);