HomeSort by relevance Sort by last modified time
    Searched refs:nDoclist (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3Int.h 173 int nDoclist; /* Size of buffer at aDoclist */
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 */
346 int nDoclist; /* Size of aDoclist[] in bytes */
fts3_write.c 107 int nDoclist; /* Size of doclist in current entry */
920 pNext = &pReader->aDoclist[pReader->nDoclist];
934 pReader->nNode = pReader->nDoclist = pList->nData + 1;
    [all...]
fts3_aux.c 253 int nDoclist = pCsr->csr.nDoclist;
272 while( i<nDoclist ){
fts3.c 126 ** varint nDoclist; (length of term's associated doclist)
127 ** char pDoclist[nDoclist]; (content of doclist)
133 ** varint nDoclist; (length of term's associated doclist)
134 ** char pDoclist[nDoclist]; (content of doclist)
    [all...]
fts3_snippet.c 39 ** Fts3Expr.aDoclist[]/nDoclist.
226 ** for each phrase into Fts3Expr.aDoclist[]/nDoclist. See also
859 pEnd = &pExpr->aDoclist[pExpr->nDoclist];
    [all...]

Completed in 45 milliseconds