Searched refs:aMatchinfo (Results 1 – 6 of 6) sorted by relevance
91 u32 *aMatchinfo; /* Pre-allocated buffer */ member832 u32 *aOut = &p->aMatchinfo[3*iPhrase*p->nCol]; in fts3ExprGlobalHitsCb()886 for(i=0; i<p->nCol; i++) p->aMatchinfo[iStart+i*3] = 0; in fts3ExprLocalHitsCb()893 fts3LoadColumnlistCounts(&pCsr, &p->aMatchinfo[iStart], 0); in fts3ExprLocalHitsCb()1107 pInfo->aMatchinfo[iCol] = nLcs; in fts3MatchinfoLcs()1146 if( bGlobal ) pInfo->aMatchinfo[0] = pInfo->nPhrase; in fts3MatchinfoValues()1150 if( bGlobal ) pInfo->aMatchinfo[0] = pInfo->nCol; in fts3MatchinfoValues()1157 pInfo->aMatchinfo[0] = (u32)nDoc; in fts3MatchinfoValues()1174 pInfo->aMatchinfo[iCol] = iVal; in fts3MatchinfoValues()1189 pInfo->aMatchinfo[iCol] = (u32)nToken; in fts3MatchinfoValues()[all …]
178 u32 *aMatchinfo; /* Information about most recent match */ member
1133 sqlite3_free(pCsr->aMatchinfo); in fts3CloseMethod()
113349 u32 *aMatchinfo; /* Information about most recent match */114385 sqlite3_free(pCsr->aMatchinfo);122926 u32 *aMatchinfo; /* Pre-allocated buffer */123667 u32 *aOut = &p->aMatchinfo[3*iPhrase*p->nCol];123721 for(i=0; i<p->nCol; i++) p->aMatchinfo[iStart+i*3] = 0;123728 fts3LoadColumnlistCounts(&pCsr, &p->aMatchinfo[iStart], 0);123942 pInfo->aMatchinfo[iCol] = nLcs;123981 if( bGlobal ) pInfo->aMatchinfo[0] = pInfo->nPhrase;123985 if( bGlobal ) pInfo->aMatchinfo[0] = pInfo->nCol;123992 pInfo->aMatchinfo[0] = (u32)nDoc;[all …]
116668 u32 *aMatchinfo; /* Information about most recent match */118137 sqlite3_free(pCsr->aMatchinfo);128701 u32 *aMatchinfo; /* Pre-allocated buffer */129369 p->pCursor, pExpr, &p->aMatchinfo[3*iPhrase*p->nCol]129391 p->aMatchinfo[iStart+i*3] = fts3ColumnlistCount(&pCsr);129393 p->aMatchinfo[iStart+i*3] = 0;129591 pInfo->aMatchinfo[iCol] = nLcs;129630 if( bGlobal ) pInfo->aMatchinfo[0] = pInfo->nPhrase;129634 if( bGlobal ) pInfo->aMatchinfo[0] = pInfo->nCol;129641 pInfo->aMatchinfo[0] = (u32)nDoc;[all …]
116704 u32 *aMatchinfo; /* Information about most recent match */118173 sqlite3_free(pCsr->aMatchinfo);128749 u32 *aMatchinfo; /* Pre-allocated buffer */129417 p->pCursor, pExpr, &p->aMatchinfo[3*iPhrase*p->nCol]129439 p->aMatchinfo[iStart+i*3] = fts3ColumnlistCount(&pCsr);129441 p->aMatchinfo[iStart+i*3] = 0;129639 pInfo->aMatchinfo[iCol] = nLcs;129678 if( bGlobal ) pInfo->aMatchinfo[0] = pInfo->nPhrase;129682 if( bGlobal ) pInfo->aMatchinfo[0] = pInfo->nCol;129689 pInfo->aMatchinfo[0] = (u32)nDoc;[all …]