Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Drowset.c341 struct RowSetEntry **ppList, in rowSetNDeepTree() argument
346 if( *ppList==0 ){ /*OPTIMIZATION-IF-TRUE*/ in rowSetNDeepTree()
354 pLeft = rowSetNDeepTree(ppList, iDepth-1); in rowSetNDeepTree()
355 p = *ppList; in rowSetNDeepTree()
362 *ppList = p->pRight; in rowSetNDeepTree()
363 p->pRight = rowSetNDeepTree(ppList, iDepth-1); in rowSetNDeepTree()
365 p = *ppList; in rowSetNDeepTree()
366 *ppList = p->pRight; in rowSetNDeepTree()
H A Dresolve.c190 ExprList **ppList, /* ExprList to extend */ in extendFJMatch() argument
201 *ppList = sqlite3ExprListAppend(pParse, *ppList, pNew); in extendFJMatch()
/sqlite-3.40.0/test/
H A Dfuzzcheck.c510 Blob **ppList /* OUT: Write the head of the blob list here */ in blobListLoadFromDb() argument
543 *ppList = head.pNext; in blobListLoadFromDb()
/sqlite-3.40.0/ext/fts3/
H A Dfts3_write.c2623 char **ppList, /* IN/OUT: Pointer to position list */ in fts3ColumnFilter() argument
2626 char *pList = *ppList; in fts3ColumnFilter()
2654 *ppList = pList; in fts3ColumnFilter()