Home | History | Annotate | Download | only in fts3

Lines Matching refs:zQuery

3071     const char *zQuery = (const char *)sqlite3_value_text(apVal[0]);
3073 if( zQuery==0 && sqlite3_value_type(apVal[0])!=SQLITE_NULL ){
3078 iCol, zQuery, -1, &pCsr->pExpr
3083 zQuery);