Home
last modified time | relevance | path

Searched refs:ppList (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
Drowset.c309 struct RowSetEntry **ppList, in rowSetNDeepTree() argument
314 if( *ppList==0 ){ in rowSetNDeepTree()
318 p = *ppList; in rowSetNDeepTree()
319 *ppList = p->pRight; in rowSetNDeepTree()
323 pLeft = rowSetNDeepTree(ppList, iDepth-1); in rowSetNDeepTree()
324 p = *ppList; in rowSetNDeepTree()
329 *ppList = p->pRight; in rowSetNDeepTree()
330 p->pRight = rowSetNDeepTree(ppList, iDepth-1); in rowSetNDeepTree()
/external/chromium_org/third_party/sqlite/src/ext/fts3/
Dfts3_write.c1996 char **ppList, /* IN/OUT: Pointer to position list */ in fts3ColumnFilter() argument
1999 char *pList = *ppList; in fts3ColumnFilter()
2024 *ppList = pList; in fts3ColumnFilter()
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c36207 struct RowSetEntry **ppList,
36212 if( *ppList==0 ){
36216 p = *ppList;
36217 *ppList = p->pRight;
36221 pLeft = rowSetNDeepTree(ppList, iDepth-1);
36222 p = *ppList;
36227 *ppList = p->pRight;
36228 p->pRight = rowSetNDeepTree(ppList, iDepth-1);
122104 char **ppList, /* IN/OUT: Pointer to position list */
122107 char *pList = *ppList;
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c38172 struct RowSetEntry **ppList,
38177 if( *ppList==0 ){
38181 p = *ppList;
38182 *ppList = p->pRight;
38186 pLeft = rowSetNDeepTree(ppList, iDepth-1);
38187 p = *ppList;
38192 *ppList = p->pRight;
38193 p->pRight = rowSetNDeepTree(ppList, iDepth-1);
127426 char **ppList, /* IN/OUT: Pointer to position list */
127429 char *pList = *ppList;
[all …]
/external/sqlite/dist/
Dsqlite3.c38200 struct RowSetEntry **ppList,
38205 if( *ppList==0 ){
38209 p = *ppList;
38210 *ppList = p->pRight;
38214 pLeft = rowSetNDeepTree(ppList, iDepth-1);
38215 p = *ppList;
38220 *ppList = p->pRight;
38221 p->pRight = rowSetNDeepTree(ppList, iDepth-1);
127474 char **ppList, /* IN/OUT: Pointer to position list */
127477 char *pList = *ppList;
[all …]