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.c46784 int nList; /* Number of elements in aList */ member in struct:Sublist
46788 const int nList = *pnList; /* Size of input list */ local
116705 int nList; /* Length of position list */ member in struct:Fts3Doclist
119044 sqlite3Fts3FirstFilter( sqlite3_int64 iDelta, char *pList, int nList, char *pOut ) argument
119492 fts3DoclistCountDocids(char *aList, int nList) argument
120391 int nList; local
120927 int nList = 0; local
127430 int nList = *pnList; local
127510 int nList; local
127768 int nList; local
129018 int nList; /* Number of phrases in expression */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c46812 int nList; /* Number of elements in aList */ member in struct:Sublist
46816 const int nList = *pnList; /* Size of input list */ local
116741 int nList; /* Length of position list */ member in struct:Fts3Doclist
119080 sqlite3Fts3FirstFilter( sqlite3_int64 iDelta, char *pList, int nList, char *pOut ) argument
119528 fts3DoclistCountDocids(char *aList, int nList) argument
120439 int nList; local
120975 int nList = 0; local
127478 int nList = *pnList; local
127558 int nList; local
127816 int nList; local
129066 int nList; /* Number of phrases in expression */ local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c44876 int nList; /* Number of elements in aList */ member in struct:Sublist
44880 const int nList = *pnList; /* Size of input list */ local
115557 fts3DoclistCountDocids(int isPoslist, char *aList, int nList) argument
115684 int nList = 0; /* Size of buffer at pList */ local
122108 int nList = *pnList; local
122251 int nList; local
123294 int nList; /* Number of phrases in expression */ local
[all...]

Completed in 645 milliseconds