Searched refs:aMatchinfo (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_snippet.c91 u32 *aMatchinfo; /* Pre-allocated buffer */ member in struct:MatchInfo
805 ** function populates Matchinfo.aMatchinfo[] as follows:
808 ** aMatchinfo[3*iPhrase*nCol + 3*iCol + 1] = X;
809 ** aMatchinfo[3*iPhrase*nCol + 3*iCol + 2] = Y;
832 u32 *aOut = &p->aMatchinfo[3*iPhrase*p->nCol];
886 for(i=0; i<p->nCol; i++) p->aMatchinfo[iStart+i*3] = 0;
893 fts3LoadColumnlistCounts(&pCsr, &p->aMatchinfo[iStart], 0);
1034 ** column are written into the first nCol elements of the pInfo->aMatchinfo[]
1038 ** data written to the first nCol elements of pInfo->aMatchinfo[] is
1107 pInfo->aMatchinfo[iCo
[all...]
H A Dfts3Int.h177 int isMatchinfoNeeded; /* True when aMatchinfo[] needs filling in */
178 u32 *aMatchinfo; /* Information about most recent match */ member in struct:Fts3Cursor
179 int nMatchinfo; /* Number of elements in aMatchinfo[] */
H A Dfts3.c1133 sqlite3_free(pCsr->aMatchinfo);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c113158 u32 *aMatchinfo; /* Information about most recent match */ member in struct:Fts3Cursor
122735 u32 *aMatchinfo; /* Pre-allocated buffer */ member in struct:MatchInfo
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c126832 u32 *aMatchinfo; /* Information about most recent match */ member in struct:Fts3Cursor
142452 u32 *aMatchinfo; /* Pre-allocated buffer */ member in struct:MatchInfo
[all...]
/external/sqlite/dist/
H A Dsqlite3.c126852 u32 *aMatchinfo; /* Information about most recent match */ member in struct:Fts3Cursor
142484 u32 *aMatchinfo; /* Pre-allocated buffer */ member in struct:MatchInfo
[all...]

Completed in 3180 milliseconds