Searched refs:ePlan (Results 1 – 1 of 1) sorted by relevance
776 memset(&pCsr->ePlan, 0, sizeof(Fts5Cursor) - ((u8*)&pCsr->ePlan - (u8*)pCsr)); in fts5FreeCursorComponents()902 assert( (pCsr->ePlan<3)== in fts5NextMethod()903 (pCsr->ePlan==FTS5_PLAN_MATCH || pCsr->ePlan==FTS5_PLAN_SOURCE) in fts5NextMethod()907 if( pCsr->ePlan<3 ){ in fts5NextMethod()914 switch( pCsr->ePlan ){ in fts5NextMethod()1062 pCsr->ePlan = FTS5_PLAN_SPECIAL; in fts5SpecialMatch()1235 if( pCsr->ePlan ){ in fts5FilterMethod()1237 memset(&pCsr->ePlan, 0, sizeof(Fts5Cursor) - ((u8*)&pCsr->ePlan-(u8*)pCsr)); in fts5FilterMethod()1426 int ePlan = pCsr->ePlan; in fts5RowidMethod() local1429 switch( ePlan ){ in fts5RowidMethod()[all …]