Home
last modified time | relevance | path

Searched refs:pnList (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
Dwal.c1414 int *pnList /* IN/OUT: Number of elements in aList[] */ in walMergesort() argument
1421 const int nList = *pnList; /* Size of input list */ in walMergesort()
1454 *pnList = nMerge; in walMergesort()
1459 for(i=1; i<*pnList; i++){ in walMergesort()
/external/chromium_org/third_party/sqlite/src/ext/fts3/
Dfts3_write.c1997 int *pnList /* IN/OUT: Size of buffer *ppList in bytes */ in fts3ColumnFilter() argument
2000 int nList = *pnList; in fts3ColumnFilter()
2025 *pnList = nList; in fts3ColumnFilter()
Dfts3.c2362 int *pnList /* IN/OUT: Size of doclist in bytes */ in fts3DoclistStripPositions() argument
2365 char *aEnd = &aList[*pnList]; /* Pointer to one byte after EOF */ in fts3DoclistStripPositions()
2376 *pnList = (int)(pOut - aList); in fts3DoclistStripPositions()
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c44873 int *pnList /* IN/OUT: Number of elements in aList[] */
44880 const int nList = *pnList; /* Size of input list */
44913 *pnList = nMerge;
44918 for(i=1; i<*pnList; i++){
115614 int *pnList /* IN/OUT: Size of doclist in bytes */
115617 char *aEnd = &aList[*pnList]; /* Pointer to one byte after EOF */
115628 *pnList = (int)(pOut - aList);
122105 int *pnList /* IN/OUT: Size of buffer *ppList in bytes */
122108 int nList = *pnList;
122133 *pnList = nList;
/external/sqlite/dist/orig/
Dsqlite3.c46781 int *pnList /* IN/OUT: Number of elements in aList[] */
46788 const int nList = *pnList; /* Size of input list */
46821 *pnList = nMerge;
46826 for(i=1; i<*pnList; i++){
120527 int *pnList, /* IN/OUT: List length pointer */
120554 *pnList = (int)(pEnd - pNext);
120568 *pnList = (int)(pSave - p);
127427 int *pnList /* IN/OUT: Size of buffer *ppList in bytes */
127430 int nList = *pnList;
127455 *pnList = nList;
/external/sqlite/dist/
Dsqlite3.c46809 int *pnList /* IN/OUT: Number of elements in aList[] */
46816 const int nList = *pnList; /* Size of input list */
46849 *pnList = nMerge;
46854 for(i=1; i<*pnList; i++){
120575 int *pnList, /* IN/OUT: List length pointer */
120602 *pnList = (int)(pEnd - pNext);
120616 *pnList = (int)(pSave - p);
127475 int *pnList /* IN/OUT: Size of buffer *ppList in bytes */
127478 int nList = *pnList;
127503 *pnList = nList;