Lines Matching defs:ppData
11986 ** variables (*pnData) and (*ppData) are set to 0. Otherwise, SQLITE_OK
11995 void **ppData /* OUT: Pointer to output buffer */
75998 ** When this function is called, *ppData points to the start of the
76000 ** *ppData is updated to point to the new start of the content area
76012 u8 **ppData, /* IN/OUT: Page content-area pointer */
76020 u8 *pData = *ppData; /* Content area. A subset of aData[] */
76061 *ppData = pData;
195435 char **ppData,
195442 *ppData = 0;
195454 *ppData = pRet;
220872 void **ppData
220874 return sessionChangegroupOutput(pGrp, 0, 0, pnData, ppData);
224839 ** Set *ppData to point to the Fts5Bm25Data object for the current query.
224846 Fts5Bm25Data **ppData /* OUT: bm25-data object for this query */
224909 *ppData = p;