Searched refs:nList (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dwal.c1417 int nList; /* Number of elements in aList */ member in struct:Sublist
1421 const int nList = *pnList; /* Size of input list */ local
1429 assert( nList<=HASHTABLE_NPAGE && nList>0 );
1432 for(iList=0; iList<nList; iList++){
1437 assert( p->aList && p->nList<=(1<<iSub) );
1439 walMerge(aContent, p->aList, p->nList, &aMerge, &nMerge, aBuffer);
1442 aSub[iSub].nList = nMerge;
1446 if( nList & (1<<iSub) ){
1448 assert( p->nList<
[all...]
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_write.c2000 int nList = *pnList; local
2001 char *pEnd = &pList[nList];
2011 nList = (int)(p - pList);
2015 nList -= (int)(p - pList);
2017 if( nList==0 ){
2025 *pnList = nList;
2143 int nList; local
2146 fts3SegReaderNextDocid(apSegment[0], &pList, &nList);
2157 fts3ColumnFilter(pFilter->iCol, &pList, &nList);
2160 if( !isIgnoreEmpty || nList>
[all...]
H A Dfts3_snippet.c459 int nList; /* Number of phrases in expression */ local
470 rc = fts3ExprLoadDoclists(pCsr, &nList, 0);
478 nByte = sizeof(SnippetPhrase) * nList;
491 sIter.nPhrase = nList;
496 for(i=0; i<nList; i++){
H A Dfts3.c2298 ** in buffer aList[], size nList bytes.
2305 static int fts3DoclistCountDocids(int isPoslist, char *aList, int nList){ argument
2308 char *aEnd = &aList[nList]; /* Pointer to one byte after EOF */
2432 int nList = 0; /* Size of buffer at pList */ local
2472 rc = fts3DeferredTermSelect(pTok->pDeferred, isTermPos, &nList, &pList);
2475 rc = fts3TermSelect(p, pTok, iCol, isTermPos, &nList, &pList);
2484 nOut = nList;
2509 nRight = nList;
2516 nLeft = nList;
/external/sqlite/dist/orig/
H A Dsqlite3.c43288 int nList; /* Number of pages in pList */ local
48934 int nList; /* Number of elements in aList */ member in struct:Sublist
48938 const int nList = *pnList; /* Size of input list */ local
126878 int nList; /* Length of position list */ member in struct:Fts3Doclist
129385 sqlite3Fts3FirstFilter( sqlite3_int64 iDelta, char *pList, int nList, char *pOut ) argument
129828 fts3DoclistCountDocids(char *aList, int nList) argument
130859 int nList; local
131158 int nList; member in struct:TokenDoclist
131280 int nList = 0; local
131624 int nList = 0; local
139267 int nList = *pnList; local
139350 int nList; local
139608 int nList = 0; local
142772 int nList; /* Number of phrases in expression */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c43308 int nList; /* Number of pages in pList */ local
48954 int nList; /* Number of elements in aList */ member in struct:Sublist
48958 const int nList = *pnList; /* Size of input list */ local
126898 int nList; /* Length of position list */ member in struct:Fts3Doclist
129405 sqlite3Fts3FirstFilter( sqlite3_int64 iDelta, char *pList, int nList, char *pOut ) argument
129848 fts3DoclistCountDocids(char *aList, int nList) argument
130891 int nList; local
131190 int nList; member in struct:TokenDoclist
131312 int nList = 0; local
131656 int nList = 0; local
139299 int nList = *pnList; local
139382 int nList; local
139640 int nList = 0; local
142804 int nList; /* Number of phrases in expression */ local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c44697 int nList; /* Number of elements in aList */ member in struct:Sublist
44701 const int nList = *pnList; /* Size of input list */ local
115355 fts3DoclistCountDocids(int isPoslist, char *aList, int nList) argument
115482 int nList = 0; /* Size of buffer at pList */ local
121906 int nList = *pnList; local
122049 int nList; local
123092 int nList; /* Number of phrases in expression */ local
[all...]

Completed in 471 milliseconds