Searched refs:ppList (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/sqlite/src/src/ |
D | rowset.c | 309 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/ |
D | fts3_write.c | 1996 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/ |
D | sqlite3.c | 36207 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/ |
D | sqlite3.c | 38172 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/ |
D | sqlite3.c | 38200 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 …]
|