Searched defs:nDoclist (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_aux.c253 int nDoclist = pCsr->csr.nDoclist; local
272 while( i<nDoclist ){
H A Dfts3Int.h173 int nDoclist; /* Size of buffer at aDoclist */ member in struct:Fts3Cursor
239 ** is true, then aDoclist points to a malloced buffer, size nDoclist bytes,
256 int isLoaded; /* True if aDoclist/nDoclist are initialized. */
258 int nDoclist; /* Size of aDoclist in bytes */ member in struct:Fts3Expr
346 int nDoclist; /* Size of aDoclist[] in bytes */ member in struct:Fts3SegReaderCursor
H A Dfts3_write.c107 int nDoclist; /* Size of doclist in current entry */ member in struct:Fts3SegReader
920 pNext = &pReader->aDoclist[pReader->nDoclist];
934 pReader->nNode = pReader->nDoclist = pList->nData + 1;
984 pNext += sqlite3Fts3GetVarint32(pNext, &pReader->nDoclist);
992 if( &pReader->aDoclist[pReader->nDoclist]>&pReader->aNode[pReader->nNode]
993 || pReader->aDoclist[pReader->nDoclist-1]
1050 if( p>=&pReader->aDoclist[pReader->nDoclist] ){
1712 int nDoclist /* Size of doclist in bytes */
1754 sqlite3Fts3VarintLen(nDoclist) + /* Size of doclist */
1755 nDoclist; /* Doclis
2129 int nDoclist = 0; /* Size of doclist */ local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c113332 int nDoclist; /* Size of buffer at aDoclist */ member in struct:Fts3Cursor
113417 int nDoclist; /* Size of aDoclist in bytes */ member in struct:Fts3Expr
113505 int nDoclist; /* Size of aDoclist[] in bytes */ member in struct:Fts3SegReaderCursor
117198 int nDoclist = pCsr->csr.nDoclist; local
120203 int nDoclist; /* Size of doclist in current entry */ member in struct:Fts3SegReader
122225 int nDoclist = 0; /* Size of doclist */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c116661 int nDoclist; /* Size of buffer at aDoclist */ member in struct:Fts3Cursor
116867 int nDoclist; /* Size of aDoclist[] in bytes */ member in struct:Fts3MultiSegReader
120521 sqlite3Fts3DoclistPrev( int bDescIdx, char *aDoclist, int nDoclist, char **ppIter, sqlite3_int64 *piDocid, int *pnList, u8 *pbEof ) argument
122063 int nDoclist = pCsr->csr.nDoclist; local
125193 int nDoclist; /* Size of doclist in current entry */ member in struct:Fts3SegReader
127754 int nDoclist = 0; /* Size of doclist */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c116697 int nDoclist; /* Size of buffer at aDoclist */ member in struct:Fts3Cursor
116903 int nDoclist; /* Size of aDoclist[] in bytes */ member in struct:Fts3MultiSegReader
120567 sqlite3Fts3DoclistPrev( int bDescIdx, char *aDoclist, int nDoclist, char **ppIter, sqlite3_int64 *piDocid, int *pnList, u8 *pbEof ) argument
122109 int nDoclist = pCsr->csr.nDoclist; local
125239 int nDoclist; /* Size of doclist in current entry */ member in struct:Fts3SegReader
127800 int nDoclist = 0; /* Size of doclist */ local
[all...]

Completed in 441 milliseconds